D
David
Hello all,
I am trying the code on http://www.mvps.org/access/api/api0038.htm
option B... I copied the function/module and have this code on the timer
event of each form with a linked image.
The timer event is set to 200.
Private Sub Form_Timer()
Call sHideLoadingImageDialog(hWndAccessApp)
End Sub
Problem is I am getting a error when opening a form that I did not get just
before applying this technique. The Err.Description is blank. When I go to
the Visual Basic Code window, the title at the top flashes. I can not write
code as I normally do. It doesn't auto fill anything and it doesn't allow
spaces and immediately turns by typing RED.
My guess is that the timer event of 200 is firing the function to hide the
image dialog EVERY 1 second.
My linked image is a background image of the form, and will only need to be
loaded once when the form opens. I've tried putting the line to run the
function in the ON LOAD event of the form, but it's not working to remove the
progress bar.
Any suggestions?
I am trying the code on http://www.mvps.org/access/api/api0038.htm
option B... I copied the function/module and have this code on the timer
event of each form with a linked image.
The timer event is set to 200.
Private Sub Form_Timer()
Call sHideLoadingImageDialog(hWndAccessApp)
End Sub
Problem is I am getting a error when opening a form that I did not get just
before applying this technique. The Err.Description is blank. When I go to
the Visual Basic Code window, the title at the top flashes. I can not write
code as I normally do. It doesn't auto fill anything and it doesn't allow
spaces and immediately turns by typing RED.
My guess is that the timer event of 200 is firing the function to hide the
image dialog EVERY 1 second.
My linked image is a background image of the form, and will only need to be
loaded once when the form opens. I've tried putting the line to run the
function in the ON LOAD event of the form, but it's not working to remove the
progress bar.
Any suggestions?