Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Expanding Code Value

edited February 2003 in General
I have a group field in a report that is a one-character code, with only
2 possible values. I'd like to expand that in the group footer to
display a short string. I'm working in Delphi 6. The report is sorting
properly and displaying the code okay. I tried adding a variable with an
oncalc event with some "IF" logic, then bookmarked it in the delphi
debugger, but it never stops on that. I suspect I'm not referencing the
data properly, but I can't figure what to do. The data comes from
Interbase through a ClientDataSet through a DBPipeline.

Patrick

Comments

This discussion has been closed.