Problem with Forms and Access 2002 Runtime

J

John Cosmas

I've got a form that contains picture controls where I load the pictures
dynamically using the Link method instead of the Embedding it. Can this
cause the runtime to die on me? Unfortunately, there's no way to fire off
message box to capture the error. Is there a log file which I can view to
see what may have happened? - unless of course, I write profile string the
code walkthrough into a .LOG/.TXT file.

John Cosmas
 
J

John Cosmas

Apparently, Access Runtime does not support Linked pictures. It prefers
that you embed a picture into an Image control. So I did a test with a form
that had the picture embedded and linked on the same form with 4 controls,
and the embedded version worked.
 

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

Top