Is it possible to print a grid on a simple way ?
kind regards
José
Is it possible to print a grid on a simple way ?
kind regards
José
José,
Do you mean to print it on a window or dialog ?
If so, then please try:
oWnd:bPainted = { | hDC, cPS | DrawGrid( oWnd:hWnd, hDC, cPS, 5, 5 ) }
There is an example of use in FWH\visual\design.prg
No simply print on paper a grid with 5 x 5 rows/cols
Please review FWH\samples\testprn2.prg