thanks, works fine!
--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> I guess something like this:
>
> TestBatch testBatch;
> Batch batch;
> ;
>
> testBatch = new TestBatch();
>
> if (testBatch.batchInfo())
> {
> testBatch.batchInfo().parmBatchExecute(NoYes::Yes);
> testBatch.batchInfo().parmGroupId('MyGroup');
> testBatch.batchInfo().doBatch();
> }
>
> testBatch.run();
>
> //Lars
>
>
> -----Original Message-----
> From: caeptniglo [mailto:[EMAIL PROTECTED]
> Sent: 3. august 2004 10:28
> To: [EMAIL PROTECTED]
> Subject: [development-axapta] Run a class in batch
>
>
> Hi all,
>
> Is it possible to run a RunBaseBatch-Class in Batch by Code?
> if yes can you provide me a code-example?
>
> thanks.
>
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

