Re: [Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN?

2005-05-19 Thread Raul Llorente Peña/OPENSOLUTIONS
@yahoogroups.com 18/05/2005 20:49 Por favor, responda a Axapta-Knowledge-Village@yahoogroups.com Para Axapta-Knowledge-Village@yahoogroups.com cc Asunto [Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN? Excellent! Thank you very much for help! Another question, is ther

[Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN?

2005-05-19 Thread andreas_paulsson_cimkey_se
Yes, You can, but You have to go through the DictField object which You get via DictTable.fieldObject(fieldId): dictTable dt; DictField df; int numberOfFields; int fieldId; int i; str table; ; table = 'inventtable'; dt = new d

[Axapta-Knowledge-Village] Re: DictTable fieldname UNKNOWN?

2005-05-18 Thread nabilwilson
Excellent! Thank you very much for help! Another question, is there possibility to get out the labels of the fields? --- In Axapta-Knowledge-Village@yahoogroups.com, Raul Llorente Peña/OPENSOLUTIONS <[EMAIL PROTECTED]> wrote: Try this!! (you put a wrong parameter!!) // CODE EXAMPLE static void