Hi experts!
I have a form with a group holding only one field and that is an ActiveX field of type "Adobe PDF Reader".
In my form I have some lines and every line contains a field with the name of the PDF file that I want to be shown in the ActiveX field when I select a line. So when I go from one line to another, the ActiveX field also changes so it shows the matching PDF file.
It works fine.
In the datasources "Active" method I call my ActiveX control like this: activeX.loadFile('myFile.pdf');
The problem is that the Activex field takes the focus every time loadFile is called. When I click on a line, it shows the correct PDF file, but when I press "arrow down" on the keyboard I don't move to the line below, but the PDF file moves a little inside the ActiveX field. (So if I do that a lot, I can soon see page two of the PDF file.)
How do I keep focus on the line and field, I am in?
Hope you can help...
*This post is locked for comments
I have the same question (0)