Re: Make items visible/Invisible in ENTER_QUERY mode

From: Keld Nielsen <keldnielsen_at_image.dk>
Date: Mon, 22 Jul 2002 21:49:56 +0200
Message-ID: <vmZ_8.33799$Yf1.1395083_at_news010.worldonline.dk>


[Quoted] pls. see inserted ...

"Sheldon Wang" <sheldonwang_at_shaw.ca> wrote in message
news:yOk_8.15632$8D4.437244_at_news2.telusplanet.net. ..
> 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);

                     ,UPDATE_ALLOWED and not
'updateabl'e

and I'm sure you are aware of
restricted/unrestricted ...
>
> All the above operations are in ENTER_QUERY
mode.
>
> Any help will be appreciated.
>
> Sheldon Wang
>
>
Received on Mon Jul 22 2002 - 21:49:56 CEST

Original text of this message