Make items visible/Invisible in ENTER_QUERY mode
Date: Sat, 20 Jul 2002 21:41:50 GMT
Message-ID: <yOk_8.15632$8D4.437244_at_news2.telusplanet.net>
Hi,
[Quoted] [Quoted] I have some base table items in my form. Based on a condition in a [Quoted] [Quoted] RadioGroup, I have to hide/show some items in ENTER_QUERY mode. To do this, [Quoted] I use set_item_property like the following,
[Quoted] to make it visible,
[Quoted] set_item_property('well.well_lsd', visible, property_true);
[Quoted] to make it invisble,
set_item_property('well.well_lsd', visible, property_false);
[Quoted] However if an item was made invisible previously and then was made visible [Quoted] again, I cannot access the item (say using mouse or keys) even though I set
[Quoted] [Quoted] set_item_property('well.well_lsd', enabled, property_true); [Quoted] set_item_property('well.well_lsd', updateable, property_true);
[Quoted] [Quoted] All the above operations are in ENTER_QUERY mode.
[Quoted] Any help will be appreciated.
Sheldon Wang Received on Sat Jul 20 2002 - 23:41:50 CEST