Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
JMGunnar
in reply to: WCrihfield

I  Use  

oUParam.expression = oIPVal

before 

oUParam.Value = oIPVal

 

If oUParam IsNot Nothing And oCProp IsNot Nothing Then
	oUParam.Expression = oIPVal
ElseIf oUParam Is Nothing And oCProp IsNot Nothing Then
	oUParam = oUParams.AddByValue("THICKNESS", oIPVal)
End If