There is a GUI ADM2 Progress v9 application using AppServer.
It needs to give users an ability to view MS Excel files stored on the AppServer. So far it:
- Pulls .xls file from AppServer to a local drive.
- Fires up a copy of MS Excel and opens the file.
The problem is that the temporary file on the local drive needs to be removed once it's no longer required. Any hints?