Hi all,
In a formA an "Export to Excel" button is added to export some particular fields ,this button is connected to a menuiten MenuItemA(action) . The code to export is handled using a class ClassA. There can be 3 scenarios:
1. Without selecting any record the user clicks "Export to excel" - all the records are fetched in an excel sheet
2. Selecting a few records the user clicks "Export to excel"- the selected records are fetched in an excel sheet( code done using form data source anymarked() method)
3. User filters data on one field (using ctrl+G ) and clicks "Export to excel"- the filtered records are to be fetched in an excel sheet.
How can we achieve this third scenario? (the rest 2 are done)
*This post is locked for comments
I have the same question (0)