Hi all
(1)
I got a pageframe y 5 page, each one of the pages go one defferent grid with a table, but when I run the form only one off the table show up data, the rest of then show only the header of the grid, can I add some properties or code to see the data from all table in each pageframe??.
(2)
Can I hide rows in a grid using some condition like:
DODEFAULT()
WITH This
thisform.Grid1.SetAll("DynamicBackColor", ;
"IIF(amount<=0), RGB(255,255,255) ;
, RGB(0,255,0))", "Column"
ENDWITH
thanks
(1)
I got a pageframe y 5 page, each one of the pages go one defferent grid with a table, but when I run the form only one off the table show up data, the rest of then show only the header of the grid, can I add some properties or code to see the data from all table in each pageframe??.
(2)
Can I hide rows in a grid using some condition like:
DODEFAULT()
WITH This
thisform.Grid1.SetAll("DynamicBackColor", ;
"IIF(amount<=0), RGB(255,255,255) ;
, RGB(0,255,0))", "Column"
ENDWITH
thanks