Hi,
I want to realize a field validation with runtime informations, e.g. check the user input for the inputfield
"Language", whereas the possible language-codes come from
a database table.
How can i do that ? With a simple type i only can check against static enumerations.
Regards, Claus