Hi All,
Found the answer myself –
Args Args = New Args(”FormName”);
FormRun FormRun = NewFormRun(Args);
;
FormRun.init();
FormRun.run();
FormRun.wait();
Paul Robson
-----Oprindelig meddelelse-----
Fra: Preston A. Larimer [mailto:[EMAIL PROTECTED]
Sendt: 16. september 2003 08:36
Til: [EMAIL PROTECTED]
Emne: RE: [development-axapta] Getting code to wait while a form runs
If you use a menuFunction to call your form I believe this works…
MenuFunction menuFunction;
Args args = new Args();
;
menuFunction = new MenuFunction("MENU_NAME", MenuItemType::Display);
if(menufunction) {
menuFunction.run(args);
menufunction.wait();
}
-Preston
-----Original Message-----
From: Paul Robson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 1:23 AM
To: [EMAIL PROTECTED]
Subject: [development-axapta] Getting code to wait while a form runs
Hi All.
When calling an input form, I wish to get my code to wait for input from the form. Anyone got any ideas?
Paul Robson
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Sponsor
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
- [development-axapta] Getting code to wait while a form ... Paul Robson
- RE: [development-axapta] Getting code to wait whil... Preston A. Larimer
- RE: [development-axapta] Getting code to wait whil... Preston A. Larimer
- Paul Robson

