AW: [Axapta-Knowledge-Village] X++ Exam

2006-01-09 Thread Andrae, Tobias
Hi Brandon,   the most important thing to read carefully is the Best Practice Handbook and the Developers Guide (both from Help menu in Axapta). In addition, it is a good idea to have visited the official development  courses including MorphX Integration / Development IV..   Good luc

RE: [Axapta-Knowledge-Village] using 'in' keyword in axapta query

2006-01-09 Thread Sathiyanathan.P - Leader \(Enterprise Solutions Practice\) - SIS
Hi Hema Varden's suggestion is correct, Where u r using this Select, In executequery method use only the Select statement . example select emp where emp.empcode == 'E001' || emp.empcode == 'E002' || e

[Axapta-Knowledge-Village] How to use Settlement Type : Designated Transactions in the Sales Order header

2006-01-09 Thread Koh Meng Chiat
Hi all,   Can anyone tell me how to use the Settlement Type: Designated Transactions in the Sales Order header? It seems no difference with the Settlement Type: None.     Thanks in advance.   Best Regards,   Jack Koh Yahoo! Photos Got holiday prints? See all the ways to get qualit

Re: [Axapta-Knowledge-Village] using 'in' keyword in axapta query

2006-01-09 Thread Hema Malini
Hi, Thank u for ur suggestion. when i use ur code, i will get only one record. but, i want all the records which are satified. for eg. E001 and E003 are satisfied, those will be populated. i use querybuildrange and got the result. regs, Hema. S --- Varden Morris <[EMAIL PROTECTED]> wrote: > T

RE: [Axapta-Knowledge-Village] Currency Issue

2006-01-09 Thread Brandon George
Well I tried setting the round off to 0.05 and now I get the following error messages:   Warning Posting The transactions on voucher 'SI00017978' do not balance as per '1/5/2006'. (Company currency: -11.00 - secondary currency: 0.00)Error Posting Error in unit of amount in currency 'USD'.

RE: [Axapta-Knowledge-Village] Currency Issue

2006-01-09 Thread Brandon George
Were is the Maximum Penny-rounding in the secondary currency? Thanks in advance!   -Brandon From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alejandro LozanoSent: Saturday, January 07, 2006 11:21 PMTo: Axapta-Knowledge-Village@yahoogroups.comSubject:

[Axapta-Knowledge-Village] X++ Exam

2006-01-09 Thread Brandon George
I know a ton of people has asked in the past about the X++ exam, but I will make a ton+one. I feel I am ready for the test, but I want to make sure I am. So can anyone recommend any papers / word doc's / Study notes for the X++ exam?   Thanks in advance!   -Brandon Sharing the knowle

[Axapta-Knowledge-Village] Remove markings in X++

2006-01-09 Thread Jens Strandberg
åØåHello there, I need to go through transactions on certain items in order to remove any markings between production lines and purchase orders. I would need to look for records in table InventTrans with Reference "Production line" and Issue "Reserved ordered" and remove the marking, i.e. using t

Re: [Axapta-Knowledge-Village] using 'in' keyword in axapta query

2006-01-09 Thread Varden Morris
Try this:   select emp where emp.empcode == 'E001' || emp.empcode == 'E002' || emp.empcode == 'E003');   Varden Morris Senior Developer WellPoint Systems Inc. Microsoft Gold Certified PartnerSuite 2000, 500 - 4th Ave SWCalgary, Alberta, Canada T2P 2V6

RE: [Axapta-Knowledge-Village] Has anyone Axapta 4.0 News?

2006-01-09 Thread Steve Wright
Beta 2 has been released to the beta program members.   I am unsure when/if a public beta will be available.   I would expect the Microsoft Convergence Conference in March will contain a lot of AX 4.0 sessions.   Regards. Steve   From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EM

[Axapta-Knowledge-Village] Calculating time - URGENT

2006-01-09 Thread Hema Malini
Hi, how do i calculate the time in the following case: i have a real control called duration and time control called starttime. if i will give 0.30 in duration field and 04:01:00 in starttime field, then i have to add 30 minutes with 04.01 hrs and result should be 04:31:00. but, the result is 04:

Re: [Axapta-Knowledge-Village] using 'in' keyword in axapta query

2006-01-09 Thread Hema Malini
Hi, Thank u for the solution. It is working. regs, Hema. S __ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yah

[Axapta-Knowledge-Village] Has anyone Axapta 4.0 News?

2006-01-09 Thread Andreas Rudischhauser
When is the beta coming… and such things Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. YAHOO! GROUPS LINKS  Visit your group "Axapta-Knowledge-Village" on the web.   To unsubscribe from this group, send an email to: [E

Re: [Axapta-Knowledge-Village] using 'in' keyword in axapta query

2006-01-09 Thread hello world
Hi,   To convert this into Axapta query u have to use the Querybuildrange object. In this object u have to define on which field u r trying to set ranges. after setting this object we can set the values in that object like...   Querybuildrange  qbr; qbr = this.query().dataSourceNo(1).addRa

Re: [Axapta-Knowledge-Village] Copying a record

2006-01-09 Thread venkat raghavan
Hai stefan,     Thanks a lot for the solution.It's working!!!   Thanks and regards, VenkatStefan Osterburg <[EMAIL PROTECTED]> wrote: just writeemp2.data(emp1);and afterwards change any fields in emp2 you need to change beforeinserting.Stefanpvraghavanmca schrieb:> Hi all,>    I want to add

[Axapta-Knowledge-Village] Deleting files in a folder

2006-01-09 Thread Irving
Hi I want to delete files in a folder, I have made following code: void deleteFilesInFolder(filePath _inputPath) { object cIo; fileNameinputFile; filePathinputPath = _inputPath; ; inputFile = this.SearchInputFile(

RE: [Axapta-Knowledge-Village] Inventory value of charged items

2006-01-09 Thread Koh Meng Chiat
Thanks Sun Fen.  Really appreciate that. Chen Sun Fen <[EMAIL PROTECTED]> wrote:Hi Koh Meng,   This report is used for service item type. This is useful when you try to reconcile service amount with ledger amount. This report is used because service is not included in inve