I have the following controls:
Form1 --> Data environment>Code
USE Table1
Grid1 --> Table1 as control source
cmdFilter -->
SELE Table1
SET FILTER TO Table1.field1=criteria1
Problem:
How do I make a refresh on my grid to see result
of the filter. I have this code...
THISFORM.GRID1.REFRESH()
But still I cant see the changes on the grid.
Please help me.
I need this to complete my module for our system.
Thank You. [sig][/sig]
Form1 --> Data environment>Code
USE Table1
Grid1 --> Table1 as control source
cmdFilter -->
SELE Table1
SET FILTER TO Table1.field1=criteria1
Problem:
How do I make a refresh on my grid to see result
of the filter. I have this code...
THISFORM.GRID1.REFRESH()
But still I cant see the changes on the grid.
Please help me.
I need this to complete my module for our system.
Thank You. [sig][/sig]