Re: [development-axapta] Re: How To Find Persons who born today ? (birthdate)

2007-11-01 Thread Max Belugin
Add month and day fields and index and update them when birthdate changes On 11/1/07, Ali Ýhsan Aðca <[EMAIL PROTECTED]> wrote: > Thanks Steffen, > But I wrote wrong word in my reply message to Rosyee. > Sufficient must be efficient. > I know that query will bring me the result but speed will not

[development-axapta] select first only

2007-11-01 Thread James Flavell
Hi again everyone, Another query I have is with the firstonly command. I understand basically how it works but want to know how it really works in practice Given this code: while select WMSPallet order by WMSPalletId { select firstonly InventPa

SV: [development-axapta] Re: How To Find Persons who born today ? (birthdate)

2007-11-01 Thread Ali Ýhsan Aðca
Thanks Steffen, But I wrote wrong word in my reply message to Rosyee. Sufficient must be efficient. I know that query will bring me the result but speed will not be high as I wish. Because all the records will be checked if the person is born today in code. But I want that case be checked by sql se

Re: [development-axapta] Windows API

2007-11-01 Thread LIVIU STOICA
Hi, You can see an exemple in the tutorial_Form_DisplayOptions form from DX4. Best regards, Liviu Stoica nzjaybee <[EMAIL PROTECTED]> wrote: Hi, I need to call the standard Windows "Choose Color" dialog from AX, and retrun the result of the users choice as an integer to

Re: [development-axapta] Re: create column dynamically

2007-11-01 Thread Ahmet Tütüncüler
Hi Ferrospeed, I could not do that. But i created more columns then i need. for example, i have 28 error codes and i created 40 columns. i made their visible false. then in a loop, i change their properties. On Oct 31, 2007 5:56 PM, ferrospeed <[EMAIL PROTECTED]> wrote: > > > > > hi Ahmet if u do

[development-axapta] Re: create column dynamically

2007-11-01 Thread ferrospeed
hi Ahmet if u do that , pls mail me how to do :)

[development-axapta] Regarding Installation Of AX4.0

2007-11-01 Thread romita.agrawal
Hi all I hv done 2 Installation of AX4.0 with two different license one in EN-US and another in EN-IN .First I hv Installed language EN-US then I have Installed another Instance of Server in same PC with language EN-IN after uploading the license code the following Error "No license code availabl

[development-axapta] Create ItemId by code

2007-11-01 Thread Alfonso Collados Arroyo
Hi all, I need to create an ItemId by code but I don´t know wichd Class I should use. Can you Help me? Best regards. Atentamente LM Spain / Ponferrada Alfonso Collados Arroyo Programme Analyst Telephone: +34 (987) 409 444 + Ext 24 Mobile: E-mail: [EMAIL PROTECTED] ---

[development-axapta] How to configure Batch-Job for multiple company

2007-11-01 Thread friedrich_schmitt
I have 10 different companies. Every night the same batch job must be scheduled for each of these companies. In table there is a field . I make a test in overwritting the field and the process did run in a different company. I guess there is a simple way in configuring multi-company batch by menu

[development-axapta] Windows API

2007-11-01 Thread nzjaybee
Hi, I need to call the standard Windows "Choose Color" dialog from AX, and retrun the result of the users choice as an integer to a record. No doubt I have to use WinAPI::ChooseColor(...) to do this. But what are the parameters I pass to achive this? Specifically what is the int hwnd, and binary c