Syntax

Private Sub object_PrintFields(Node, Command)

The PrintFields Event syntax has these parts:

PartDescription
objectA McReport object.
NodeA McDBNode object.
CommandA mcReportCommand enumeration, as described in settings.

Settings

The settings for Command are:

ConstantValueDescription
 mcrcAutomatic0

Pages and rows will be printed automatically whenever variables or fields are set.

 mcrcPrintPage1

The current page will be printed next and the following page if any will be activated.

 mcrcPrintRow2

The current table row will be printed next and the following row if any will be activated.

 mcrcPrintNone4

No page or row will printed regardless of whether variables or fields were set.

Remarks

Event fired for each table row, when printing.