Totals not correct
I have the following in my Report Summary:
[SUM(<frxUserDataSet1."Element6">,MasterData1)]
I'm not getting the correct totals.
"Element6" is defined as a number.
Any ideas?
thanks,
bob k.
[SUM(<frxUserDataSet1."Element6">,MasterData1)]
I'm not getting the correct totals.
"Element6" is defined as a number.
Any ideas?
thanks,
bob k.
Comments
after masterdata1 you need anothe param to tell what kind of total running, etc
I have events defined for: OnCheckEOF, OnFirst, OnGetValue, and OnNext. I was following the manual and thought the SUM function was all I needed.
By the way, I'm not getting the data straight from a database. I'm putting the data into a listbox first, which is working fine.
bob k.
i am very new to Fast reports, i am using VB6 and want to prepare report but want to put data in report from VB forms Listbox same as you said u did.
I have events defined for: OnCheckEOF, OnFirst, OnGetValue, and OnNext. BUT it is not working.
I put break points in VB code but seems that cursor never come to these events and report is generating infinite pages without data.
I would be very thankful to you if u can provide me your sample piece of code to make this data connectivity from VB object to FastReport.
Sushil