Say I have form A and form B.
I want to be able to open form B from form A(no problem) but I also
want to be able to call certain methods on form B. How do I do this?
this is the code on form A:
Args args = new Args();
Form test = new Form('TEST');
FormRun fR;
;
args.object(test);
args.caller(this);
args.name('test');
fR = classfactory.formRunClass(args);
fR.init();
fR.run();
fR.wait();
The method on form B i public.
Hope you can help.
Christian
SPONSORED LINKS
| Microsoft business solution | Microsoft axapta | Basic programming language |
| Computer programming languages | Programming languages | Java programming language |
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

