473,396 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Access 97 Version of ReportToPDF

I would love to check out Stephen Leban's ReportToPDF database, but
only have Access 97. Is there a way to get a 97 version?

Thanks,
Jana
Nov 19 '07 #1
8 2307
Jana <Ba********@gmail.comwrote:
>I would love to check out Stephen Leban's ReportToPDF database, but
only have Access 97. Is there a way to get a 97 version?
The code might work in A97 as is. I don't recall any specific things that wouldn't
work in A97. I just quickly reviewed the code in oen of my databases and nothing
jumps out at me as being a problem. Ah, the first line in the module states
"'DEVELOPED AND TESTED UNDER MICROSOFT ACCESS 97 through A2003"

I'd suggest trying it yourself and see what happens.

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/
Nov 19 '07 #2
Tony I simply got tired(read lazy) of maintaining two versions. Further it
was time to stop developing A97.

The code converts with no issues back to A97 format. If the OP does not have
the capability to covert the A2K ReportToPDF MDB then they can send me an
Email requesting an A97 version.

My*********@MyLastName.com

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Tony Toews [MVP]" <tt****@telusplanet.netwrote in message
news:7f********************************@4ax.com...
Jana <Ba********@gmail.comwrote:
>>I would love to check out Stephen Leban's ReportToPDF database, but
only have Access 97. Is there a way to get a 97 version?

The code might work in A97 as is. I don't recall any specific things that
wouldn't
work in A97. I just quickly reviewed the code in oen of my databases and
nothing
jumps out at me as being a problem. Ah, the first line in the module
states
"'DEVELOPED AND TESTED UNDER MICROSOFT ACCESS 97 through A2003"

I'd suggest trying it yourself and see what happens.

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/

Nov 20 '07 #3
"Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.comwrote in
news:47**********************@news.aliant.net:
The code converts with no issues back to A97 format. If the OP
does not have the capability to covert the A2K ReportToPDF MDB
then they can send me an Email requesting an A97 version.
I've put it on my website for download here:

http://dfenton.com/DFA/download/Acce...oPDFver751.zip

If Stephen wants to put it on his own website, I'll take it down
from mine.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Nov 20 '07 #4
On Nov 20, 2:22 pm, "David W. Fenton" <XXXuse...@dfenton.com.invalid>
wrote:
"Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.comwrote innews:47**********************@news.aliant.net:
The code converts with no issues back to A97 format. If the OP
does not have the capability to covert the A2K ReportToPDF MDB
then they can send me an Email requesting an A97 version.

I've put it on my website for download here:

http://dfenton.com/DFA/download/Acce...oPDFver751.zip

If Stephen wants to put it on his own website, I'll take it down
from mine.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Awesome! Thanks very muchly. Stephen emailed me one, but it kept
crashing when I went to create a report even though I made the changes
he said I'd need to make. Your copy works like a dream, and I can't
wait to implement it in my own app.

Jana
Nov 20 '07 #5
Jana <Ba********@gmail.comwrote in
news:cd**********************************@s8g2000p rg.googlegroups.com
:
On Nov 20, 2:22 pm, "David W. Fenton"
<XXXuse...@dfenton.com.invalidwrote:
>I've put it on my website for download here:

http://dfenton.com/DFA/download/Acce...ToPDFver751.zi
p

If Stephen wants to put it on his own website, I'll take it down
from mine.

Awesome! Thanks very muchly. Stephen emailed me one, but it kept
crashing when I went to create a report even though I made the
changes he said I'd need to make. Your copy works like a dream,
and I can't wait to implement it in my own app.
Perhaps that's because I compiled it in A97 before zipping it up?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Nov 21 '07 #6
Hi David,
I asked the OP to add ByVal for a parameter in a function declaration. It
was to fix a bug mistakenly introduced during the last release. The A97
version had not been corrected - see why I prefer to publish only one
version on my site!

Thank you for putting an A97 version on your site. The computer containing
my Lebans.com FrontPage stuff died several months ago. I will rebuild the
machine over the Christmas holidays and hopefully start updating my site
again.

To complete this thread, Bug details to follow:

There was a bug introduced for Font Embedding in the last release.

At the top of your modReportTOPDF module is the function signature:
Public Declare Function ConvertUncompressedSnapshot Lib "StrStorage.dll" _
(ByVal UnCompressedSnapShotName As String, _ ByVal OutputPDFname As String,
_ Optional ByVal CompressionLevel As Long = 0, _ Optional ByVal
PasswordOwner As String = "", _ Optional ByVal PasswordOpen As String = "",
_ Optional ByVal PasswordRestrictions As Long = 0, _ Optional
PDFNoFontEmbedding As Long = 0 _
) As Boolean
The very last line of the Sig is missing the ByVal declaration:
Optional PDFNoFontEmbedding As Long = 0 _
Should be changed to:
Optional ByVal PDFNoFontEmbedding As Long = 0 _


