Let's say I'm going to pass a container, will I still use
arg.parmObject()? Passing the container produces an error.

Thanks for the urgent reply, I really appreciate it. :)

Regards,
Eya

--- In development-axapta@yahoogroups.com, "Steeve Gilbert"
<[EMAIL PROTECTED]> wrote:
>
> You can call arg.parmObject() and create an object that will
encapsulate your parameters or pass a container.
>
> Steeve...
>
>
> -----Message d'origine-----
> De : e_parungao [mailto:[EMAIL PROTECTED]
> Envoyé : 7 février 2005 02:24
> À : development-axapta@yahoogroups.com
> Objet : [development-axapta] Passing more than one parameters to a
form
>
>
>
>
> Hi everyone!
>
> I have this code:
>
>     FormRun fr;
>     Args arg = new Args();
>      
>     str temp;   
>     ;
>
>     super();
>
>     arg.name(formstr("FormName"));
>     arg.parm(temp);
>
>     fr = ClassFactory.formRunClass(arg);
>
>     fr.init();
>     fr.run();
>     fr.wait();
>
> This code passes only one parameter to the target form. How can I
be
> able to pass more than one parameters?
>
> I'm still new with Axapta. I hope you don't mind me asking.. Thank
> you very much!! :)
>
>
>
>
>
>
>
>

> Yahoo! Groups Links







Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to