adm2

Get notified that MS Excel file is no longer used in Progress 4GL (ABL)

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...

How do I get the name or a list of names from an ADM2 object at run time?

I have a smart window which contain some smart object.I want to know the name of all the object at run time or list of all the object at run time. ...