you could modify the method Application.startupPost().
Just write something like
Args args = new Args();
FormRun formRun;
;
args.name(formstr(<yourForm>));
formRun = new formRun(args);
formRun.init();
formRun.run();
formRun.wait();
br, Tobias
-----UrsprÃngliche Nachricht-----
Von: pbercher [mailto:[EMAIL PROTECTED]
Gesendet: Mi 14.07.2004 14:34
An: [EMAIL PROTECTED]
Cc:
Betreff: [development-axapta] Re: Start Axapta as service
[Non-text portions of this message have been removed]
| 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.

