Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New BUG: ListBox on page and Click event
Message
De
31/01/2006 17:42:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01080960
Message ID:
01092105
Vues:
38
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform