Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New BUG: ListBox on page and Click event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01080960
Message ID:
01092114
Vues:
42
>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 worked for me:

In the PageFrame.Init:
LOCAL x, lPrevLS
lPrevLS = thisform.LockScreen
thisform.LockScreen = .t.
FOR x=this.PageCount TO 1 STEP -1
  this.ActivePage=x
ENDFOR
thisform.LockScreen = lPrevLS
You may need to change things if you've changed the default page ordering.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform