Re: RE : [Axapta-Knowledge-Village] Opening a for m through code

2006-01-27 Thread V G
Thanks Ya I want to enter range on the grid of the sysQueryForm and press ok. And then see the result on the first form.It will be used for testing purpose.Sothat a person can run the code and sit back and watch the show. Can u please lemme know y it is not recommended to do this with SysQueryFor

RE : [Axapta-Knowledge-Village] Opening a for m through code

2006-01-27 Thread Steeve Gilbert
Hi VG, What do you want to do exactly? Opening SysQueryForm to set some range and closing it automatically is not really recommended. Do you want to set range on a grid in a form, on a report, etc... ? Regards, Steeve... -Message d'origine- DeĀ : Axapta-Knowledge-Village@yahoogroup

[Axapta-Knowledge-Village] Opening a for m through code

2006-01-27 Thread V G
Hi I am trying to open a form through code and click on the button on the form.I am able to do till here but the problem is that I am unable to get hold of the sysQueryForm which is opened by clicking the button on the first form.I want to get hold of that form and set some range in the sysqueryfo

[Axapta-Knowledge-Village] Interesting

2006-01-27 Thread Harry Deshpande
http://www.itjungle.com/two/two012506-story02.html Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Axapta-Knowledge-Village/ <*> To unsubscribe from this group,

[Axapta-Knowledge-Village] Re: using demension field in query range value

2006-01-27 Thread densop1
Hi Vikas Use .addRange(fieldId2Ext(FieldNum(abc,Dimension), 1)) for array index 1 and of course similar with 2 and 3. Regards Simon --- In Axapta-Knowledge-Village@yahoogroups.com, "Vikas Garg" <[EMAIL PROTECTED]> wrote: > > Hi, > > I have following code to add range on dimension field in som

[Axapta-Knowledge-Village] about image file

2006-01-27 Thread dhanashreebhagwat16
Hello, In Axapta, Questionnaire module: Can we add other background image other than bmp files in form templates? thanks, dhanashree. Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links <*> To visit your group on the web, go to: http:/

[Axapta-Knowledge-Village] Sales Order reservation logic - full pallets needed

2006-01-27 Thread hkruiniger
We have a problem with the reservations logic employed during sales order entry. The scenario: Sales orders automatically reserve stock when they are posted. Stock is allocated to the order strictly on a FIFO basis (date controlled or batch#), disregarding picking efficiency. When the shipm

[Axapta-Knowledge-Village] using demension field in query range value

2006-01-27 Thread Vikas Garg
Hi, I have following code to add range on dimension field in some datasource but I am not able to assign range value to this field QueryBulidRange qbrDimension; Dimension dims; ; Dims = someSource of input; qbrDimension= abc_ds.que