B
bhammer
A2003
In normal operation my subdatasheet has an On Current event that loads
the current record's linked JPEG image into the image control on the
main form. Access dispalys a very brief dialog showing the progress of
loading the image, then it vanishes.
Problem: This dialog will remain on the screen, however, if the user
right-clicks (context menu) on another record other than the current
record. The image will load as normal and all other behaviors are
normal--it's just that the progress dialog won't go away. To do so
requires exiting Access, then opening the Task Manager to kill the
MSACCESS.EXE process that is still running (the dialog).
Is there some code I can use that will, perhaps, suspend either the
context menu or the loading of the image if the user right-clicks on a
record other than the current record?
-Brad
In normal operation my subdatasheet has an On Current event that loads
the current record's linked JPEG image into the image control on the
main form. Access dispalys a very brief dialog showing the progress of
loading the image, then it vanishes.
Problem: This dialog will remain on the screen, however, if the user
right-clicks (context menu) on another record other than the current
record. The image will load as normal and all other behaviors are
normal--it's just that the progress dialog won't go away. To do so
requires exiting Access, then opening the Task Manager to kill the
MSACCESS.EXE process that is still running (the dialog).
Is there some code I can use that will, perhaps, suspend either the
context menu or the loading of the image if the user right-clicks on a
record other than the current record?
-Brad