Re: [development-axapta] Pda with Dynamics Ax

2008-09-05 Thread david santoso
Hi Try this link for the installer https://mbs.microsoft.com/partnersource/downloads/releases/mobilesolutions.htm?printpage=false and this is the help files http://msdn.microsoft.com/en-us/library/cc160851.aspx Cheers, David S On Tue, Sep 2, 2008 at 1:56 AM, pisonnic [EMAIL PROTECTED] wrote:

[development-axapta] Re: Left Justify Takes Long Time (Upgrade 3.0 - 4.0)

2008-07-09 Thread david santoso
of time..! Cheers, David S On Sat, Jul 5, 2008 at 1:49 PM, david santoso [EMAIL PROTECTED] wrote: Hi Guys, need some help and advice from you. When we upgrade from Ax 3.0 to Ax 4.0, we run the left justify xpo files and it takes 7-8 hours, just for the run that job. Is there any tips or trick

Re: [development-axapta] Query sentence or and Like

2008-07-07 Thread david santoso
Hi, I think a lot of people have already asked this question, you should browse this forum. I give you the example code: qbr = this.query().datasourcetable(tablenum(custTable)).addrange(fieldnum(custtable, recid)); range = strfmt('((%1 == \%2\) || (%3 == \%4\))',

[development-axapta] Run DAX 4.0 Sp1 Client on DAX 4.0 SP2 AOS

2008-07-07 Thread david santoso
Hi All, I have installed DAX 4.0 SP 2 for Application, AOS and also Client on Server. I install run DAX 4.0 with SP1 Client ( actually i forgot to install SP2 Client), i have run with DAX for 1 week and nothing goes wrong. Is that ok DAX 4.0 with SP 1 Client connect to AOS DAX 4.0 with SP 2 ?

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

2008-07-02 Thread david santoso
Hi Wahyu. I'm using Axapta 3.0 SP 6 and it works fine for that function. I'm sure that the cause is convert into max integer value. For example if you declare int i =31131178729; ; info(strfmt(%1, i)); //-- 2147483647 it will return 2147483647 not 31131178729 perhaps you

Re: [development-axapta] Importing data into Invent table.

2008-07-02 Thread david santoso
Hi Tri, The cause, probably because of : - On InventTableModule Table you should create 3 module type (Inventory, Purchase Order, SalesOrder) for each item. - On InventItemLocation Table you should create item with default inventdimid (in ax 3.0 is Axapta) If you still can't find the item in

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

2008-07-01 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

[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

Re: [development-axapta] Re: Problem running Dynamics AX DB Upgrade Preparation

2008-06-25 Thread david santoso
2008/6/18 david santoso [EMAIL PROTECTED]david.santoso%40gmail.com : Hi Vanessa, J, Steffen, I also have a same error when running AxDbUpgrade.exe do you guys already got the solution ? Did the solusion change the sql version (standard or higher version) work ? Cheers

[development-axapta] Re: Upgrade Ax 3.0 to Ax 4.0, UNICODECONV table does not exist

2008-06-25 Thread david santoso
Hi All, I've already known what is the cause, UNICODECONV table does not exist When I install Ax 4.0 (Application, AOS Client) i should not check the Start AOS after finished installed Cheers, Davids On Mon, Jun 16, 2008 at 3:58 PM, david santoso [EMAIL PROTECTED] wrote: Hi, My Client

Re: [development-axapta] Data Upgrade 3.0 to 4.0

2008-06-25 Thread david santoso
Hi Suneel Amit, The solution works, so the error target database is not empty and UNICODE table does not exist is solve. Cheers, David S On Tue, Jun 24, 2008 at 9:37 AM, david santoso [EMAIL PROTECTED] wrote: Hi Suneel Amit, My Company also want to upgrade from Ax 3.0 to Ax 4.0

Re: [development-axapta] Upgrade steps from Axapta 3.0 SP3 to Axapta

2008-06-24 Thread david santoso
Hi Amit, My Company also wants to upgrade ax 3.0 to 4.0 SP2. I find this useful link on

Re: [development-axapta] Re: Problem running Dynamics AX DB Upgrade Preparation

2008-06-19 Thread david santoso
Hi Vanessa, J, Steffen, I also have a same error when running AxDbUpgrade.exe do you guys already got the solution ? Did the solusion change the sql version (standard or higher version) work ? Cheers, David S On Tue, Mar 25, 2008 at 6:42 PM, steffendenize [EMAIL PROTECTED] wrote: ---

[development-axapta] Upgrade Ax 3.0 to Ax 4.0, UNICODECONV table does not exist

2008-06-16 Thread david santoso
Hi, My Client wants us to Upgrade From Upgrade Ax 3.0 SP6 KR 3 to Ax 4.0 SP1 I Have Run the Code Upgrade Database Upgrade. But When I run the Dynamics Ax DB Upgrade Preparation tool, I get an error message saying: The target db is not empty, UNICODECONVtable does not exist: please check the

Re: [development-axapta] Re: Query Addrange For Array Fields...!

2007-06-11 Thread david santoso
Dimension should be Dimension[1]. Steeve... --- In development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com, david santoso [EMAIL PROTECTED] wrote: Hi All, i wanna create querybuild datasource using OR for array fields for ex : show salestable with dimension[1

[development-axapta] Hot Fix Secondary Currency in Financial Statement

2007-06-11 Thread david santoso
Hi All, I Tried to use the secondary currency when creating a row in my AX4.0Financial statement. 2nd currency entry(IDR) and for home (USD) However i create a row and use column type secondary currency and nothing appears in my Fin statement I've Checked out the hotfix in mbs site, link :

[development-axapta] Query Addrange For Array Fields...!

2007-06-06 Thread david santoso
Hi All, i wanna create querybuild datasource using OR for array fields for ex : show salestable with dimension[1] = 'P-001' or dimension[2] = 'Q-001' i've try with this code, but it didn't work. Query q; QueryBuildDataSourceqbds; QueryRun

[development-axapta] Select Sum n Rounding in Axapta ???

2005-08-16 Thread david santoso
is not rounding,... Plz tell me the right syntax thx in advance, David Santoso [Non-text portions of this message have been removed] SPONSORED LINKS Computer part Programming

[development-axapta] Display method

2005-08-02 Thread david santoso
Hi guys,... my name is davids, newbie on axapta i need u'r advise... Here is bout the case. I 've made form from 2 datasource ( CustpackingslipJour, CustpackingslipTrans) want to make display method that is customer name on grid (datasource Custinvoicejour) i've made this display method