Hi,
When using floats with a float format set of %.0n the sort order is incorrect.
Thanks,
Ken
Pieter
(Pieter)
2
Please post full sample code so we can investigate
Sorry, previously posted to the wrong issue:
.,,
gToday.BeginUpdate;
gToday.Clear;
gToday.FloatFormat:='%.0n';
gToday.Options.Grouping.CalcFormat:='%.0n';
...
gToday.UpdateCalculations;
gToday.EndUpdate;