--

Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"David W. Fenton" <XX*******@dfenton.com.invalidwrote in message
news:Xn**********************************@64.209.0 .95...
Jana <Ba********@gmail.comwrote in
news:cd**********************************@s8g2000p rg.googlegroups.com
:
>On Nov 20, 2:22 pm, "David W. Fenton"
<XXXuse...@dfenton.com.invalidwrote:
>>I've put it on my website for download here:

http://dfenton.com/DFA/download/Acce...ToPDFver751.zi
p

If Stephen wants to put it on his own website, I'll take it down
from mine.

Awesome! Thanks very muchly. Stephen emailed me one, but it kept
crashing when I went to create a report even though I made the
changes he said I'd need to make. Your copy works like a dream,
and I can't wait to implement it in my own app.

Perhaps that's because I compiled it in A97 before zipping it up?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Nov 22 '07 #7
"Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.comwrote in
news:47**********************@news.aliant.net:
At the top of your modReportTOPDF module is the function
signature:
Public Declare Function ConvertUncompressedSnapshot Lib
"StrStorage.dll" _ (ByVal UnCompressedSnapShotName As String, _
ByVal OutputPDFname As String, _ Optional ByVal CompressionLevel
As Long = 0, _ Optional ByVal PasswordOwner As String = "", _
Optional ByVal PasswordOpen As String = "", _ Optional ByVal
PasswordRestrictions As Long = 0, _ Optional PDFNoFontEmbedding As
Long = 0 _
) As Boolean
The very last line of the Sig is missing the ByVal declaration:
Optional PDFNoFontEmbedding As Long = 0 _
Should be changed to:
Optional ByVal PDFNoFontEmbedding As Long = 0 _
I've fixed this, compacted/decompiled/recompiled/compacted and
reuploaded it:

http://dfenton.com/DFA/download/Acce...oPDFver751.zip

If you want it taken down when you restore your website, I'm happy
to comply.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Nov 22 '07 #8
On Nov 22, 12:42 pm, "David W. Fenton" <XXXuse...@dfenton.com.invalid>
wrote:
"Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.comwrote innews:47**********************@news.aliant.net:


At the top of your modReportTOPDF module is the function
signature:
Public Declare Function ConvertUncompressedSnapshot Lib
"StrStorage.dll" _ (ByVal UnCompressedSnapShotName As String, _
ByVal OutputPDFname As String, _ Optional ByVal CompressionLevel
As Long = 0, _ Optional ByVal PasswordOwner As String = "", _
Optional ByVal PasswordOpen As String = "", _ Optional ByVal
PasswordRestrictions As Long = 0, _ Optional PDFNoFontEmbedding As
Long = 0 _
) As Boolean
The very last line of the Sig is missing the ByVal declaration:
Optional PDFNoFontEmbedding As Long = 0 _
Should be changed to:
Optional ByVal PDFNoFontEmbedding As Long = 0 _

I've fixed this, compacted/decompiled/recompiled/compacted and
reuploaded it:

http://dfenton.com/DFA/download/Acce...oPDFver751.zip

If you want it taken down when you restore your website, I'm happy
to comply.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/- Hide quoted text -

- Show quoted text -
Thanks again to the both of you!
Jana
Nov 26 '07 #9

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

Similar topics

5
by: Tom | last post by:
Hi: I'm using the Leban's ReportToPDF solution and have encountered a small problem. I'm calling the code using the following: Call ConvertReportToPDF(strReportName, , , True, True) Where...
1
by: Shang Ti | last post by:
Is it possible to convert a snalshot to pdf ? How ? *** Sent via Developersdex http://www.developersdex.com ***
2
by: Pradeep Varma | last post by:
Hi, I am using Acrobat 6.0. I am trying to save an Access report to a PDF file using the Acrobat Distiller but came across an error message “ActiveX component cannot create object –429”. I have...
5
by: lgeastwood | last post by:
I have tweaked the PictureBox97.mdb (Stephen Lebans <www.lebans.com>) code to nicely draw lines, rectangles and circles to the specs that I input. I'm at a loss though with trying to setup an...
3
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require...
14
by: ARC | last post by:
Hello All, I have a major application for quoting and invoicing that is written in Access 97 (both front and back ends). I have a user base of over 300 customers, and currently I don't require...
2
by: akeatley | last post by:
I have the ReportToPDF code working fine with Access 2003 (No Service Patch) and acrobat 8, but as soon as i try the same code on Access 2003 SP2 with acrobat 7 it doesn't work. <<<<<<<<<<< ...
3
by: veaux | last post by:
Adobe has WAY to many forums and I wasn't sure which was correct so thought I'd try here first. I'm trying to see if there is a product that will allow us to create a large (1,100 pg) directory,...
7
by: rquintal | last post by:
I could not find a good method to pass a where clause or openargs to a report named in a call to stephen Lebans' fine reportToPDF utility.l. Do you have a good method to pass a PK to the report...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.