gentercz
27th June 2007, 12:44
Hi all,
we are restricting some form fields by setting
logname$="anna" or logname$="xiaoling" or logname$="ashley"
in the Input Expression of special form fields.
Now this field is rather small for input.
So we can only specify upto 3 Users.
Idea was to do something like this:
logname$="anna" or "xiaoling" or "ashley" - BUT this is a syntax error.
Also "IN" clause, like in SQL is not working either.
ANY BETTER SUGGESTIONS ???
We do not want to modify the source.
Every answer is appreciated,
jochen
we are restricting some form fields by setting
logname$="anna" or logname$="xiaoling" or logname$="ashley"
in the Input Expression of special form fields.
Now this field is rather small for input.
So we can only specify upto 3 Users.
Idea was to do something like this:
logname$="anna" or "xiaoling" or "ashley" - BUT this is a syntax error.
Also "IN" clause, like in SQL is not working either.
ANY BETTER SUGGESTIONS ???
We do not want to modify the source.
Every answer is appreciated,
jochen