How can I export selected document from embedded view

Hi,

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.

Thank you in advance.

Regards,

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)

HTH

Mike

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)

HTH

Mike

Subject: RE: How can I export selected document from embedded view

I’m just a beginner developer so could you suggest me about coding a little bit more or any example code

Thank you very much