View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002894 | JEDI VCL | 00 JVCL Components | public | 2005-04-21 14:26 | 2005-04-22 08:06 |
Reporter | robycar | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002894: GetLineFontEvent never used in TJvgExportExcel.Execute | ||||
Description | Inside procedure JvgExportComponents.TjvgExportExcel.Execute.InsertStrings you need to replace the event variable FOnGetHeaderLineFont with the procedure parameter GetLineForEvent. Original Code: procedure InsertStrings(Strings: TStrings; Font: TFont; GetLineFontEvent: TJvGetLineFontEvent); ... if Assigned(FOnGetHeaderLineFont) then FOnGetHeaderLineFont(Self, I, Strings[I], CellFont); ... Replace With: if Assigned(GetLineFontEvent) then GetLineFontEvent(Self, I, Strings[I], CellFont); | ||||
Additional Information | Filename: JvgExportComponents Class: TJvgExportExcel Method: Execute SubProcedure: InsertStrings Line: 0000084:0000379 | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-21 14:26 | robycar | New Issue | |
2005-04-21 14:33 | robycar | Note Added: 0007034 | |
2005-04-22 08:06 | obones | Status | new => resolved |
2005-04-22 08:06 | obones | Resolution | open => fixed |
2005-04-22 08:06 | obones | Assigned To | => obones |
2005-04-22 08:06 | obones | Note Added: 0007049 |