Re: Make items visible/Invisible in ENTER_QUERY mode

From: Daniel Morgan <damorgan_at_exesolutions.com>
Date: Sun, 21 Jul 2002 15:00:53 +0100
Message-ID: <3D3ABE95.903FDEE5_at_exesolutions.com>


Sheldon Wang wrote:

> Hi,
>
> I have some base table items in my form. Based on a condition in a
> RadioGroup, I have to hide/show some items in ENTER_QUERY mode. To do this,
> I use set_item_property like the following,
>
> to make it visible,
>
> set_item_property('well.well_lsd', visible, property_true);
>
> to make it invisble,
>
> set_item_property('well.well_lsd', visible, property_false);
>
> However if an item was made invisible previously and then was made visible
> again, I cannot access the item (say using mouse or keys) even though I set
>
> set_item_property('well.well_lsd', enabled, property_true);
> set_item_property('well.well_lsd', updateable, property_true);
>
> All the above operations are in ENTER_QUERY mode.
>
> Any help will be appreciated.
>
> Sheldon Wang

Don't do it in ENTER_QUERY mode: Do it before.

Daniel Morgan Received on Sun Jul 21 2002 - 16:00:53 CEST

Original text of this message