OnCalc question
Hi,
Environment:
D6, on win2k
RB 6.03 Demo version
BDE accessing Paradox tables
Question:
I'm reading in a BDE/SQL record and then an OnCalc event fires, this is ok.
But during the OnCalc event I need to write out more than one line of
detail information, with out having to move to the next record. Each
record can generate between 0 and 5 lines of detail.
So, via code how can I force out the current detail line so I can fill in my
TppVariables to create second line of detail with in the same oncalc event?
Dave Evans
Environment:
D6, on win2k
RB 6.03 Demo version
BDE accessing Paradox tables
Question:
I'm reading in a BDE/SQL record and then an OnCalc event fires, this is ok.
But during the OnCalc event I need to write out more than one line of
detail information, with out having to move to the next record. Each
record can generate between 0 and 5 lines of detail.
So, via code how can I force out the current detail line so I can fill in my
TppVariables to create second line of detail with in the same oncalc event?
Dave Evans
This discussion has been closed.
Comments
You should create a subreport linked to detail dataset and let it go.