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 --------------------~--> 
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to