T
Tony Vrolyk
I have an app that is being distributed as an MDE with Access RT. In the app
I am using a function from Stephen Lebans to display linked JPGs. At one
point the users can move through items in a list box and a JPG is displayed
with each change. If the user changes too quickly they can generate a "macro
or function preventing <app> from saving data" error.
I am pretty sure that this happens because the function to display the JPG
is being called again before it is done from the previous call. The error
occurs without triggering the regular error trapping that is in the code and
I don't see a number to trap anyway. Is there a way to stop any other
functions or events from executing until the function is done?
Tony Vrolyk
I am using a function from Stephen Lebans to display linked JPGs. At one
point the users can move through items in a list box and a JPG is displayed
with each change. If the user changes too quickly they can generate a "macro
or function preventing <app> from saving data" error.
I am pretty sure that this happens because the function to display the JPG
is being called again before it is done from the previous call. The error
occurs without triggering the regular error trapping that is in the code and
I don't see a number to trap anyway. Is there a way to stop any other
functions or events from executing until the function is done?
Tony Vrolyk