Report controls bound to functions fail in Access97 Runtime

D

DWD

I include a control on the page footer of all reports to show the current date, with control source as follows:
=Format(Date(), "dd/mm/yyyy")

When the report opens, it cannot resolve the functions and instead displays parameter prompt dialog boxes for Format and Date

This problem doesn't occur on my own PC or others that I tested it on with existing full-blown or runtime software versions installed. However, I have distributed my application and the Access97 runtime software to a client who installed it all afresh. I suspect that I've failed to distribute certain required files as part of the runtime package
 
S

SA

DWD:

Check the references that your db uses by opening a module and choosing
Tools->references. it may be referencing a wizzard like utility.mda or
something else that isn't distributed with the run time.
--
Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg

DWD said:
I include a control on the page footer of all reports to show the current
date, with control source as follows:-
=Format(Date(), "dd/mm/yyyy")

When the report opens, it cannot resolve the functions and instead
displays parameter prompt dialog boxes for Format and Date.
This problem doesn't occur on my own PC or others that I tested it on with
existing full-blown or runtime software versions installed. However, I have
distributed my application and the Access97 runtime software to a client who
installed it all afresh. I suspect that I've failed to distribute certain
required files as part of the runtime package.
 

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