Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to search a value inside a List box?
Message
De
28/11/2012 02:30:08
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
À
28/11/2012 02:14:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01558226
Message ID:
01558228
Vues:
48
Hi,
There are no RowSource in the List box,
I just add some value to the list box and search them out.

For example, I want to search a word "Buffalo" is it contain in the List Box.

Please advise.
WITH thisform.List1
      .AddItem( 'Cleveland' )
      .AddItem( 'Caversham' )
      .AddItem( 'Buffalo' )
      .AddItem( 'Milwaukee' )
      .AddItem( 'International Falls' )
ENDWITH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform