focus on ocx web browser

cthulhugeek

New Member
Hi,

I have a dialog box, with a ocx web browser in it to view html formatted reports. It works great, but the user has to click on the browser to start navigating with the keys. I can't seem to start the dialog box with focus on the browser. I have tried using APPLY "ENTRY" and also tired adding FOCUS to the WAIT-FOR command.

Any thoughts.

Don
 
worst, worst case it is possible to synthesize a mouse click on the web browser using win api's.

though it is somewhat hack'ish.
 
Back
Top