Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox Picture
Message
De
09/12/2003 14:44:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00856977
Message ID:
00857346
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>I sure wish there was a simple way to give a listbox a SQL statement and have it own the data. I do not need or want the cursor it creates.

In the Init of your ListBox:
this.AddProperty("aList[1]")
this.RowSourceType = 3
this.RowSource = "SELECT * FROM yourtable INTO ARRAY this.aList"
Fred
Microsoft Visual FoxPro MVP

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

Click here to load this message in the networking platform