How to hide prompt text in forms? [message #517659] |
Wed, 27 July 2011 03:02 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/d41f6bfbfd7a4d7d6804255d5a0ffb90?s=64&d=mm&r=g) |
form_user1
Messages: 18 Registered: July 2011 Location: chennai
|
Junior Member |
|
|
Hi guys,
I have created a text prompt in layout editor by clicking a button 'TEXT'('A' symbol) from left hand side toolbar,text is created with name 'TEXT67' and graphics type 'TEXT'.
when i click that text(TEXT67),block showing <null>.
So i cant use the below code,bcoz no block for that text..
SET_ITEM_PROPERTY('<BLOCK_NAME>.<TEXT_NAME>',PROMPT_TEXT,' ');
then i tried below,i.e i skip block name i gave only text name..
SET_ITEM_PROPERTY('TEXT67',PROMPT_TEXT,' ');
not working...
How to resolve this?
Thanks....
[Updated on: Wed, 27 July 2011 03:06] Report message to a moderator
|
|
|
|
|