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

2005-02-23 Thread Krishnendu Roy
what i thought is a better idea is to just send you all the xpo's which are there in my project.   Again thanks a lot i am working on whatever links that you have provided.   Once again thanks a lot. Keep smiling Roy.. Krishnendu Roy <[EMAIL PRO

RE: [Axapta-Knowledge-Village] restore the deleted Objects from the AOT

2005-02-23 Thread Krishnendu Roy
You can do it from AOT recycle bin if your application is still open. Once you close the application there is no way to recover deleted objects.   Krish   From: Jim Jo [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 12:09 PM To: Axapta-Knowledge-Village@yahoogr

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

2005-02-22 Thread Krishnendu Roy
where table1.NoYesId == true { class1 = new class1(element); class1.initmethod(table1); Results += [Class1.pack()]; } Return Results; } Barry. -Original Message- From: Krishnendu Roy [mailto

[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 table1

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

2005-02-21 Thread Krishnendu Roy
Hi Compashi Please tell me whether I have correctly understood your problem 1. You have created a Form with a datasource which is a Temp table 2. You have added a check box column which is an unbound control. 3. Now you want some action to be performed on clicking the check box Also the followi

Re: [Axapta-Knowledge-Village] table Order !!!

2004-10-13 Thread Krishnendu Roy
Hi Priyanka Why don't you go to Tools>Options>SQL Tab And select the SQL trace checkbox. Post a invoice and check the the tables effected. KrishnenduPR <[EMAIL PROTECTED]> wrote: Hi All... Does anyone has in hand the order in which tables get effected when an invoice is posted. I think it ca

Re: [Axapta-Knowledge-Village] importing for invoice through Excel

2004-10-11 Thread Krishnendu Roy
Hi Nitesh Easy way to do it. 1. Convert it to csv file. 2. Open Administrator>Periodic>Data Export/Import>Definition Group 3. Create a new custom type Defn. Group 4. Select Table name, specify Path name 5. Select Field Setup, specify the field no 6. Run import Hope it will help you. Rgds Krish