|
Viewing Issue Simple Details
[ Jump to Notes ]
|
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0005238 |
[JEDI VCL] 00 JVCL Components |
block |
always |
2010-05-14 10:34 |
2010-05-14 19:39 |
|
|
Reporter |
Servando |
View Status |
public |
|
|
Assigned To |
AHUser |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
resolved |
|
Product Version |
3.39 |
|
|
Summary |
0005238: TJvGridPrinter blocks with an infinite loop while printing grid |
|
Description |
When printing a grid with TJvGridPrinter->Preview() system enters in an infinite loop, generating a endless printer document.
|
|
Additional Information |
TJvGridPreviewForm.pas: TJvGridPreviewForm::Print has a bug in line 661
DrawToCanvas(Printer.Canvas, pmPrint, 1, Grid.ColCount - 1)
it sends ColCount instead of RowCount as the limit of rows to print. This cause an endless loop while printing.
Replace "Grid.RowCount" instead of "Grid.ColCount" and all is Ok. |
| Tags |
No tags attached. |
|
|
Attached Files |
|
|
|