View Issue Details

IDProjectCategoryView StatusLast Update
0004410JEDI VCL00 JVCL Componentspublic2008-11-01 16:17
ReporterPatrick123Assigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.33 
Target VersionFixed in Version3.36 
Summary0004410: TjvGridPrinter does not print column zero
DescriptionWhen printing a grid, column zero is not printed.
Additional InformationThis can be resolved by value of the variable ToCol from -0 to -1 on line 535 of jvGridPreviewForm.pas in the:

procedure DrawTitle; //draw Header and Footer
..
..
..

PageCol := 0;
FromCol := -1;
ToCol := -0; <----- Change this to -1
//scan cols

TagsNo tags attached.

Activities

2008-07-29 01:47

 

GridPrintErr.rar (7,053 bytes)

AHUser

2008-11-01 16:16

developer   ~0014945

Fixed in SVN.

The preview painter now takes FixedCols and FixedRows into account.

Issue History

Date Modified Username Field Change
2008-07-29 00:11 Patrick123 New Issue
2008-07-29 01:47 Patrick123 File Added: GridPrintErr.rar
2008-08-04 07:09 obones Status new => acknowledged
2008-11-01 16:16 AHUser Status acknowledged => resolved
2008-11-01 16:16 AHUser Fixed in Version => Daily / SVN
2008-11-01 16:16 AHUser Resolution open => fixed
2008-11-01 16:16 AHUser Assigned To => AHUser
2008-11-01 16:16 AHUser Note Added: 0014945