johanasplund
Programmer
Hello
I got a problem then trying to add a summaryfield from VB to a report using the method:
Set crSummaryFieldObject = crSection.AddSummaryFieldObject(Field1, crSTPercentage, lXpos, 0, Field2)
the error is "Invalid summary type.". Other summary types workd just fine like crSTSum
Im working in VB6 and Crystal Reports 8.0 Dev Edition
/Johan
I got a problem then trying to add a summaryfield from VB to a report using the method:
Set crSummaryFieldObject = crSection.AddSummaryFieldObject(Field1, crSTPercentage, lXpos, 0, Field2)
the error is "Invalid summary type.". Other summary types workd just fine like crSTSum
Im working in VB6 and Crystal Reports 8.0 Dev Edition
/Johan