gmenegoz
Comments
-
It's the RB Calc workspace. At the moment I'm not willing to modify the main Delphi application, so I was trying to understand if something was bad on the logic of my code, since it looks like for every iteration of the DetailBeforePrint, it's movin…
-
Sorry for the bad formatting:
procedure DetailBeforPrint;
var
cellIndex: integer;
cell: TppTableCell;
value: integer;
begin
for cellIndex := 0 to TableRow.CellCount -1 do
begin
…