Expanding Code Value
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
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
This discussion has been closed.
Comments
from the pipeline:
lValue := ppReport1.DataPipeline['myFieldName'];
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com