Restrictions in printing
BJL
Brussels, Belgium
After my evaluation of FastReports, I installed the registered version. I expected to print reports without the restrictions tied to the trial version.
However, I still have 'Fast Report unregistered' printing on the upper left corner of each page. And I can't print more than one page at a time.
I work with C++Builder6. The installation procedure described in SETUP_REG.TXT was followed. My FR_CLASS.PAS was copied to the SOURCE subdirectory as requested. It has the Build ID 5567.
Have I missed someting during the installation?
Thank you for helping.
BJL
However, I still have 'Fast Report unregistered' printing on the upper left corner of each page. And I can't print more than one page at a time.
I work with C++Builder6. The installation procedure described in SETUP_REG.TXT was followed. My FR_CLASS.PAS was copied to the SOURCE subdirectory as requested. It has the Build ID 5567.
Have I missed someting during the installation?
Thank you for helping.
BJL
Comments
these are the usual problems.
regards
The FR_CLASS.DCU in the source subdirectory is the same as the one in
\FastReports\FastReport\C++Builder\bcb6
Both refer to
245 kb 2003-10-17 19:32
The include and the lib paths of the project (the only one on which I have used FR to date) both refer correctly to the source subdir.
The FR_CLASS.DCU in the source subdirectory is the same as the one in
\FastReports\FastReport\C++Builder\bcb6
Both refer to
245 kb 2003-10-17 19:32
unless this is the date you compiled the library on i would expect it is the old one.
regards
the problem was the fr_class.dcu in the source\d4 directory was the trial dcu which i had copied into the source directory, then compiled the d4.dpk.
i resolved this by uninstalling everything, renaming fr_class.dcu so it couldn't be used (just in case), copying the fr_class.pas file from the registered download, to the source directory, and re-compiling the d4.dpk. this created a new fr_class.dcu
and the problem of only printing the first page and putting "un-registered" on it, went away
apologies if i didn't read the setup.txt and install.txt files correctly, but i hope this helps someone