[development-axapta] Problem with args's class

2004-01-02 Thread johnn_16
Hi, I would like to pass value from one form to another. Unfortunatly, the value must pass trought classes because the called form is called with a menuItem--Action. When I pass the value with the args.parm() of the menuItem to the class, I lost the value. I can access it in the construct

RE: [development-axapta] Problem with args's class

2004-01-02 Thread Bjørn Gudbrand Idstad
Message- From: johnn_16 [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 10:18 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Problem with args's class Hi, I would like to pass value from one form to another. Unfortunatly, the value must pass trought classes because the called

Re: [development-axapta] Problem with args's class

2004-01-02 Thread Sonny Wibawa Adi
johnn_16, Do you know the difference between static method and dynamic method? The method you have created with name static void main, is a static method, so static method can only access the static variables and other static methods. You may do some tricks using this way: public static void

Re: [development-axapta] Problem with args's class

2004-01-02 Thread Jonathan St-Louis
with contruct and main anyway, so it helped me a lot. Thanks! - Original Message - From: Bjrn Gudbrand Idstad To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 3:30 AM Subject: RE: [development-axapta] Problem with args's class Hi! You can't access variables declared