Hi,
void clicked()
{
Args args;
ReportRun reportRun;
NSGEosTransactions
esotransactions;
;
select esotransactions where esotransactions.EosTransId == NSGEosTransactions.EosTransId;
args = new args();
args.name(reportstr(NSG_EOSReport)); // Report name
args.record(esotransactions);
args.parm(NSGEosTransactions.EosTransId); // Parameter value that I passes.
reportRun = classFactory.reportRunClass(args);
reportRun.init();
reportRun.run();
}
Regards,
No comments:
Post a Comment