G
Guest
I have a form (VIEWER) with a Web Browser window that shows me a pdf file
when I either click a button or hit <enter> to go to the next pdf record.
Once a pdf loads in the browser, I cannot for the life of me get the focus
back onto my form. I've done this code which flashes the control focus where
I want it (Sheet_No), but then the pdf loads and takes focus with it.
Private Sub Form_Current()
Forms!VIEWER.Browser.Navigate Me.Hyperlink
Sheet_No.SetFocus
End Sub
Thanks!
Zadok
when I either click a button or hit <enter> to go to the next pdf record.
Once a pdf loads in the browser, I cannot for the life of me get the focus
back onto my form. I've done this code which flashes the control focus where
I want it (Sheet_No), but then the pdf loads and takes focus with it.
Private Sub Form_Current()
Forms!VIEWER.Browser.Navigate Me.Hyperlink
Sheet_No.SetFocus
End Sub
Thanks!
Zadok