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

Integer overflow

edited February 2004 in General
Sometimes some of my users get:

Integer Owerflow when they try to print a report. (And only the first page
prints)
Sometimes the same report goes ok.

Have anyone else seen this problem? Any idea how to solve that?

Comments

  • edited February 2004
    Hi Mangus,

    I'm a bit unclear what you mean by integer overflow. You might try
    disconnecting your event handlers and trying to print the report again. If
    this fixes the problem, periodically begin adding the event handlers back
    into your application to isolate the problem area.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2004
    The thing is that the users get it one time out of ten when printing the
    same report with exactly the same data.


  • edited February 2004
    Hi Magnus,

    The only thing I can think of is that there is some event handler code
    somewhere that is firing at the wrong time occationally and causing the
    report engine to become confused. Check to be sure you are not processing
    any data during report generation. If you are, try moving this code to a
    different event and see if that helps.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited February 2004
    If it was that problem i don't think I should have the behavior that I have
    now.

    I have a report that gives me this problem all the time when I try to print
    to a printer. If I print to the screen everything looks ok.

    First I thought it was a printer driver problem but I have tried with 6
    different printers (+ pdf995 and PdfCreator ) with the newest driver and I
    have the problem with all of them. The first page prints then I get the
    integer owerflow error. If I print to screen everyting is ok. I get all 14
    pages.

  • edited February 2004
    And I'm administrator on the machine so it should not have anything to do
    with rights.



  • edited March 2004
    Hi Magnus,

    i also get an integer overflow when printing over the citrix environment.
    But it happens only for applications compiled with Report Builder 7.03.
    With 7.02 everything is fine.

    Good luck
    Christian

  • edited March 2004
    This question is being handled through email.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.