clydejones
Programmer
Hello,
I am using VB6 and crystal8 and am trying to pass a string value to my string parameter in crystal from VB. I am using the ParameterFieldsDefiniton collection (at least trying to) to do this.
Here's a sample of the code. Any suggestions?
' set the ?agency parameter value
If txtAgency = "" Then udtUCRILReport.ParameterFields ("agencyName".SetCurrentValue (""
Else
udtUCRILReport.ParameterFields("agencyName".SetCurrentValue ("string"
End If
Clyde
I am using VB6 and crystal8 and am trying to pass a string value to my string parameter in crystal from VB. I am using the ParameterFieldsDefiniton collection (at least trying to) to do this.
Here's a sample of the code. Any suggestions?
' set the ?agency parameter value
If txtAgency = "" Then udtUCRILReport.ParameterFields ("agencyName".SetCurrentValue (""
Else
udtUCRILReport.ParameterFields("agencyName".SetCurrentValue ("string"
End If
Clyde