J
JerryD
I am using code to insert a picture into an image box in
a form. When the code runs, the screen flashes a message
"Inserting..." along with the name of the picture file
that is being inserted. The message is not modal, it is
not an error message or warning. It requires no user
response, however it provides the user with an option to
cancel. The message automatically vanishes after the
loading is complete. Since the picture file is small,
the message simply flashes on the screen so fast that it
is hard to tell what it is saying. The flash however is
disturbing to the user. DoCmd.setWarnings False does not
effect this particular message.
My question, how do I prevent the message from showing?
a form. When the code runs, the screen flashes a message
"Inserting..." along with the name of the picture file
that is being inserted. The message is not modal, it is
not an error message or warning. It requires no user
response, however it provides the user with an option to
cancel. The message automatically vanishes after the
loading is complete. Since the picture file is small,
the message simply flashes on the screen so fast that it
is hard to tell what it is saying. The flash however is
disturbing to the user. DoCmd.setWarnings False does not
effect this particular message.
My question, how do I prevent the message from showing?