Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New BUG: ListBox on page and Click event
Message
From
31/01/2006 17:42:50
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01080960
Message ID:
01092105
Views:
39
>The work arounds (I've tried a list of them including the 2 listed here) don't seem to work if you have a listbox inside a container on a page.

this work for me:
* start properties
container.Visible = .F.
container.listbox.Visible = .F.

container.UIEnabled(lEnable)
This.Visible = m.lEnable

container.listbox.UIEnabled(lEnable)
This.Visible = m.lEnable
Previous
Reply
Map
View

Click here to load this message in the networking platform