Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtered Grids
Message
 
To
29/05/2001 13:50:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00512317
Message ID:
00512339
Views:
17
>SELECT &mcAlias
>SET ORDER TO
>SET FILTER TO &mcFilter
>SET ORDER TO &mcOrder
>GOTO TOP
>THISFORM.Grid1.Refresh()


John;

I do not like filters and would rather do this with a Select SQL statement, but I do not know all your requirements.

A suggestion:

SET ORDER TO
SET FILTER TO
SELECT &mcAlias
SET ORDER TO &mcOrder
SET FILTER TO &mcFilter
GOTO TOP
THISFORM.Grid1.Refresh()

Tom
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform