Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with listbox
Message
De
06/08/2009 09:40:18
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Problem with listbox
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01416455
Message ID:
01416455
Vues:
147
Dear All,
I have a listbox on my form with below properties :

thisform.list1.BoundColumn = 2
thisform.list1.ColumnCount = 2
thisform.list1.ColumnWidths = "60,270"
thisform.list1.RowSource = "Autos.ACode,AName"
thisform.list1.RowSourceType = 6

some record are as below :
1 34567
2 45j74
3 12g45
4 73475

I want to use from IncrementalSearch on AName field.
When i press 4 (for example), i want it show second row (45j74), but it show 4th row.
What i must to do? i dont want to set RowSource as AName,ACode.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform