How to write selected records in a CSV file.

Hi All,

I’ve a requirement where in I need to write the selected record (one or many records) on a form into a csv file when a button is clicked.

Request some hints/pointers

Thanks,

Varun.

Hi,

Refer below links. This may help you.

Best practice is creating the class and call the class using menu item button. Don’t write your code in clicked method.

http://msdn.microsoft.com/en-us/library/aa624902(v=ax.50).aspx
http://www.axaptapedia.com/index.php?title=Multiple_grid_selections

Thank you …