Hello,
I have a problem with setting an InputMask for a string field at a DAC class (derived from IBqlTable).
It should be very simple: Just allow any number of uppercase letters and digits.
I started with InputMask=”>”. Then the user can enter nothing at all.
InputMask=”>AAA” forces exactly three characters.
(No, IsFixed is not set to true!)
I’ve also tried regular expressions but they are taken as fixed characters.
Any ideas?