Quantcast
Channel: Microsoft Outlook Form Programming
Viewing all articles
Browse latest Browse all 108

Help with simple Send Event

$
0
0
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

Viewing all articles
Browse latest Browse all 108

Trending Articles