473,788 Members | 2,892 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Output To Formats Missing

After installing an Access 97 Runtime DB on a clean drive, could not
perform any OutputTo of HTML or RTF. The error message displayed was:
Optional Output To Method - The formats that enable you to output data
as rtf, html are missing or incorrectly registered in Windows
Registry.

Presumingly, missing is a dll, ocx and/or registry entries to enable
this function. Does anyone know which ones need to be included to
effect the OuputTo? Thanks for your time.
Nov 12 '05 #1
4 3870
On Feb 05 2004, 08:19 am, ot***@safe-mail.net (Dalan) wrote in
news:50******** *************** ***@posting.goo gle.com:
After installing an Access 97 Runtime DB on a clean drive, could not
perform any OutputTo of HTML or RTF. The error message displayed was:
Optional Output To Method - The formats that enable you to output data
as rtf, html are missing or incorrectly registered in Windows
Registry.

Presumingly, missing is a dll, ocx and/or registry entries to enable
this function. Does anyone know which ones need to be included to
effect the OuputTo? Thanks for your time.


You need to register Jet text ISAM driver and let Access know about it:

http://groups.google.com/groups?selm...%40cpmsnbbsa02

--
(remove a 9 to reply by email)
Nov 12 '05 #2
Gee, I think that I can answer my own post and perhaps benefit someone
else experiencing no output. It seems that the \ValuPack\Dataa cc.exe
from the CD must be installed to provide the necessary formats.

ot***@safe-mail.net (Dalan) wrote in message news:<50******* *************** ****@posting.go ogle.com>...
After installing an Access 97 Runtime DB on a clean drive, could not
perform any OutputTo of HTML or RTF. The error message displayed was:
Optional Output To Method - The formats that enable you to output data
as rtf, html are missing or incorrectly registered in Windows
Registry.

Presumingly, missing is a dll, ocx and/or registry entries to enable
this function. Does anyone know which ones need to be included to
effect the OuputTo? Thanks for your time.

Nov 12 '05 #3
Have an update - installing the valupack\dataac c.exe did not resolve
the problem. Still cannot export any HTML or RTF files using Access 97
Runtime on a machine that has no Office 97 app. The installation
scripts include Mstext.dll, Msexcl35.dll and Msxbse35.dll. There are
no other problems experienced with the Runtime app. Have several
reports that can be optionally exported in the above formats.
Afterwards, if the full version of Access 97 is installed, then the
Output To action works just fine. So, what is missing? Any ideas or
suggestions will be greatly appreciated. Thanks.

Thanks Dimitri, but it seems that all Jet dll's are being installed
and registered. Apparently, I'm overlooking one (ISAM)? Do you have a
file name?
Dimitri Furman <df*****@cloud9 9.net> wrote in message news:<Xn******* *************** ******@127.0.0. 1>...
On Feb 05 2004, 08:19 am, ot***@safe-mail.net (Dalan) wrote in
news:50******** *************** ***@posting.goo gle.com:
After installing an Access 97 Runtime DB on a clean drive, could not
perform any OutputTo of HTML or RTF. The error message displayed was:
Optional Output To Method - The formats that enable you to output data
as rtf, html are missing or incorrectly registered in Windows
Registry.

Presumingly, missing is a dll, ocx and/or registry entries to enable
this function. Does anyone know which ones need to be included to
effect the OuputTo? Thanks for your time.


You need to register Jet text ISAM driver and let Access know about it:

http://groups.google.com/groups?selm...%40cpmsnbbsa02

Nov 12 '05 #4
On Feb 06 2004, 02:00 pm, ot***@safe-mail.net (Dalan) wrote in
news:50******** *************** ***@posting.goo gle.com:
Have an update - installing the valupack\dataac c.exe did not resolve
the problem. Still cannot export any HTML or RTF files using Access 97
Runtime on a machine that has no Office 97 app. The installation
scripts include Mstext.dll, Msexcl35.dll and Msxbse35.dll. There are
no other problems experienced with the Runtime app. Have several
reports that can be optionally exported in the above formats.
Afterwards, if the full version of Access 97 is installed, then the
Output To action works just fine. So, what is missing? Any ideas or
suggestions will be greatly appreciated. Thanks.


I don't know if you already did a search on this, but here are
some promising threads:

http://groups.google.com/groups?thre...ppssbbsa02.mic
rosoft.com

http://groups.google.com/groups?thre...%40cppssbbsa05

http://groups.google.com/groups?thre...pssnewspub05.m
oswest.msn.net

--
remove a 9 to reply by email
Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
3216
by: Matt Garman | last post by:
I'd like to create a "custom output facility". In other words, I want an object whose use is similar to std::cout/std::cerr, but offers more flexibility. Instead of simply writing the parameter to stdout/stderr, I'd like it to write to stdout, to a file, and/or call a logging function. So my output function might look something like this: OutputFacility& OutputFacility::put(const std::string& s) { cout << s; // print to stdout
3
1743
by: danmc91 | last post by:
Hi, I'm just getting going with xml and xslt. I'm trying to write what are essentially man pages and I need 3 output formats. 1) nroff -man format for real man pages 2) html for an online help browser 3) ascii where every line must start with a '%' character (octave
8
4972
by: Gregc. | last post by:
Hi Sorry to bother you gusy with such a basic question, but I am working on a conversion program. I've got most of it down, but I am having trouble with the output: *Dollar Conversion Problem*/ /*--------------------------------------------------------------------------------------------------------------------*/ /*Head Files*/...
32
2802
by: spibou | last post by:
Is the output of the C preprocessor deterministic ? What I mean by that is , given 2 compilers which conform to the same standard, will their preprocessors produce identical output given as input the same file ? If not then how much variation is allowed ? Is it just a bit more or less white space here and there or could could there be larger differences ? If the output is not deterministic then is it possible that the output of the...
11
4654
by: Gaurav Agarwal | last post by:
Hi All, Am looking for a python script that can convert fileformats to txt format. Am unable to find anything in python. Currently the InfoCon projects looks pretty good to use, but it is return in java. Thanks and Regards, Gaurav Agarwal
7
3956
by: erekose666 | last post by:
I need a java prog to do the following: Create class Date with the following capabilities: a) Output the date in multiple formats, such as: MM/DD/YYYY June 14, 2005 DDD YYYY b) Use overloaded constructors to create Date objects initialized with dates of the formats in part (a). In the first case the constructor should receive three integer values. In the second case it should receive a String and two integer values. In the third...
7
2565
by: olseni | last post by:
Hi all I hope someone can help me with this. I am sure there is a solution, but I cannot seem to find it.... I need to make a report with the following format: In the columns I have 5 samples, so sample 1, sample 2 etc. In the rows I have different informationtypes for each sample, and the rows have different formats, e.g. Start date (date format), Weight (number with 1 decimal), and other information using different formats like %,...
7
2946
by: zdravko.monov | last post by:
Hi there! I need a C++ library that can organize and write scientific (and numerical overall) data in tables. I have been fighting with std::ofstream and plain ASCII files, but it is difficult to position columns by an offset, impossible to draw table borders etc. I am currently thinking of a class that is able to write to an html file, e.g. As far as I know, html offers much better text (and table) layout. And the format is portable!...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10112
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7518
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3675
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.