Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List box in grid
Message
De
28/11/2004 13:12:52
 
 
À
28/11/2004 11:09:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00965210
Message ID:
00965236
Vues:
9
If I change it to 'non' the list box is empty.

Well, obviously if you change the RowSourceType of your drop down list, you must also change the way in which you populate its internal list.

I suggest that you move a RowSourceType of 3-SQL Statement and put this in the RowSOurce:
SELECT SomeFields FROM SomeTable WHERE SomeCondition ORDER BY SomeField INTO CURSOR csrListBox 
I am assuming here that you understand tht you must substitute the names of your specific tables, fields, etc. in the pseudo code above < s >.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform