![]() |
Testing for no value
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 DynamicData can be tricky since you don't always know what information is there. Have you tried the Visible flag for LastNameText?
|
Quote:
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. |
Thanks for the suggestion but I tried that one and it didn't work. I think the problem might be that we don't know what the dynamic data LastName is set to if you don't have a last name. Is it that there isn't any data in LastName or is it something that we just can't see.
I've tried to set a DynamicDataFilter so that it just came back with a boolean value of the state of the last name. But I don't think I know how to do that properly or even if you can do that. All the examples for DynamicDataFilter use four characters but the field actually has eight characters. It always seems that when I try to do something new with the interface it's way more complicated then it looked initially.:( Any more ideas? |
Quote:
Thanks for everything. |
| All times are GMT -5. The time now is 02:28 PM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI