Hi,
I can't seem to wrap my head around this simple task. So, I have a form with a grid and simple label on the grid. In the label-click I have:
USE ETHORDERS
SET ORDER TO EORDERID DESC
SET FILTER TO SUBSTR(INTERN_QID,1,1)="B"
GO TOP
THISFORM.grid1.REFRESH()
easy enuf.
Now at the bottom of the form I wanna display the simple count. Example:
XX Records meet criteria
Is there a very simple way of doing so?
My brain is in neutral today and I can't seem to figure this simple task out.
Any help please.
Thanks,
J
I can't seem to wrap my head around this simple task. So, I have a form with a grid and simple label on the grid. In the label-click I have:
USE ETHORDERS
SET ORDER TO EORDERID DESC
SET FILTER TO SUBSTR(INTERN_QID,1,1)="B"
GO TOP
THISFORM.grid1.REFRESH()
easy enuf.
Now at the bottom of the form I wanna display the simple count. Example:
XX Records meet criteria
Is there a very simple way of doing so?
My brain is in neutral today and I can't seem to figure this simple task out.
Any help please.
Thanks,
J