I have a formula that I am using to
I have a formula that I am using to
(OP)
I have a formula that I am using to total up the number of class hours for each employee record. The formula is placed in the group footer of the employee group:
NumberVar Total;
Total := Total + val({traihist.TR_TEXT1})
How do I set the total to 0 once a new employee is being processed?
Thanks!
NumberVar Total;
Total := Total + val({traihist.TR_TEXT1})
How do I set the total to 0 once a new employee is being processed?
Thanks!
RE: I have a formula that I am using to
http://www.tek-tips.com/faqs.cfm?spid=149&sfid=182&CFID=6660134&CFTOKEN=3968123
RE: I have a formula that I am using to
It worked like a charm. Thanks for your help.
RE: I have a formula that I am using to
Ken Hamady
http://www.kenhamady.com/
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.