Hello,
i have a little problem, hope someone can help me.
I am new in actuate and i want to filter some data
i get from the datasource. I tried to override the
fetch function:
Function Fetch( ) As AcDataRow
Dim aMasterRow As ssSAP_4x_Account_Sales_AreaDataRow
Set aMasterRow = Super::Fetch( )
If aMasterRow.ssOrganization_Id = MasterRow.ssSGL_Account_Division Then
Set Fetch = aMasterRow
Else
Exit Function
End If
End Function
The Problem: If the first Record doesn't match actuate
stops to read the other records.
(There is a loop in the report.bas i saw)
Thanks
Raphael
i have a little problem, hope someone can help me.
I am new in actuate and i want to filter some data
i get from the datasource. I tried to override the
fetch function:
Function Fetch( ) As AcDataRow
Dim aMasterRow As ssSAP_4x_Account_Sales_AreaDataRow
Set aMasterRow = Super::Fetch( )
If aMasterRow.ssOrganization_Id = MasterRow.ssSGL_Account_Division Then
Set Fetch = aMasterRow
Else
Exit Function
End If
End Function
The Problem: If the first Record doesn't match actuate
stops to read the other records.
(There is a loop in the report.bas i saw)
Thanks
Raphael