( |
|
|
|||
fills fields in report specification record from web-arguments |
Parameters: | |
report specification record | |
global procedure DoHttpReport() begin record RcVc RCr; string 60 rcw; RCr.Media = mtHttp; RCr.repname = WebGetArg("report"); rcw = WebGetArg("rcw"); ReportDefaults(RCr,rcw); WebReportArgs(RCr); RunReport(RCr,0); return; end;
Related topics: |