As you can try yourself, the suggestion (for filtering and counting records with one single command) doesn't work.
Anyway, if I have found solutions in Help files, certainly I would not ask questions in this forum ...
Thanks for your kindness.
apffal
It works with "Count to X"... but doesn't display the filtered records.
When I try to use the navigation button, gives me the error message "End of file encountered".
How to display the filtered records and its number count with the same command ?
Thanks.
apffal
I can´t report the number of filtered records, in any way you suggested.
Can someone help ?
There is my code :
LOCAL lcField
Public cValue
cValue = ALLTRIM(thisform.Text1.Value)
lcField = ALLTRIM(thisform.DESCRITOR1.controlSource)
SET FILTER TO cValue $ &lcField
SKIP
Thisform.refresh()
apffal
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.