runtime -- can't

S

SteveInBeloit

In a macro, I have an Output To. Object type is Report, Format is RTF,
(tried snapshot also, have the viewer).

this works on my xp box with full Access, as soon as I move it to the
clients with Runtime, the macro fails with a Halt. It first prompts for the
location to move the file to, then fails.
Any thoughts?
Thanks,
STeve
 
D

Drayton

Check your permissions to any mapped drives that are in the output string.
Make sure you are not referring to any mapped drive letter assignments, use
a complete UNC instead.(\\servername\sharename)

I mention these first as they are most likely to cause the halt that you
mention. Your other machine might have A: a different user logged on with
different permissions -or- B: Different drive letter assignments to any
mapped drives referred to in your output string.

If the above are correct, then:

Make sure that your DEV machine and your CLIENT machine have compatible JET
versions and are using the same references.

HTH............D
 

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