How to avoid crash when linking picture?

G

Guest

Hi all,

I have a form that has a picture frame attached to it. When the user
navigates from record to record, the picture frame is updated with a new link
from the current record. (I do not store pictures in the table, just the
path)

Everything works correclty, however, if the user scrolls too quickly through
the records, the database shuts down.

Regarding to previous postings, we can edit the registry to solve this
problem.

However, my database will send and share with many users in different
countries, it may not possible for me to edit their registry.

Anyway to edit their registry by the VB code? or we can handle this problem
with other solutions?

Thanks & regards
Eddy
 
G

Guest

Hi Allen

I tried to disable the nav button, it really disabled when loading picture.
However, the issue still occur.

Anyway to use Code to change the registry?

Thanks & regards
Eddy
 
A

Allen Browne

Why use code to change the registry?

It would be possible to code it (I'm not sure of the details), but I suspect
the code would still fail if the user is not logged in to their computer as
a local computer administrator (i.e. if they have limited user rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Database Crashes 4
Database Keeps Crashing 10
Problems with linked images in access 5
Unable to update a linked table 2
Database crashes 1
Embedded & Linked images 3
Linking a picture 0
Novice Multiuser DB question 4

Top