Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List Boxes in Containers
Message
De
21/12/1999 14:28:13
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
21/12/1999 10:44:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00306667
Message ID:
00306863
Vues:
36
Hi, Kevin-

It's certainly an issue with zorder. I worked around it by moving the invisible container off screen, like so:
WITH this.parent.container1
	.visible = .t.
	.left = thisform.listboxleft
	.top = thisform.listboxtop
ENDWITH
WITH this.parent.container2
	.visible = .f.
	.left = -10000
	.top = -10000
ENDWITH
>You need to populate the two list boxes with records, then just run up the form and attempt to click/select a record from the focused list box, and you should get either a delayed response or none at all. The records can be selected using the keyboard ok though.
>
>Hope that helps.
>
>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform