Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid filter
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Grid filter
Miscellaneous
Thread ID:
01220283
Message ID:
01220283
Views:
83
Whenever I apply the filter below by a button click event,
the filter works

However, the user has to scroll up the grid so he can se all records
that matches that creteria
Sometimes the user forgets to scrow up, because only one item appears,
but surely there are more items above (hidden)

How can I do so more records appears on the whole grid

*********************************************************
SET FILTER TO UPPER(ALLTRIM(TEL)) = UPPER(alltrim(thisform.pageframe1.page1.text1.value))

THISFORM.REFRESH
*********************************************************
Next
Reply
Map
View

Click here to load this message in the networking platform