Re: Failure of SendObject in Access 2003 Runtime
- From: Rick in NS <rbutler@xxxxxxxxxxxxxxxx(donotspam)>
- Date: Sun, 15 Oct 2006 09:29:02 -0700
DoCmd.SendObject acSendReport, "BlankReport"
and
DoCmd.OutputTo acOutputReport, "BlankReport", , "C:\RicksOutput"
behave the same; same error message without the option to choose a format
which does appear on the full Access 2003 machine.
"The expression On Click your entered as the event property setting produced
the following error: The formats that enable you to output data ..... are
missing or incoreectly registered in the Windows Registry.
Wonder if a security function might be distrupting output. When loading the
application on the runtime machine the Security Warning pops us stating "The
file may not be safe if it contains code that was intended to harm your
computer."
--
Rick in NS
"Rick Brandt" wrote:
Rick Brandt wrote:.
Rick in NS wrote:
Hello Rick:
Well, still at a standstill. I went out a purchased Microsoft
Windows Registry Guide by Jerry Honerycutt and after several hours
of reading and with the info you provided I was finally able to get
the Package Wizard syntax correct. After running Wizard I used
regedit to check all of the keys in Office 11.0 were as you
suggested. Still getting the same error message when attempting to run the
application with Access 2003 runtime.
Do you know if there is a tool available to check to see which
registry entries are being polled when the application runs
successfully on full Access 2003 on the developement machine?
Sorry, I do not.
How about some additional experimenting? If you have just the following in an
app...
DoCmd.SendObject acSendReport, "BlankReport"
Then you should get a popup that allows the user to choose the format for the
attachment. See if that comes up for you and whether you see all of the options
you expect.
Also I would test to see if you have the same problems with the OutputTo
command.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
- Follow-Ups:
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick Brandt
- Re: Failure of SendObject in Access 2003 Runtime
- References:
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick Brandt
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick Brandt
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick in NS
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick Brandt
- Re: Failure of SendObject in Access 2003 Runtime
- From: Rick Brandt
- Re: Failure of SendObject in Access 2003 Runtime
- Prev by Date: Re: Failure of SendObject in Access 2003 Runtime
- Next by Date: Re: Failure of SendObject in Access 2003 Runtime
- Previous by thread: Re: Failure of SendObject in Access 2003 Runtime
- Next by thread: Re: Failure of SendObject in Access 2003 Runtime
- Index(es):
Relevant Pages
|