I’ve create a form with embedded a view and let user to select keyword then the data will show in the embedded view. But how can I export these selected documents to excel because when i use command fileexport it extract all documents for me. Do you have any suggestion for this problem or any ideas to use instead of embedded view.
Subject: How can I export selected document from embedded view
You could put an action button on the embedded view and display it on the form. The code behind the action button could then perform your export for you (with a bit of code)
Subject: How can I export selected document from embedded view
You could put an action button on the embedded view and display it on the form. The code behind the action button could then perform your export for you (with a bit of code)