I have a non-Paradox windows applications that converts files from one format to another in a batch-type operation (i.e. one after the other). Periodically, this application brings up a dialog box asking for user verification. It is a Yes/No dialog box with the default focus on Yes (which is good). The dialog box is uniquely identifiable as a separate Windows Handle. With this annoying popup dialog box, unattended operation is not possible. I would like to create a Paradox (8) form that periodically (every 30 seconds or so) looks for the presence of a specific Windows Handle and sends it an Enter Key.
The sendkeys function seems to be restricted to an application that was started by the Paradox Execute command which won't be the case for the dialog popup. Anyone familiar with winsendmessage or similar functionality may be able to help. Again, what I want to simulate is the Enter Key.
Thanks,
COROX - Colorado Rockies
The sendkeys function seems to be restricted to an application that was started by the Paradox Execute command which won't be the case for the dialog popup. Anyone familiar with winsendmessage or similar functionality may be able to help. Again, what I want to simulate is the Enter Key.
Thanks,
COROX - Colorado Rockies