Win32Prn() > Clipper DOS compatibility |
Changes the current print position using row/column coordinates.
:setPrc( <nRow>, <nCol> ) --> NIL
The method emulates the SetPrc() function which changes the current print position based on row/column coordinates. The method converts row/column coordinates to graphical X/Y coordinates (pixels) and calls :setPos(). The return value is always NIL.
http://www.xHarbour.com