changes made in forms not getting effected in front end [message #499757] |
Wed, 16 March 2011 02:18 |
|
Hi gurus,
I am new to oracle 10g. I have a strange problem which i never used to face it while using oracle 8i.
Out of around 120 forms , there is 2 forms in which all the data entry is being done. any changes made to the coding / text in these fmb is not getting effected when i run the form through front end.The front end is developer 2000 .
Where as changes made to the other fmb is working perfectly fine.
Is there any deployment issues which needs to be taken care off in oracle 10g.
I am not sure if this problem needs to be posted in this category.
Kindly excuse me if i have posted it in the wrong category.
any help in this regard , i will be thank full to you
|
|
|
|
Re: changes made in forms not getting effected in front end [message #499796 is a reply to message #499765] |
Wed, 16 March 2011 04:35 |
|
thanks for the reply.
sorry for the confusion.
01) My data base was not migrated from 8i to 10g. what i wanted to say was when i was working with 8i in a different project the problem of back end and front end was not there.
02) forms i use is 6i and not 9i.
The problem i face is suppose i change text item for a particular field or make any changes in the pl/ sql code for 2 forms where all the data entry is done, it is not getting effected.
looking forward to your help in this regard
|
|
|
|
Re: changes made in forms not getting effected in front end [message #499819 is a reply to message #499796] |
Wed, 16 March 2011 05:58 |
|
hi,
thanks once again
i did compile the fmb before generating the fmx and when i run the fmb (ctrl+r) the changes i make is exhibited.
Let me understand clearly. In the front end the name of the fmb (T_APPLN_PENSION) was written and used the same fmb to make the correction.
Just to check if that is the right form i opened the mmb files to find the name of the form used, it only says
P_call_program (T_pen_rcpt) . There is no fmb by this name.
How do i find the name of the form used? In all the menu pl/sql editor i only find the P_call_program and some name with brackets.
could u pl help me out in this to tell my problem clearly.
thanks in advance
|
|
|
|
Re: changes made in forms not getting effected in front end [message #499970 is a reply to message #499819] |
Thu, 17 March 2011 00:40 |
|
hi,
i checked the whole forms . Both fmb and fmx of 'T_pen_rcpt' is not available, but all the data which are entered in the front end are available in 'T_APPLN_PENSION' table when i query through toad.
I even tried to change the P_call_program (T_pen_rcpt)with 'T_APPLN_PENSION', but still there is no change .
Is there any thing which i am missing out?
|
|
|
|
|