Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

set_item_property changes prompt text but how to return the original value

863006Aug 9 2012 — edited Aug 13 2012
Hi all,
I'm using Oracle Forms Builder 10gR2/ I have the following issue: In a button i have trigger when it's being pressed. And then i change some prompt text of items. But my problem is how to return the original prompt text. Some kind of refresh or clear?


Here is a piece of code that changes the prompt text:
set_item_property('XXBG_CE_STATEMENT_LINES_NEW.AGENT_NO', PROMPT_TEXT, get_item_property('XXBG_CE_STATEMENT_LINES_NEW.AGENT_NO', prompt_text) || '*');
Thanks in advance,
Bahchevanov.
This post has been answered by InoL on Aug 10 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2012
Added on Aug 9 2012
6 comments
9,109 views