Printronix PrintNet Enterprise User Manual

Page 243

Advertising
background image

Data Field Actions

243

Once the data field is defined and added to the list, make sure that the count
decrements by one each time a form prints. To set the parameters, use the
Label Printed event and the Data Field action. In the Data Field parameter
block specify what you want to happen when the event Label Printed occurs.

Figure 210. Setting Action Parameters

There may be an instance where you want to indicate an exact operation to
perform on the Data Field. To decrement the label count by one each time a
form prints, specify this event to happen in the Data Field parameter block
when a label printing occurs. The value in the Source field will be used during
the operation on the Data Field. To decrement the forms count by one for
each label printed, set the Source value to 1. If more Data Fields are defined,
one of those could be used as the Source value. To select the Source type,
click the Type drop down menu and select Fixed or another defined data field.
Operator Data Field Settings are defined in Table 11.

Table 11. Operator Data Field Setting

Operator

Results

D = S

Destination becomes Source

D = D + S

Destination ‘plus’ Source

D = D - S

Destination ‘minus’ Source

D = D * S

Destination ‘times’ Source

D = D / S

Destination ‘divided by’ Source

D = D % S

Destination ‘mod’ Source

Advertising