Re: SV: [development-axapta] how to set range on dimension?

2004-12-01 Thread Paulius Cerniauskas
thanx --- Jacob Hjelmer Nielsen <[EMAIL PROTECTED]> wrote: > Adding array elements like the Dimension EDT > requires a special effort since addressing the array > elements requires some extra functionality, consider > the following example; > > Query query; > > QueryBuildDataSource qB; > > Q

SV: [development-axapta] how to set range on dimension?

2004-11-30 Thread Tonny M. Jensen
The way to do it is:     qbr = qbds.addRange(fieldId2Ext(fieldNum(ProjTable,Dimension),3));     qbr.value("somevalue"); Tonny Jensen Fra: Paulius Cerniauskas [mailto:[EMAIL PROTECTED] Sendt: ti 30-11-2004 16:17 Til: [EMAIL PROTECTED] Emne:

SV: [development-axapta] how to set range on dimension?

2004-11-30 Thread Jacob Hjelmer Nielsen
Adding array elements like the Dimension EDT requires a special effort since addressing the array elements requires some extra functionality, consider the following example; Query query; QueryBuildDataSource qB; QueryBuildRange qR; Counter idx; Dimension dimension; ; query = new Query();