On one system that I am working on I want to print a report to snapshot format but access dose not recognize acformatsnp
or "snapshot format(*.snp)". snapshot viewer is installed some dll must not be registered can anyone help me with this
Thanks MrWilly for the good link.
Nevertheless, this does not help me much? I have an access app that exports an invoice (access report) to a snapshot format and fax with winfax via dde when the invoice is over due. At all my other client this worked without any problem. My code for exporting this is DoCmd.OutputTo acOutputReport,"reportname","Snapshot format", pathAndfilename"
I have also used DoCmd.OutputTo acOutputReport,"reportname",acFormatsnp,“pathAndfilename" and
DoCmd.OutputTo acOutputReport,"reportname","Snapshot format (*.snp)", "pathAndfilename" with success.
I was installing my app at a new client and I got this error.
The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry.
In a97 I got this error
The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry. Run Setup to reinstall MyAppName or, if you're familiar with the settings in the Registry, try to correct them yourself. For more information on the Registry, click Help.
Help as usual does not help much. I think that this is a problem with a unregistered dll any help will be appreciated.
Thank You Again
thanks mrwilly i checked the new link you gave. i dont rhink it is any one of these errors beacuse when i change acformatsnp to acformattxt it works fine
to send a report in snapshot format via e-mail in Access 97... I would have imagined using "Snapshot Format (*.SNP)" instead of acformatsnp would have worked.
Try going to the debug window (ctrl+g) and typing
? acformattxt <Enter>
That should display the contents of acformattxt (? is short for print). Now open your report and select file save as/export... Note the text for the selection that outputs to text. I suspect it matches the value I had you get from the debug window (it does in Access 97). Now copy the text that is for the snapshot format. Use it instead of acformatsnp. That is how I arrived at "Snapshot Format (*.SNP)" for my sendobject. If that doesn't work, try the sendobject for grins. I'm curious to see your results.
All I get is the same silly grin.
docmd.outputto ...,acformatsnp,..
or docmd.sentobject ...,acformat,.. i get the error varible not defined
in the debug window ? acformatsnp i get nothing a empty line.
docmd.outputto ...,acformattxt,..
outputsto a txt file format
in the debug window ? acformattxt
MS-DOS Text (*.txt)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.