Win32Prn() > Clipper DOS compatibility xHarbour Developers Network  

oWin32Prn:setPrc()

Changes the current print position using row/column coordinates.

Syntax

:setPrc( <nRow>, <nCol> ) --> NIL

Arguments

<nRow>
This is a numeric value specifying the new row position of the printer (Y direction).
<nCol>
A numeric value specifying the new column position of the printer (X direction).

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe