DYNAMIC_PROMPT in forms [message #425090] |
Wed, 07 October 2009 07:51 |
rak007
Messages: 107 Registered: October 2006 Location: Mumbai / Pune, India
|
Senior Member |
|
|
We have a standard oracle form "XTRSECPY.fmb" and when i opened the form and went to the canvas MAIN_DET i saw that all the text labels are DYNAMIC_PROMPT.
Now this thing in oracle apps comes proper. I want to change the name of one of the fields. How to do so ?
I am confused because of this dynamic prompt and i have no clue about it.
PS: Not having sound knowledge of forms.
|
|
|
|
|
Re: DYNAMIC_PROMPT in forms [message #425702 is a reply to message #425236] |
Sun, 11 October 2009 23:42 |
omaribais
Messages: 34 Registered: October 2009 Location: Bangladesh
|
Member |
|
|
You didn't send the pl/sql library.
As i see in your fmb. In the trigger "WHEN-NEW-FORM-INSTANCE", its call some function/procedure of that library.
I think you should check the pl/sql library. Because the dynamic prompts are text_item and its values are come from your database.
Please let me know.
- Omar
|
|
|