Hi,
When user selects File media on report specification, a SaveFileDialog allows the user to select the file name to be generated and Path.
That dialog request a name with .txt extensión, but allows the user to write any name.
I need two things, One is to know which name user write, I want to open the file after report process and generate the file. I need to execute another program once the file is generated on client pc.
The other thing is to know if there is any way to change extensión txt in that dialog, to request a name with .xls extensión for example.
Regards