[development-axapta] Option Button in Class dialog

2008-06-30 Thread Siva kumar
Hi,   When I have created an dialog through class, It is not showing the option button. It is showing Select and Default button. Is there any way to add Option button through Code?   If anyone come across this please need your suggestion/solution.     Thanks, MGS    [Non-text po

Re: [development-axapta] help with Invalid NumeralsToTxt Result

2008-06-30 Thread Tony Zeigler
This seems to give me the correct answer: static void Job1(Args _args) {     ;     info(numeralsToTxt(31131178729.00)); }   Not sure why yours would be giving a different answer. (I'm using 4.0 with current patch) --- On Thu, 6/26/08, Wahyudin Zakie <[EMAIL PROTECTED]> wrote: From: Wahyudin Zaki

Re: [development-axapta] Problem with try catch

2008-06-30 Thread Tony Zeigler
If your code is inside a transaction the error will skip your try/catch, and find the first catch block outside of the transaction. (Because axapta rolls back a transaction first when it hits an error, and then continues on from there) --- On Wed, 6/11/08, jazib.abdulah <[EMAIL PROTECTED]> wrot

[development-axapta] Genaral journal Posted with wrong Dimension

2008-06-30 Thread febinpc
Hi, I posted general journal of project transaction with wrong dimension,Now how can I correct that entry . If i'm correcting in tables directly ,which all tables are involved in the posting of project transaction? Any body can suggest table names?

[development-axapta] What are Maps and what's the use of them?

2008-06-30 Thread Vamsi Praneeth
Hello guys...I just wanna know...what actually are Maps in Dynamics AX 4.0 what are they used for? I have read in the e-books of Microsoft but couldn't figure out what actually are those.Can someone explain me in detail what they are?

[development-axapta] Upgrade Post-Synchronize Ax 2.5 -> 3.0 Takes Long time

2008-06-30 Thread david santoso
Hi All, I'm having problem with upgrade version axapta from 2.5 to 3.0. Our Platform are SQL 2000 SP 4 and Axapta 3.0 SP 6 (KR1) Our database is 140 GB, and we already shrink the data (limit the transactions) into 90 GB. I've already done the step by step upgrade things until post-synchronize p

Re: [development-axapta] help with Invalid NumeralsToTxt Result

2008-06-30 Thread Wahyudin Zakie
I'm using axapta 3.0 SP4. --- On Fri, 6/27/08, Tony Zeigler <[EMAIL PROTECTED]> wrote: From: Tony Zeigler <[EMAIL PROTECTED]> Subject: Re: [development-axapta] help with Invalid NumeralsToTxt Result To: development-axapta@yahoogroups.com Date: Friday, June 27, 2008, 8:31 AM This seems to g

Re: [development-axapta] OPEN CASH MACHINE HELP

2008-06-30 Thread Karel Vandenhove
You will have to look into the serial port connection properties in the RDP settings I guess  Karel Vandenhove [EMAIL PROTECTED] +32(0)473/962.759 - Original Message From: Tony Zeigler <[EMAIL PROTECTED]> To: development-axapta@yahoogroups.com Sent: Monday, June 23, 2008 3:46:16 PM Su

Re: [development-axapta] help with Invalid NumeralsToTxt Result

2008-06-30 Thread Tony Zeigler
Hrm, SP4 isn't the most current, but not sure if the issue would be fixed by getting current. That would be my first attempt tho - because I definately got a different result than you did. --- On Mon, 6/30/08, Wahyudin Zakie <[EMAIL PROTECTED]> wrote: From: Wahyudin Zakie <[EMAIL PROTECTED]> S

Re: [development-axapta] What are Maps and what's the use of them?

2008-06-30 Thread Tony Zeigler
Think of a map as an updateable query.   Your basically matching up a bunch of tables that hold similiar data, and then providing a common way to interact with the whole group. If a field is shared amongst several tables, then an update to the one field can affect all the relevant tables.   Of c

[development-axapta] Re: help with Invalid NumeralsToTxt Result

2008-06-30 Thread J
It is a known bug in V3. Partnersource has a hotfix: https://mbs.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;en- us;901373 --- In development-axapta@yahoogroups.com, Tony Zeigler <[EMAIL PROTECTED]> wrote: > > Hrm, SP4 isn't the most current, but not sure if the issue would be fixed by

Re: [development-axapta] I need Axapta 3.0 sp6

2008-06-30 Thread david santoso
Hi Karani, You can download and find out the fix list ax 3.0 with sp 6 on this link : https://mbs.microsoft.com/partnersource/downloads/servicepack/dynax30_sp6.htm?printpage=false But it requires MBS partnersource / customersource logon Cheers, Davids On 6/18/08, karani_yilmaz <[EMAIL PROTECTED

[development-axapta] Importing data into Invent table.

2008-06-30 Thread Trinadh C
Dear Ali, We populated the tables (InventTableModule and InventItemLocation) and tried to import the data in Ax4.0 Sp2. But still the data could be seen only in the table level. Could you please suggest the process of importing the data. Reply to this mail asap is highly appreciated.