OK, now time for me to ask a question
Does anyone know the correct syntax to use in the LinkExp property that will utilize parameters and call javascript.
I have a value in a field: sAlias that I want to pass in this expression, so I thought it would be:
"javascript:linkToClassActionDocument(" & sAlias & ")"
or something like that, but I've tried many combinations, and it always looks like it's trying to pass the string sAlias, not the value of sAlias.
Anyone use this property with Javascript?
Does anyone know the correct syntax to use in the LinkExp property that will utilize parameters and call javascript.
I have a value in a field: sAlias that I want to pass in this expression, so I thought it would be:
"javascript:linkToClassActionDocument(" & sAlias & ")"
or something like that, but I've tried many combinations, and it always looks like it's trying to pass the string sAlias, not the value of sAlias.
Anyone use this property with Javascript?