ROC Direct Reports enable Report output to be passed directly to the Prints/Reprints subsystem. This Report output method might be used for large Report output that is not designed to be printed to multiple destinations.
Direct Report output can be printed either at Report termination or as each print file is released. Use the Glb.PrintAt built-in attribute to control your Direct Report output. By default, the value is End (print at Report termination). To print the output at the release of each print file, set Glb.PrintAt to Release. Refer to the Agile Business Suite Programming Reference Manual for more information.
By default, ROC Direct Reports are released to the printer at CriticalPoint logic commands in your Report logic. To stop the release of print files for ROC Direct Reports, use the NO.Release command option with the CriticalPoint logic command. Refer to CriticalPoint logic command in the Agile Business Suite Programming Reference Manual for more information.