Suppressing System Message

G

Guest

I am having a Form, in which I list a lot of pathes to picture files. On the
Form Current Event the related pic is loaded to and displayed in a control.
This works fine. The only thing nagging me, is the - each time a pic is
loaded - message box informing me that pic soandso is imported. I know that,
and I wanted it, so there is no use in informing me. Is there any way to
suppress the display of such system message. I tried DoCmd.Echo False and
also Application.Echo False, neither works. Anyone knows?

Thanks for trying

Ulrich 1947
 
F

fredg

I am having a Form, in which I list a lot of pathes to picture files. On the
Form Current Event the related pic is loaded to and displayed in a control.
This works fine. The only thing nagging me, is the - each time a pic is
loaded - message box informing me that pic soandso is imported. I know that,
and I wanted it, so there is no use in informing me. Is there any way to
suppress the display of such system message. I tried DoCmd.Echo False and
also Application.Echo False, neither works. Anyone knows?

Thanks for trying

Ulrich 1947

See " API: Suppress the "Loading Image" dialog"
at:
http://www.mvps.org/access/api/api0038.htm
 

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