RE : [Axapta-Knowledge-Village] Concatenate two fields

2006-01-26 Thread Steeve Gilbert
Create a display method on your table. display str concatResult() { return this.field1 + this.field2; } Add a control that is linked to that method thru dataMethod property. Regards, Steeve... -Message d'origine- DeĀ : Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PR

Re: [Axapta-Knowledge-Village] Concatenate two fields

2006-01-26 Thread Varden Morris
Create a display method on the table, then create a control on the form design with the table as the datasource and the display method as the datamethod for the property of the control. manojkumar_asp <[EMAIL PROTECTED]> wrote: Hi All, I want to concatenate two fields in form to third field whi