Re: [Axapta-Knowledge-Village] Re: Export Data

2007-04-02 Thread Sumit Loya
Hi, Another method which i would say is a bit crude is that simulating the Copy+Paste functionality on the form (automating the copy+paste). But the problem is that this action will copy and paste the whole form and not only the GRID. Figuring out the ways to control this action. Anyways you can h

Re: [Axapta-Knowledge-Village] Re: Export Data

2007-03-31 Thread Sumit Loya
Hi, you can try using the following code *For generating a CSV file from code with the data of all the records on the GRID* void generateFile() { Common common; DictTable dictTable; DictField dictField; SysDictFieldsysDictField; int i, j;

[Axapta-Knowledge-Village] Re: Export Data

2007-03-29 Thread bilsoleco1
thanks, but i would like to create automatically a file (*.csv for example) and to send it by email, to prevent user actions