The following code solves my problems:
Function Fetch( ) As AcDataRow
Set Fetch= Super::Fetch()
If Fetch Is Nothing Then
Exit Function
Else
If Fetch.GetValue("ssSub_Type") = "TDS" Then
email = "tds@hallo.de"
Else
email ="msds@hallo.de"
End if
End If
End...
Dear all,
I'm trying to display a parameter on my report but somehow it doesn't work. :-(
I created a global string parameter email.
In the data stream I instereted the code below:
Function Fetch( ) As AcDataRow
Dim row As ssCampaignDataRow
Set row = Super::Fetch()
If row.ssSub_Type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.