[Axapta-Knowledge-Village] Need help for production in Axapta 3.0

2005-02-21 Thread leolql2003
Dear all; I need help for production in Axapta 3.0. Thanks! 1. A production planner has released a production order and wants to start the order for the total quantity. If he wants to automatically generate a complete picking list, where is it possible to correct material

[Axapta-Knowledge-Village] Re: Need help for Axapta 3.0 production exam

2005-02-21 Thread axaptos
Hi Leo, You seem to be desperate. Axapta employers should be worry about you because although you have passed cerfication but your knowledge is not enough. Axapta certification is gained thru experience and learning. If you have implemented axapta and learn the training materials. It is

[Axapta-Knowledge-Village] Re: Need help for Axapta 3.0 production exam

2005-02-21 Thread leolql2003
Hi,axaptos; I think it is antinomy. I think if you don't have the certificate, you would have no qualification to do the axapta job.Because you are not certifiable and reliable.In that case, you can not do the axapta job and get the experience. So you can not get the knowledge from the

[Axapta-Knowledge-Village] Edit problem on form

2005-02-21 Thread compashi
Hello Guys, Friends i have created a Form whose datasource is a Temporary Table and have got a CheckBox field appended at the end of each row of the form. Now friends i am not able to write down a method which can insert the status of the check box into the temporary table and also the same

RE : [Axapta-Knowledge-Village] Temporary table

2005-02-21 Thread Steeve Gilbert
Thank Varden for the answer. Ashi,  what seems to be the problem here?  It is working has expected.  I've tried that : static void Job1(Args _args){     TmpSum tmpSum, p1, p2;     ;     tmpSum.Key = 1;     tmpSum.insert();     tmpSum.Key = 2;     tmpSum.insert();    

Re: RE : [Axapta-Knowledge-Village] Temporary table

2005-02-21 Thread Ashi Singh
hi steeve , thanking you in first place and i will send a vote of thank to Varden Morris for his timely answer now i hope that both of us are enriched by some little but crucial aspects that do crop up. And a vote thanks to you also for taking so much pain.Now mine report is very near to

Re: RE : [Axapta-Knowledge-Village] How to join data fetched from temporary table

2005-02-21 Thread Ashi Singh
Ya steeve the code which you have suggested is exactly the same one which i have used with a little variation that is required as per my requiement meanwhile give a look to a mail which i have posted to you . till then bye and please register me in your Yahoo messenger so that occassionally

Re: [Axapta-Knowledge-Village] Edit problem on form

2005-02-21 Thread Raul Llorente Peña/OPENSOLUTIONS
Use an edit method on the datasource of the temporary table of the form.. Raúl Llorente Peña Análisis, Desarrollo e Implementación en Microsoft Bussiness Solutions-Axapta OPEN SOLUTIONS Sharing the knowledge on Axapta. Yahoo! Groups Links To visit your group on the web, go

Re: [Axapta-Knowledge-Village] Re: Need help for Axapta 3.0 production exam

2005-02-21 Thread vaibhav pednekar
Hi all, Here are my comments. Certification is good, but certification with experience is great. Microsoft itself in the certification guide says minimum 1 to 1 1/2 years experience on the module is required for certification (not mandatory). I know some people who are working may be only for

答复: [Axapta-Knowledge-Village] Need help for Axapta 3.0 production exam

2005-02-21 Thread Jiang Hua
Thank you Harsh, let me try! John.Jiang : Harry Deshpande [mailto:[EMAIL PROTECTED] : Tuesday, 22 February, 2005 8:39 : Axapta-Knowledge-Village@yahoogroups.com : RE: [Axapta-Knowledge-Village] Need help for Axapta 3.0 production exam Hi Send email to [EMAIL

RE: [Axapta-Knowledge-Village] Re: Need help for Axapta 3.0 production exam

2005-02-21 Thread Harry Deshpande
Hi It took me about 6 months to have basic ability to do Axapta. However at that point of time, I was doing Axapta for six months anyway. The most important thing is that the clients do not understand that someone is doing them so management forces consultants into this doing thing, I

RE: [Axapta-Knowledge-Village] Need help for Axapta 3.0 production exam

2005-02-21 Thread Harry Deshpande
Hi Oh yes, forgot about that. Personvue account has a reference number that ties the personvue results to the voice account. If this reference field is correctly filled up then Voice gets updated automatically. Regards harry Harry Deshpande Senior Consultant

[Axapta-Knowledge-Village] Return Array of Class

2005-02-21 Thread Krishnendu Roy
Hi All I am facing a problem of holding the initialised value of a class when it is put in an array. The coding is done in a form method. Following is the code array A1 = new array(types::Class); class1 class1; int i = 1; ; while select table1 where

RE: [Axapta-Knowledge-Village] Return Array of Class

2005-02-21 Thread Bayliss, Barry
Krish, Another way would be to use containers. Your code would be something like Container Initialise ( ) { Container Results; class1 class1; ; while select table1 where