dvasson
dvasson
About
- Username
- dvasson
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi Can I resolve this question using the OnPrinterCell? It's correct this code? begin if DBCross.IsGrandTotalColumn(ColumnIndex) then Value:= Value + ' ' + FloatToVar((VarToFloat(Value) * [TOTAL]) / 100); end; Thanks in advance
-
Raphael In Delphi2005 I made this mode: var S: TStream; begin if (DM1.CDSREPORTS.Active) and (DM1.CDSREPORTS.Fields[0].AsInteger <> Null) then if OpenDialog.Execute then try DM1.CDSREPORTS.Edit; S:= TFileStream.Create(OpenDialog.F…