H
hermes
Guest
Hello, I am not sure where I am going wrong wrong but using STOP-AFTER I am expecting a set time period to run then inside a dialog window the ok button is "clicked" so the window terminates after a certain period of time. I was trying the below but the results are not what I am expecting DO STOP-AFTER 10 ON STOP UNDO, RETRY: RUN terminmess. END. APPLY "ENTRY":U TO btnOk IN FRAME gDialog. then in proceedure terminmess vLimit = 10. DO WHILE vcounts > 0 STOP-AFTER vLimit: vcounts = vcounts + 1. END.
Continue reading...
Continue reading...