Hi,
you can format summaries by using the Format property.
{
srow.DisplayFormat = "{0:#,##0}";
}
You will find the possibillities of the Format String in the NetAdvantage Help by searching for "Formtat Strings".
Hope this will help.
Kind regards,
Ralf