p$TDV:SMPAPI:EtTxMove
p$TDV:SMPAPI:EtTxMove
Move the cursor by the specified number of units.
The cursor is usually located at the end of the document to be generated. A new component is always inserted at the position of the cursor and the cursor is then moved to the end of the inserted table.
Syntax: | p$TDV:SMPAPI:EtTxMove(Unit, NumberRows ) | ||
| Argument | Type | Meaning |
| Unit | Integer | The cursor is to be moved by unit: 1 – Character |
| NumberRows | Integer | Number of units |
Result: | - |
| |
Example: | p$TDV:SMPAPI:EtTxMove( 5,-1 move the cursor up by 1 row) | ||