Set Text Item visible to false if it's contents are null [message #243391] |
Thu, 07 June 2007 03:28  |
irlrobins
Messages: 5 Registered: June 2007
|
Junior Member |
|
|
Hey all,
Forms noob here so apologies if this seems the most basic of questions.
I have several text items on a form. What I want to do is hide some of them if they do not contain any text (or null). I know I need to use
set_item_property('datablock_name.textitem_name',visible,property_true); but I just can't work out how to do a check to see if it's contents are null or not.
if textitem_name is null then
set invisible
end if;
Any help appreciated!
|
|
|
|
|
|
|