[development-axapta] How to turn on the AOT in AX2009.CTP3 image

2008-10-03 Thread Koh Meng Chiat
Hi all,   Do you have any idea turn on the AOT in AX2009.CTP3 image?  The AOT is disabled and i couldn't find anyway to turn on the AOT (the license information shows the AOT is included).   Thanks in advance.   Best Regards,   Jack ,_._,___ [Non-text portions of this me

[development-axapta] Insert a space between in Voucher Number

2008-06-16 Thread Koh Meng Chiat
Hi all, Will appreciate your help on how to insert a space in between a voucher number, e.g. from 'AP-OP001' to 'AP-OP 001'. My code is as follows but it doesn't work. Appreciate your valuable input. static void remove_VoucherSpace(Args _args) { LedgerJournalTable _ledgerJou

Re: [development-axapta] Add numbering into InventTable form

2007-06-27 Thread Koh Meng Chiat
Hi Leo Vee, Thanks a lot for your advice. Truly appreciate it. Leo Vee <[EMAIL PROTECTED]> wrote: Hi Chiat, The usage of "display" method in report and form are different from its purpose in this case. Since you do loop one by one record in the report then your "display" method

[development-axapta] Add numbering into InventTable form

2007-06-26 Thread Koh Meng Chiat
Hi all, I want to add running number (i.e. 1,2,3,4,5,6...) into the Inventtable form and have written the following display method; display int number() { number++; return number; } Just wonder why the results turn out to be 0 all the way? It works perfectly fine in th

Re: [development-axapta] Re: has been released!!!

2006-03-14 Thread Koh Meng Chiat
Thanks qheng, it really helps! :D      Andrew Zekveld <[EMAIL PROTECTED]> wrote:   I would like to have a look at some tips and examples for Axapta development! And yes, English will greatly appreciated! --- In development-axapta@yahoogroups.com, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wr

[development-axapta] Export out all the security keys for a given user group into Excel

2005-10-30 Thread Koh Meng Chiat
Hi all, Is that possible to export out all the security keys for a given user group into Excel? May i know how to perform the export? Thanks in advance. Best Regards, Jack Koh     - Yahoo! FareChase - Search multiple travel site

[development-axapta] Failure during Customiztion Import due to Insufficient Right to save Configuration Key

2005-10-12 Thread Koh Meng Chiat
Hi all, I've faced some problems during customizations import.  After i import the customization, the following error messages thrown out: Unable to save:  Insufficient right to save configuration key Unable to save:  Unable to save index Unable to save:  Unable to save Relation Un

Re: [development-axapta] Re: SQL Syntax in Axapta Table browser

2005-06-22 Thread Koh Meng Chiat
Hi all, Really appreciate your helps.  IT WORKS!!! :)  --- sdupontel1 <[EMAIL PROTECTED]> wrote: > Hi, > > You could put only X++ coding in the table browser > and not SQL Syntax > > Regards > > --- In development-axapta@yahoogroups.com, Koh Men

Re: [development-axapta] Re: SQL Syntax in Axapta Table browser

2005-06-22 Thread Koh Meng Chiat
p;& > InventTransPosting.TransDate <= mkdate(31,05,2005) > > Best Regards, > > Anýl Özay > > --- In development-axapta@yahoogroups.com, Koh Meng > Chiat > <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > The SQL statement i wrote to filt

[development-axapta] SQL Syntax in Axapta Table browser

2005-06-21 Thread Koh Meng Chiat
Hello all, The SQL statement i wrote to filter out the records doesn't work in table browser.  Could anyone shed some lights on it?? SELECT * FROM InventTransPosting where InventTransPosting.Transdate >="4/30/2005"  and InvenTransPosting.Transdate <="5/31/2005"; Thanks in advance. Best Reg

[development-axapta] Problem initializing database

2005-04-24 Thread Koh Meng
Hi all, I'm using Axapta V3 SP2 2 tier and SQL 2000 which is running on SP3a .  After i've installed Axapta immeadiately when i open the application, the following problem arises: Problem initializing database "The Program is unable to load and execute the class 'SqldatabaseInit', which is

[development-axapta] Web Page for Enterprise Portal is blank

2005-02-14 Thread Koh Meng
Hi all, i've set up an Enterprise Portal based on IIS and after i logged in into Enterprise Portal through web using administrator name and password, the web page is blank (Please see attached). Can anyone tell me what's going wrong? Thanks. Best Regards, Jack Koh ___

RE: [development-axapta] Axapta Web Logon Error

2005-01-10 Thread Koh Meng
miracle." - Col. John P. Stapp www.smallfrymobile.com <http://www.smallfrymobile.com> -Original Message- From: Koh Meng [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 04:41 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Axapta Web Logon Error Hi

[development-axapta] Axapta Web Logon Error

2005-01-10 Thread Koh Meng
Hi all, When I tried to logon to Axapta via Web the attached error appears.  Can anyone tell me what's going on and how to resolve the problem? Do i need to download any patches from Microsoft?   "The Navision Axapta file was not launched, because you chose not to trust the Navision Axapt

[development-axapta] Axapta Web Logon Error

2005-01-10 Thread Koh Meng
Hi all, When I tried to logon to Axapta via Web the attached error appears.  Can anyone tell me what's going on and how to resolve the problem? Do i need to download any patches from Microsoft?   Thousand thanks in advance. :) __ Do You Y

RE: [development-axapta] Posting Errors !

2004-10-27 Thread Koh Meng
ttachment is not included, so what does it tell? Regards Henrik >-- Oprindelig Besked -- >To: [EMAIL PROTECTED] >From: Koh Meng <[EMAIL PROTECTED]> >Date: Tue, 26 Oct 2004 22:35:00 -0700 (PDT) >Subject: [development-axapta] Posting Errors ! >Reply-To: [EMAIL PROTECTED]

[development-axapta] Posting Errors !

2004-10-27 Thread Koh Meng
Hi all, I'm in the midst of doing GL data migration using Axapta Excel Template (LedgerJournalTable and LedgerJournalTrans).  After I loaded the GL Opening Balances into General Journal and tried to do the posting.  An error message threw out and stopped me from posting (see attached). Can a

RE: [development-axapta] SQL error when log into Axapta - Invalid Object Name 'SQLSYSTEMVARIABLES'

2004-05-23 Thread Koh Meng
I’ve tried your method but it still can’t work. The table owner is ‘dbo’ and the tables are all system tables. Hence there is no way I can change the owner of the system tables. Any solution I can resolve it? Thanks in advance. - Do

RE: [development-axapta] SQL error when log into Axapta - Invalid Object Name 'SQLSYSTEMVARIABLES'

2004-05-21 Thread Koh Meng
Hi, Really thanks for your help. I'll try it out! Gulden SAYLAN <[EMAIL PROTECTED]> wrote: Hi, I think, you have a problem  about database owner user 'bmssa' on your database (But, You can try after database backup) You should run script for on your database (query analyzer) exec sp_chan

Re: [development-axapta] Add in subtotal for report more than 1 page

2004-01-02 Thread Koh Meng
Hi Jonathan, Thanks for your advice. I'll try out. Best Regards, Jack Koh Jonathan St-Louis <[EMAIL PROTECTED]> wrote: Hi, Did you try to use a page footer with a dataMethode? If not, try to create a new control PageFooter in your report Design. Put a field in it and link it with a data

RE: [development-axapta] Can we implement Axapta 3.0 Enterprise version without AOS?

2004-01-02 Thread Koh Meng
Hi Preston, Thanks for your prompt reply. If we implement in this way it make no difference with Professional version. I thought besides AOS there should be some distinctive features between Enterprise and Professional version. "Preston A. Larimer" <[EMAIL PROTECTED]> wrote: Yes you can yo