Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The Index page
Message
From
29/03/2000 09:10:52
 
 
To
29/03/2000 08:20:39
Yongyao Lou
Florida Department of Transportation
Tallahassee, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00351954
Message ID:
00352026
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform