Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sort through a list like VFP help index
Message
 
À
23/12/2003 10:35:35
Justin Roper
The Cadle Company
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00861628
Message ID:
00861643
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
In the InteractiveChange event of the TextBox:
 old_near  = SET("NEAR")
 old_exact = SET("EXACT")
 SET NEAR ON
 SET EXACT OFF
 SEEK this.Value IN YourTable TAG TagofNames
 thisform.ListBox.Value = YourTable.Name
 SET NEAR  &old_near
 SET EXACT &old_exact
This will work If You are Index the tabe by names, if You don't You may use LOCATE ;o(((( or LOOKUP function.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform