Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filters & Grids
Message
From
26/07/2000 02:17:08
 
 
To
25/07/2000 21:51:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00396881
Message ID:
00396920
Views:
32
Hi Kimberly.


>> I encountered an interesting problem today...I have a table with a grid control in a form that is meant to display the transactions for an item (Balance Forward, Incoming and outgoing). This display can be all, or a date range. The grid didn't what to display the filtered records, but always displayed all the records. <<

You have to move the record pointer for the filter to take effect and then SetFocus to the grid.

However, the filter will not be Rushmore optimizable in a grid. So if you have a lot of records, using a filter on the RecordSource of the grid will be slow. You would be better off to use a paramterized view.

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform