Re: [Axapta-Knowledge-Village] Parsing parameter from a FORM to CLASS

2005-04-21 Thread Varden Morris
Hi Anton   Please see attachment. I created and example in a project for you.   Varden Morris   J. Wray & Nephew Ltd. - Group I.S. 234 Spanish Town Road Kingston 11, Jamaica, W.I.   Phone:  (876) - 923 - 6141 Ext. 2226Fax:  (876) - 923 - 5372 Cell:  (876) - 3833566Email:   [EMAIL PROT

RE: [Axapta-Knowledge-Village] Parsing parameter from a FORM to CLASS

2005-04-21 Thread Lars Holm
You could create a parm method in your class, similar to this: public SalesId parmSalesId(SalesId _salesId = salesId) { salesId = _salesId; return salesId; } declare your variable (salesid in this case) in classdeclaration and call this method from your form. Best regards, Lars Holm S