Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting first item in combo box based on array
Message
De
16/08/2000 16:50:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Selecting first item in combo box based on array
Divers
Thread ID:
00405816
Message ID:
00405816
Vues:
48
What do I have to add to this code to always have the first array element selected and visible in my combo box?

WITH THISFORM.cboTables
.ROWSOURCETYPE = 5
.ROWSOURCE = 'THISFORM.aTables'
.FIRSTELEMENT = 1
.REQUERY()
ENDWITH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform