RE: [development-axapta] Creating a RunBaseBatch Class

2005-06-22 Thread Steen Rabøl
Try one on the tutorial* samples in the AOT _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brandon George Sent: 21. juni 2005 15:28 To: development-axapta@yahoogroups.com Subject: [development-axapta] Creating a RunBaseBatch Class Hello All!

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

2005-06-22 Thread Koh Meng Chiat
Hi Anil, May i know what is mkdate (dd,mm,) used for?? Best Regars, Jack Koh --- Anil Ozay [EMAIL PROTECTED] wrote: Hi Jack, Use this statement : SELECT InventTransPosting where InventTransPosting.TransDate = mkdate(30,04,2005) InventTransPosting.TransDate =

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 Meng Chiat [EMAIL PROTECTED] wrote: Hello all,

[development-axapta] syssearchName table

2005-06-22 Thread Tomasz Dudek
Hello All! I currently moving data from one MSSQL database to another and I have a problem with sysSearchName table. What is job of this table? There are above 100 000 records in sysSearchName table. Can I leave table in destination database empty? Tomasz Dudek Yahoo! Groups Links * To

[development-axapta] Syntax of table browser ?

2005-06-22 Thread icham_2000
Hi All, Which syntax is used for coding in the table browser, Is it X++ Coding or SQL Syntax ? Thank you Best regards Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/ To unsubscribe from this group, send an email

[development-axapta] Upgrade error

2005-06-22 Thread Luk Gary
Dear All I am doing upgrade process process from Ax2.5 sp3 to Ax3.0 sp3. I have do the following process. There are two location (point 5 point 8) and pop up error and failure to upgrade finally. Can anyone help me to verify what is the problem here and giving me a solution or hints. Very

RE: [development-axapta] Syntax of table browser ?

2005-06-22 Thread Matt Benic
X++, though there are a number of limitations, for example the inability to include multiple tables in a query.. Regards, Matt Benic .Net/Axapta Analyst Developer UTi Sun Couriers Division Support the Xbox 360 in SA campaign http://forums.xbox.com/ShowPost.aspx?PostID=12592431 -Original

[development-axapta] Lookup ConfigId in Query

2005-06-22 Thread hwimmer
Hi We are using config id's a lot for items. In standard forms, MBS programmed something so that e.g. in the SalesTable form, after you've entered the item id, you'll only get the config's of that item. In queries, however, this does not work. Go to any report that prints out item data and

RE: [development-axapta] Syntax of table browser ?

2005-06-22 Thread Koen Govaers
Take tablebrowser of custtable modify sql syntax like follows press refresh data Salestable salestable; ; SELECT * FROM CustTable join salestable where salestable.custaccount == Custtable.Accountnum Cheers koen -Original Message- From: development-axapta@yahoogroups.com

RE: [development-axapta] Syntax of table browser ?

2005-06-22 Thread Koen Govaers
X++ Coding -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of icham_2000 Sent: woensdag 22 juni 2005 14:02 To: development-axapta@yahoogroups.com Subject: [development-axapta] Syntax of table browser ? Hi All, Which syntax is used for

Re: [development-axapta] Upgrade error

2005-06-22 Thread Kuni
It's very bad solurion to to upgrade like this. v3.0 differs from v2.5 and some objects code are upgraded, so if you copy .aod and object file from one to another version you'll get inconsistency. No chances to do upgrade in this way. Better read some instructions how to do that. It's more

SV: [development-axapta] AOS shut down randomly

2005-06-22 Thread Stefan Lundquist (Priv)
Hi, I assume you are using Oracle ? If you shutdown/restart Orcale (for exaple for taking a db backup) leaving AOS running and not restarting AOS afterwards, you may have such errors. /Stefan -Ursprungligt meddelande- Från: development-axapta@yahoogroups.com [mailto:[EMAIL