Progress 8.3a
MS Windows
Is there any way to display a flashing message during a lengthy open query?
OPEN QUERY browse-1 FOR EACH LOCATE NO-LOCK
WHERE...
The WHERE statement contains many clauses and the resulting search process can take a little time. I want to give the users some feedback (reassurance) that the procedure is still running and has not died or quit responding.
Any help for this neophyte progress programmer would be greatly appreciated.
MS Windows
Is there any way to display a flashing message during a lengthy open query?
OPEN QUERY browse-1 FOR EACH LOCATE NO-LOCK
WHERE...
The WHERE statement contains many clauses and the resulting search process can take a little time. I want to give the users some feedback (reassurance) that the procedure is still running and has not died or quit responding.
Any help for this neophyte progress programmer would be greatly appreciated.