Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Can Combo Box work in Toolbar?
Message
De
16/06/1998 12:11:02
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
 
 
À
16/06/1998 11:03:50
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00108325
Message ID:
00108711
Vues:
45
*!* formset init()
SELECT myTable
LOCATE
WITH thisformset.toolbar1.cbo1
SCAN
.additem( field1, .listCount + 1, 1 )
.list( .ListCount, 2 ) = field2
.list( .ListCount, 3 ) = field3
*!* et cetera
ENDSCAN
.cbo1.listIndex = 1
END WITH


Q1 : The above codes should put it in the form or toolbar init event? If the field which I intend to put into the combobox is very large in terms of record(over thousands) would it be very slow?

Q2: What do you mean by field1, field2 and field3?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform