L
Lieven De Foor
Guest
What version of OpenEdge are you using? There are better ways of doing this than include files and classic PUBLISH/SUBSCRIBE statements. If you're using a more or less recent version of OpenEdge (and that's quite relative) you could create a class that publishes an event, and have a subscriber (can be a procedure or an object) react on that event by incrementing a progress bar.
Continue reading...
Continue reading...