[Axapta-Knowledge-Village] how to retrieve individual data from a table and a query?

2007-06-30 Thread bryanevil
Hi all, Thanks in advance for your help. two questions I have tried to solve for a long time, want post it here before i give up. Q1) this is my query: while Select CustTable{ /* At here how can I refer all the fields' values from the row and write into a txt file??

Re: [Axapta-Knowledge-Village] how to retrieve individual data from a table and a query?

2007-06-30 Thread Sumit Loya
Hi Bryan, For both of your queries you can use the following code void generateFile() { Common common; DictTable dictTable; DictField dictField; SysDictFieldsysDictField; int i, j; AsciiIo myFile; str