Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't access a table in listBox
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00874666
Message ID:
00874671
Vues:
11
>for some reason this works that is, as is,
>
>thisform.l_initiator.ColumnCount = 3
>thisform.l_initiator.RowSourceType = 3
>thisform.l_initiator.RowSource = "sele * from contact into table example"

It's better to use cursor instead of table in such case. Make sure that cursor name is unique.
thisform.l_initiator.RowSource  = "sele * from contact into CURSOR crsListbox01
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform