With AcuCobol we generate files in different formats (pdf, xls, docx, txt, csv,....) and the user wants to open it.
Is it possible to open a file with the standard application on the client? Like clicking on the file in the windows explorer.
1) "C$system" requires the name of the application (e.g. C$SYSTEM "@[DISPLAY]:C:\notepad myfile.txt")
2) As well as "C$run" (C$RUN "@[DISPLAY]:C:\notepad myfile.txt).
3) Calling the browser control with a file name doesn't work with all formats
The problem is that we don't know what standard apllications are installed on the client.
Am I to silly to find the right statement?