authid parm for rwclient and run_report_object
Can the authid parameter be put in the DB so when rwclient and run_report_object execute, they can automatically get the authid and values?
If not, how do i put in the authid and values for run_report_object?
below is current code -- how do I include the "authid userid/pw" parm?
repid := find_report_object('display_report');
set_report_object_property(repid,report_server,:global.rep_server);
set_report_object_property(repid,report_filename,:parameters.rep_code||'.rdf');
set_report_object_property(repid,report_other,report_parameters||
' paramform='||''''||'NO'||'''');