Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On KeyPress - enable incremental searching on a GRID
Message
De
24/10/1997 11:48:00
 
 
À
24/10/1997 11:45:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00056548
Message ID:
00056549
Vues:
34
>I have coded a program in vfp50. In my program, I have a
>GRID that lets the user pick the STATE. My user wants to put in the first letter if the STATE and goto the STATE starting with that letter.
>Any ideas

Assuming that your grid use alias 'Table1' as recordsource having index on field 'state'. Then:
Select table1
Set near on
Seek "B" && or any other letter you supply
Thisform.Grid1.Refresh
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform