I have a READ EVENTS that starts everything in my main prg, and in an Exit button I have CLEAR EVENTS, which is supposed to, according to the MSDN, throw the focus to the line immediately following READ EVENTS, which in my case is a function that closes/exits everything.
However, this does not actually happen. When I hit the CLEAR EVENTS, it returns me back to READ EVENTS and not the line following it, so the program never really exits.
Any ideas? Is there a problem with using Do Form and READ EVENTS for formsets? Appreciate any ideas! Thanks
However, this does not actually happen. When I hit the CLEAR EVENTS, it returns me back to READ EVENTS and not the line following it, so the program never really exits.
Any ideas? Is there a problem with using Do Form and READ EVENTS for formsets? Appreciate any ideas! Thanks