Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

using 3.5 with Delphi 2

edited July 2003 in General
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

Comments

  • edited July 2003
    Mike,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited July 2003
    that worked great.

    thanks,
    Mike


This discussion has been closed.