FixedFooterRow Issue

Hi,

When using this and setting all columns to sum, except for column 0, the sums are fine but in the fixed row ishows the text from the bottom row in the footer instead of being blank.

Regards,

Ken

Sorry, you can ignore that. I didn't realize that I had to increase the RowCount when using a footer.On another point I am setting a float format but it is not being used in the footer. How can I force this?

The summary rows are based on calculations. The formatting is not controlled via the FloatFormat, but with the Options.Grouping.CalcFormat property. 

That has no effect on the footer.

Can you post us the exact code that you are using?

.,,
  gToday.BeginUpdate;
  gToday.Clear;
  gToday.FloatFormat:='%.0n';
  gToday.Options.Grouping.CalcFormat:='%.0n';
...
  gToday.UpdateCalculations;
  gToday.EndUpdate;

Sorry, wrong post.

But is realy the same code for both posts!

Please send us a sample to support@tmssoftware.com instead. There are a lot of parameters and we are not able to reproduce this issue.

Sample sent