Create a class extends from runbasebatch. Execute your report from a class and
then add that class in the batch.
for examplee
class reportinbatch extends runbasebatch
{
classdeclaration
{
}
static void main(args _args)
{
reportinbatch batchreport = new reportinbatch();
batchreport.run();
}
void run()
{
// write code to execute report
}
boolean pack()
{
return true;
}
container unpack()
{
return connull();
}
}
Jag
----- Original Message ----
From: tedwards82 <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, March 27, 2008 1:41:46 AM
Subject: [development-axapta] batch processing
does any one have an example of code to add a report with parameters
to Batch processing?
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]