hi, i'm a newbie and need some help from expert.......
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
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to