( |
|
|
|||
Increases the value of accumulator by the specified value. Used for printing data in report's page footer. |
Parameters: | |
Accumulator Number. There are 9 accumulators available. | |
Value to add | |
global procedure OnApplicationStartup() begin AddToAccumulator(4,50); AddToAccumulator(4,200); stopalert(GetAccumulator(4)); return; end;
Related topics: |