Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple values in combo box
Message
De
16/06/2000 12:25:23
 
 
À
16/06/2000 10:04:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00381343
Message ID:
00381481
Vues:
26
Ulises:

Set your CodeNumber combo box to have the following proeprties:
RowSourceType=3 (SQL Statement)
RowSource="SELECT DISTINCT CodeNumber FROM Inventory ORDER BY CodeNumber"

In the InteractiveChange event, code
SELECT Products
LOCATE ALL FOR CodeNumber=THIS.Value

and that should do the trick.

Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform