RE: [development-axapta] Re: Cheque writing

2005-02-08 Thread Andro Sanchez
Thanx zandm1, ill try your recommendation   -Original Message-   From: zandm1 [mailto:[EMAIL PROTECTED]   Sent: Tuesday, February 08, 2005 11:20 PM   To: development-axapta@yahoogroups.com   Subject: [development-axapta] Re: Cheque writing   It has to do with a permissions issue f

Re: RE : [development-axapta] Passing more than one parameters to a form

2005-02-08 Thread e_parungao
Thanks to all who replied to my question.. I have resolved it by creating a class that gets and sets the container from the source form. Meanwhile, the target form assigns this class as the caller of args. Eya :p Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! G

RE: [development-axapta] PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-08 Thread Harry Deshpande
Hi Interesting. Logically speaking, adding fields should not make any difference to calculation of line amount. Is there any modification on the form or 'calcLineAmountForced' method of saleline or related map? Regards harry   _  From: xppdevnull [mailto:[EMAIL PROTE

[development-axapta] distribute Service pack 3 with web deploy

2005-02-08 Thread matiazo
Hi all, How configure the web deploy to propper deploy the service pack 3 to the clients, we´ve a instalation with 100 machines and we´re making tests with web deploy, to insstall automatic the client it`s ok but when the webdeploy try to update to service pack 3 seems impossible as if w

RE: [development-axapta] Re: PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-08 Thread Michael Niemeyer
Hi, changing SalesQty should call SalesLine::modifySalesQty, this should call salesLine.setPriceDisc(), and here  this.lineAmount = this.calcLineAmountForced(); perhaps try it with a break point. Michael >From: "xppdevnull" <[EMAIL PROTECTED]> >Reply-To: development-axapta@yahoogroups.com

[development-axapta] Re: Cheque writing

2005-02-08 Thread zandm1
It has to do with a permissions issue for thos who didnt purchse the electronic banking module.  There is a hotfix available for this on the Microsoft CustomerSource website.  There is a manual workaround, but it is a little more complex.  Try downloadng the hotfix first. HF30_001 Elec

Re: RE : [development-axapta] Passing more than one parameters to a form

2005-02-08 Thread Md. Faisal
Let me explain my problem first: I am trying to develop one web based application system which is Mentor-Mentee means Teacher and student communication through web. Now one Mentor (teacher) will have many (maximum) 10 Mentees (Students). If i want to delete one mentor then the system will sa

RE : RE : [development-axapta] Passing more than one parameters to a form

2005-02-08 Thread Steeve Gilbert
Hmm...  sorry, I thought container were considered as an object.  Use Array or Struct instead. Steeve... -Message d'origine- De : e_parungao [mailto:[EMAIL PROTECTED] Envoyé : 7 février 2005 21:24 À : development-axapta@yahoogroups.com Objet : Re: RE : [development-axapta] Passin

YNT: [development-axapta] PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-08 Thread Cenk Ince
Try to reset form. Rigth click on form and select Setup; Then click "Reset" button. Maybe it works.  If that does not work, i offer you to compare two layers, your layer and sub layer of it. There if you see some code in "red" that can cause the problem, you must carry it to your layer.

[development-axapta] Re: PurchTable form anomaly after upgrade from axapta 3 sp2 to axapta 3 sp3

2005-02-08 Thread xppdevnull
I've reset the usage data. So its not a caching problem. Any other suggestions? Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, s

AW: [development-axapta] Re: Passing more than one parameters to a form

2005-02-08 Thread Leberbauer, Herbert - News
How about that: Write a class (MyClass) with a method which only returns your container, e.g. container parmMyContainer(container _myContainer = myContainer) {   return [value1, value2,...]; } Then send this class within your args to your form, e.g. Args args = new Args(NameOfYourClass);

[development-axapta] Re: Passing more than one parameters to a form

2005-02-08 Thread nugmanov
What if use arg.parmObject(someObject)? someObject may be for examle container. --- In development-axapta@yahoogroups.com, "e_parungao" <[EMAIL PROTECTED]> wrote: > > > Hi everyone! > > I have this code: > > FormRun fr; > Args arg = new Args(); >   > str temp;    >

Re: [development-axapta] BOM

2005-02-08 Thread Hans-Walter Bous
Hi, take a look at the "explode" function (on inventtable, salesorder, ...) There, you'll find what you are lookin for. regards John pepejeans2k <[EMAIL PROTECTED]> wrote: Hi, Is there something (build in function) in Axapta that can trace and explode 1. all the child component needed to

[development-axapta] BOM

2005-02-08 Thread pepejeans2k
Hi, Is there something (build in function) in Axapta that can trace and explode 1. all the child component needed to build a part no 2. using a child component no, trace back multi level of parent? 3. calculate quantity per of component (this can be > 1 level deep) needed to build a final