ERRCODE TFormer_SetStartRowColumn ( HTFORM  pInstance,
INT  nStartCol,
INT  nStartRow 
)

Selects the starting cell of the first label to be printed.

Returns:
- ErrOk (0) in case of success
- Non-zero if error occurred
Parameters:
[in] pInstance The TFORMer-Instance provided by a previous call to TFormer_Init.
[in] nStartCol Only useful for Label-printing. Specifies the row-number of the first label to be printed (topmost row = 0).
[in] nStartRow Only useful for Label-printing. Specifies the column-number of the first label to be printed (leftmost column = 0).
Remarks:
This functions sets the row- and column number of the first label to be printed. Usually TFORMer prints the first label of a label-style report at the first available position of a page (this is the top / left label). Numbering starts with 0 (leftmost column = 0/topmost row = 0). Call this function before TFormer_Print otherwise the default will be used (the label in the upper left corner of the page (0, 0)).
See also:
TFormer_Print.


© 2006-2009 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Sep 2 16:01:09 2009 for TFORMer Runtime DLL/Shared Library with doxygen 1.5.8