Sum char fields in footer groups
Leo Bidi
Montevideo, Uruguay
Hi, all.
I have the need to put in some footers the sum of a character field, which contains time data with the '12:22' format.
ex:
detailband
aaa bbb cccc 01:10
bbb xxx dddd 01:20
ccc kkk ddee 02:10
footerband
total 04:40 ( total in hours and minutes )
i have in the delphi form a custom function that makes this special sum, but
how can i make this on the report ??
Many thanks.
I have the need to put in some footers the sum of a character field, which contains time data with the '12:22' format.
ex:
detailband
aaa bbb cccc 01:10
bbb xxx dddd 01:20
ccc kkk ddee 02:10
footerband
total 04:40 ( total in hours and minutes )
i have in the delphi form a custom function that makes this special sum, but
how can i make this on the report ??
Many thanks.
Comments