[Axapta-Knowledge-Village] Need help in Axapta X++ code

2005-11-15 Thread @ Mollar @
Hi All, Iam using this code to loop the controls on a form. int i; for (i=1;i= element.design().controlCount();i++) { info(strfmt('%1', element.design().controlNum(i).name())); element.design().controlNum(i).visible(false); } and I thought to use a recursive function to loop all

Re: [Axapta-Knowledge-Village] Customer Settlement (different currencies)

2005-11-15 Thread Asrar Ahamed
Are you on SP3? I faced same problem withvendors. I could resovled by installing hotfix. Please contact Microsoft, the same hotfix may solve your problem.Cheers, AsrarAhmed Ibrahim [EMAIL PROTECTED] wrote: Dear All,When settling a payment with an invoice in a different currency,

SV: [Axapta-Knowledge-Village] tricky query

2005-11-15 Thread Askeryd Thomas
That page was good. Gonna have to bookmark it. I put it all in one value but then it doesnt quite work: qbrFamily.value(strFmt('(((noOfChildren 2) (Persons.Income 3000)) || ((noOfChildren 5) (Persons.Income 9000)))')); It gives the right amount of posts but some are correct

RE: [Axapta-Knowledge-Village] Batch Server setup

2005-11-15 Thread Brandon George
Thanks for your input, have you ever setup a Batch Server in 2-tier mode while also running AOS? What are the down sides? What about code changes to the AOT, etc.? Plus has anyone ever done a profile to see how much more faster a 2-tier will process vs. a 3-tier fat client? thanks in

Re: [Axapta-Knowledge-Village] Need help in Axapta X++ code

2005-11-15 Thread Varden Morris
Hi MollarThe type is FormDesign. A form object comes from the FormRun class under the system documentation node. If you expand the FormRun node you will see design. You can then double click the design to see the type returned by the method.VardenMorris Senior Developer WellPoint

[Axapta-Knowledge-Village] Interview with Steen about MORPHX IT book

2005-11-15 Thread Brandon George
Hello Everyone! I just wanted to let everyone know that I have posted the interview I had with Steen about his book: "MORPHX IT" The book is scheduled to come out next year. Anyway you can view the interview here: http://dynamics-ax.blogspot.com/2005/11/interview-with-steen-andreasen.html

RE: [Axapta-Knowledge-Village] Batch Server setup

2005-11-15 Thread dband
Brandon, I've got 3 clients running in this scenario now. The down side of a 2 tier batch server is that if you have it pointing to a separate application, then you have to be meticulous about keeping the 2 applications in sync when you make program changes. ie. Bring down the AOS and the

[Axapta-Knowledge-Village] Intercompany receipts

2005-11-15 Thread jaykay_nl
I have a question about intercompany receipts. Example: - Company A has a purchase order for 4 pcs of an item. The intercompany functionality creates a sales order for 4 pcs for the same item at Company B. - Company B delivers 2 pcs of the item to company A. - When receiving the items at