Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re-Order cursor and Seek from Cursor
Message
From
24/01/2000 00:34:47
 
 
To
24/01/2000 00:28:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00321543
Message ID:
00321545
Views:
14
Hi John,

>I need to have a grid that provide incremental search (from textbox)

Are you using views are native data? What have you tried for the search?

In the InterActiveChange() of the textbox (or whenever you want it to search) try:
if seek(upper(alltrim(this.value)), 'TABLE', 'INDEXTAG')
	This.Parent.Grid1.Refresh()
endif
>and re-order cursor(by click header).

In the Header.Click() why can't you just SET ORDER TO? Or maybe build the indexes first.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform