The below code open a report ,you give report ıd and it's invoiceid number
static void Job5(Args _args)
{
MenuFunction mf;
CustInvoiceJour custInvoicejour,custInvoicejourSELECT;
args args =new args();
str invoiceID ;
;
custInvoicejour = CustInvoiceJour::find('00000754_049',mkdate(8,2,2010),'');
args.record(custInvoiceJour);
mf = new menufunction(identifierstr(SalesInvoice_TR),MenuItemType::Output);
mf.run(args);
}
Hiç yorum yok:
Yorum Gönder