Launch Error Message

T

Tom van Stiphout

On Tue, 6 Nov 2007 14:18:02 -0800, BrerGoose

It's a custom error message (meaning: generated by the app, not by
Access). You should be able to run the MDB in full Access and debug
this using standard debugging techniques.
You only have the compiled version? Ask the manufacturer.

-Tom.
 
G

Guest

Actually, it's my application, and it works fine with full Access, but
generates that error message on launch on A-2007 runtime. It is definitely
Access generated, not one of my custom error messages. After you dismiss the
error message, the application still loads fine, though.
 
T

Tom van Stiphout

On Tue, 6 Nov 2007 19:14:00 -0800, BrerGoose

I figured it was a custom message because there was no title in the
window. I have never seen an Access-generated message without a title.

Is this an Access Data Project (ADP)? The current version of A2007
runtime has lots of problems with ADP.

Perhaps you can post the relevant code?

-Tom.
 
G

Guest

No to ADP, standard type of application. It actually generates the error on
several different apps, so it has to be with the runtime. However, one
interesting thing is that it does not always generate the error. It appears
that after you dismiss the error and then open the app, and then close and
reopen, it goes away.

My thought was that it has something to do with that option to set the
working or default directory, since you cannot set that in the runtime ?

Maybe some type of SetOption statement could fix the error ?
 

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