Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts an amount into two fields, the first of which is the whole number and the second of which is the penny value.
Syntax
private void insertAmount(
Bookmark _whole,
Bookmark _penny,
Amount _amount)
Run On
Called
Parameters
- _whole
Type: Bookmark Extended Data Type
The bookmark where whole number should be printed.
- _penny
Type: Bookmark Extended Data Type
The bookmark where the penny value should be printed.
- _amount
Type: Amount Extended Data Type
Amount to be printed