[development-axapta] Select records dinamically on form

2008-01-17 Thread daniele.selvi
Hi all, When I open my form, the first record is selected. what can I do, after clicking a button, to focus the next record on the form ? Thanks in advance.. Byez. Daniele.

RE: [development-axapta] Re: Cluster indexes yes or no?

2008-01-17 Thread James Flavell
Thanks I have read up this web site as well as others and understand cluster indexes but I guess my concern is has std AX table objects been setup with good cluster indexes? I guess I can look at the main volume tables such as inventtrans etc but I was just wondering if anyone had any feedback

Re: [development-axapta] How do I raise the indent from production department to inventory department

2008-01-17 Thread Hemant Kumthekar
Hi, Following options can be implemented 1. Production order can be split and spread over 3 months or Create on production order but start only partial quantity needed for that month 2. Generate a pick list. Material can be allocated and then issued. Pick list is the only way to communicate to

Re: [development-axapta] Create production order by code

2008-01-17 Thread avnish chandra
static void createProductionOrder(Args _args) { ProdTable ProdTable; ProdId ProdId; InventDim InventDim; NumberSeq NumberSeq; ; ttsbegin; //Initilize the number sequence class for getting new production Number NumberSeq =

Re: [development-axapta] Select records dinamically on form

2008-01-17 Thread Aji Sarosa
Hi, For your case, I would override method executeQuery() in the form datasource and then call method next() like this: public void executeQuery() { super(); this.next(); } Regards, Aji Sarosa daniele.selvi wrote: Hi all, When I open my form, the first record is selected.

Re: [development-axapta] Select records dinamically on form

2008-01-17 Thread Max Belugin
the next method of the form datasource On 1/17/08, daniele.selvi [EMAIL PROTECTED] wrote: Hi all, When I open my form, the first record is selected. what can I do, after clicking a button, to focus the next record on the form ? Thanks in advance.. Byez. Daniele. Yahoo! Groups Links

AW: [development-axapta] Select records dinamically on form

2008-01-17 Thread jesper.joergensen
HI, I have crated a form (Quick and Dirty) in 4.0 SP2 based on CustTable that shows U how to do that. Mit freundlichen Grüßen / Best regards / Med venlig hilsen Jesper Jørgensen / Abt. NMT-XD Senior Product Manager arvato systems | Technologies GmbH An der Autobahn 18 33311

[development-axapta] Development Tool AxAssist updated to 1.06.1 version. More Editor features.

2008-01-17 Thread adkotov
AxAssist tool makes the daily work in the DAX Editor easier. AxAssist works independently on MBS Axapta functionality, except small changes in class EditorScripts. Details are described in Installation (http://axassist.com/downloads/installation) section. Please read it before installation.