sobiratul
24th August 2017, 11:25
Hi,
How to produce and generate 2 reports printed in one session? Sample session same as Rebuild Planned Inventory Transaction.
Thanks,
bdittmar
24th August 2017, 12:30
Hello,
Use :
Overview
Use these functions to activate reports and send data to them. Note that the rprt.* functions are short versions of the brp.* functions.
Synopsis
void
brp.close() ( long brp_id )
long
brp.open() ( string rep_name(16), string device(14), long mode )
long
brp.open.language() ( string rep_name(16), string lang, string device(14), long mode )
void
brp.ready() ( long brp_id )
long
choice.report() ( ref string reportname(15) )
void
rprt_close() ( [ long mess_flag ] )
long
rprt_open() ( )
void
rprt_send() ( )
Regards