Re: How do I prevent other actions until function is done?
From: Stephen Lebans (ForEmailGotoMy.WebSite.-WWWdotlebansdotcom_at_linvalid.com)
Date: 12/06/04
- Next message: at: "Re: search and replace text in text file from access"
- Previous message: Gettingthere: "Re: Naming tables useing various names - Create table query and lo"
- In reply to: Tony Vrolyk: "How do I prevent other actions until function is done?"
- Next in thread: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Reply: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Reply: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 6 Dec 2004 01:38:04 -0400
Tony the code in my function should not be able to generate this error.
Try commenting out any and all of your code that surrounds the call to
my function. Try to reproduce the issue when you are are only loading an
image via my code.
Let me know.
-- HTH Stephen Lebans http://www.lebans.com Access Code, Tips and Tricks Please respond only to the newsgroups so everyone can benefit. "Tony Vrolyk" <tRvErMoOlVyEk@tds.net> wrote in message news:uY82bfv2EHA.2608@TK2MSFTNGP10.phx.gbl... > 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 > >
- Next message: at: "Re: search and replace text in text file from access"
- Previous message: Gettingthere: "Re: Naming tables useing various names - Create table query and lo"
- In reply to: Tony Vrolyk: "How do I prevent other actions until function is done?"
- Next in thread: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Reply: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Reply: Tony Vrolyk: "Re: How do I prevent other actions until function is done?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|