using 3.5 with Delphi 2
Hello,
I am upgrading a Delphi 2 program to Delphi 5 with Report Builder 7. My
Client has just upgraded his system to Win2000. The new version Delphi 5,
with Report Builder 7 works fine. The old version will preview the report,
but when i go to print the report I get a Range Check Error. The only thing
i am doing is calling print and device = 'Screen'. Then I hit the print
button in the preview button. This report will print in Windows 98 just
fine.
Is there anything I can do to get it to print? It is only going to be for a
temporary fix (about 2 months) so that I can get the new version completely
solid before deleting out the old program. Please let me know.
Thanks,
Mike
I am upgrading a Delphi 2 program to Delphi 5 with Report Builder 7. My
Client has just upgraded his system to Win2000. The new version Delphi 5,
with Report Builder 7 works fine. The old version will preview the report,
but when i go to print the report I get a Range Check Error. The only thing
i am doing is calling print and device = 'Screen'. Then I hit the print
button in the preview button. This report will print in Windows 98 just
fine.
Is there anything I can do to get it to print? It is only going to be for a
temporary fix (about 2 months) so that I can get the new version completely
solid before deleting out the old program. Please let me know.
Thanks,
Mike
This discussion has been closed.
Comments
If this is a temporary fix, try turning Range Checking off and see if the
report will run. If not, you may have to look at the source code you have
for RB 3 and see if you can trace where the problem is.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
thanks,
Mike