I need my users to export a report to txt, in order to import the file into another software.
This other software only accept the files with the extension ".pthosis".
I have 2 questions :
- is there a way to save as text with the extension .pthosis, without the .txt?
- is there a way to automatically run the export dialog after the user click the button in the form? For example, a form like below would do 2 things:
- - display the report page #1
- and export the report page #2 as text (is there a way to predefine the file name?)
Thank you for your help!