Quote:
Originally Posted by RickF7666
Okay, I'm trying to test for the lack of a last name and I have no idea how to test for nothing. Any help would be appreciated.
Thanks
|
The way I would do it is
OnEvent="DoWhatEver=(eX_Text ? True : False) ex_Test=Lastname.LocalText==''"
Just make sure Text and LocalText for the Lasname object is empty.
The True and False can be what ever, I just add them so you knew where true and false is.