I'm confuse on the syntax to pass information using args class.
I'm trying to pass some information from a form using clicked method to another form.
what must i write inside the clicked method and how i want to receive the information in
another form.
I read in X++ guide on how to transfer data and i cannot find which line that transfer the
data.Can anybody explain to me?
Args args = new Args();
Form form = new Form(formstr(Formname));
Formrun formrun;
;
args.object(form);
args.caller(this); // what is "this" referring to
args.name(formstr(Formname));
formRun = ClassFactory.formrunclass(args);
formrun.init();
formrun.run();
formrun.wait();
thanx in advanced
| 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.

