T
Theresa
Ok, so I am doing some basic form validation using VBScripts functions...if
they dont resolve I set the send function to false...can anyone tell me why
it still sends??
Function Item_Send()
If not isNumeric(item.userproperties("cost center")) then
Item_Send = False
msgbox "Cost Center must be numeric"
End If
End Function
they dont resolve I set the send function to false...can anyone tell me why
it still sends??
Function Item_Send()
If not isNumeric(item.userproperties("cost center")) then
Item_Send = False
msgbox "Cost Center must be numeric"
End If
End Function