Syntax
Private Sub object_PrintFields(Node, Command)
The PrintFields Event syntax has these parts:
Settings The settings for Command are:
 | mcrcAutomatic | 0 |
Pages and rows will be printed automatically whenever variables or fields are set.
|
 | mcrcPrintPage | 1 |
The current page will be printed next and the following page if any will be activated.
|
 | mcrcPrintRow | 2 |
The current table row will be printed next and the following row if any will be activated.
|
 | mcrcPrintNone | 4 |
No page or row will printed regardless of whether variables or fields were set.
|
Remarks
Event fired for each table row, when printing.
|