Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Index page
Message
De
29/03/2000 09:10:52
 
 
À
29/03/2000 08:20:39
Yongyao Lou
Florida Department of Transportation
Tallahassee, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00351954
Message ID:
00352026
Vues:
18
>In the index page of the Visual FoxPro 6.0 help menu, there are a textbox and a listbox. User can type a couple of letters and the listbox will jump to that title. Where can I find the codings of the textbox and the listbox? TIA!

All you need is a textbox that SEEK()s its contents in its interactivechange event.

lnRecNo = RECCNO("SomeTable")
SEEK ALLTRIM(THIS.Value) IN SomeTable ORDER SomeTag
IF FOUND("SOmeTable")
THISFORM.grdSomeTable.Refresh()
ELSE
LOCATE RECORD (lnREcNo)
ENDIF
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform