RE: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-14 Thread p.saravanakumar
Dear Friends Any body have SQL Query for using custtrans, custtransopen and custsettlement table for taking age wise customer outstanding data from the database directly. If yes please send it me, my customers wants the data urgently. Regards P Saravanakumar 09894999281 [Non-text

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-07 Thread Marko Salonen
Thank you Anil, this is just what I was after :) I'm off to test this right away. --Marko On 06/02/07, Anil Ozay [EMAIL PROTECTED] wrote: Hi Marko, You can extend the SysTableLookup class. This class uses container to store fieldId and returmItem values, to create a lookup grid.

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-06 Thread Marko Salonen
In 06/02/07, Amit Jain [EMAIL PROTECTED] wrote: Cant you do this, on your field ? Why do you want to change properties from lookup method? On the field, where?

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-06 Thread Anil Ozay
Hi Marko, You can extend the SysTableLookup class. This class uses container to store fieldId and returmItem values, to create a lookup grid. If you look at buildGrid function of this class, you can see : [fieldId, returnItem, method] = conpeek(lookupItems, i); This means that : get the

[Axapta-Knowledge-Village] Modifying lookups forms

2007-02-05 Thread Marko Salonen
Hello. I've created a lookup form in 4.0 using Axeptapedia's code example (http://www.axaptapedia.com/SysTableLookup_class). The lookup works just fine, but is it possible to modify its properties, like column widths or form height? Regards, -- Marko Salonen

Re: [Axapta-Knowledge-Village] Modifying lookups forms

2007-02-05 Thread Amit Jain
Cant you do this, on your field ? Why do you want to change properties from lookup method? Marko Salonen [EMAIL PROTECTED] wrote: Hello. I've created a lookup form in 4.0 using Axeptapedia's code example (http://www.axaptapedia.com/SysTableLookup_class). The lookup works just fine, but