Lebans ReportToPDF test

  • Thread starter Thread starter Dieter Liessmann
  • Start date Start date
Hi Stephen,

Stephen said:
Posted a new and improved version of the ReportToPDF project tonight.
http://www.lebans.com/reporttopdf.htm

Major change to project. No more MDE! Core logic is now contained
within a standard Windows DLL named StrStorage.dll produced in C++.
New version of the DynaPDF library. Neither the DyanPDF DLL or the
StrStorage DLL require Registration or a Reference to be set in your
MDB. Solution now works with all versions of Access. Several minor
bug fixes and huge increase in execution speed.

No references, no Registration ... absolutely great!

Two little hints (bugs?).

1.
In my german A97 your Code to output a snapshot-file didn't work because the
right format string for the outputTo method is "Snapshot-Format(*.snp)" with
the dash between Snapshot and Format!
Up to A2000 the string didn't need the dash.

2.
Thera are a few unnecessary references in your mdb.
 
Back
Top