Runtime 2007 and autodialer

G

Guest

I am using the following code:

Application.Run "utility.wlib_AutoDial", stDialStr

It workes on an Access 2007 full system, but when I try running on a
MSACCESS 2007 runtime only machine, the system cannot find this utility. Is
this utility something that I can copy from the full 2007 or do I need to do
something else for it to work in runtime.

Thank you

BobK
 
T

Tony Toews [MVP]

BobK said:
I am using the following code:

Application.Run "utility.wlib_AutoDial", stDialStr

It workes on an Access 2007 full system, but when I try running on a
MSACCESS 2007 runtime only machine, the system cannot find this utility. Is
this utility something that I can copy from the full 2007 or do I need to do
something else for it to work in runtime.

The autodialer comes as part of an older MDA called utility as I
recall. Which is likely in your references but maybe not. You may
be able to find it on your system with the name utliity.mda.

I do not know if you can legally redistribute that file as part of a
runtime. You'd have to check the EULA. With older versions of the
runtime there were KB articles which mentioned explicit file names you
were allowed to redistribute.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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