Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1104
WinGrid Printing failed
posted

Hi,

when I try to print a grid, sometimes this message appears:

In case the message appears, e.g. only 7 of 9 pages are printed.

When I change the Header height from e.g. 50 to 40 or 60, or decrease the size of the font, it sometimes works normally again. After a few days, when the data of the grid changed, the error appears again.

I can't catch or hide this messagebox, no exception appears.

I set these attributes of ultraGridPrintDocument:

  • Header.TextLeft (text is max. 1 line)
  • DocumentName
  • Header.Height (from 30 to 60)
  • Grid

 

This is the grid I want to print:

 

This is the printed grid, where the last 2 pages are not generated:

The header text is the same on every page.

Please help me.

Best regards

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    This error message indicates that a set of column headers in the grid is taller than the height of the printed page and that the grid therefore cannot print it.

    That does not appear to be the case based on the screen shot you have here, though. So it sounds like this message is coming up in error.

    Unfortunately, there's very little we can do to fix this unless we can duplicate it. Is it possible for you to create a sample project demonstrating this error so we can run it and take a look?

Children