a form with in a textbox
in the textbox's valid i call a form's method 'chkValue'
ThisForm.chkValue(This.Value)
in this method i make some controls and when there is an error i show a messagebox
if i answer 'no' to this messagebox i have to prevent the user to exit the textbox
the wMessagebox's call is this:
wMessagebox('Question',4+16+256,'Title','wFormCallBack')
in wFormCallBack i test tuUserChoice but i don't want how to use the value returned.