User 8a7878ec6d
25-06-2014 13:41:02
Hi,
Is it possible to configure a text field so that it is not possible to enter certain characters, f.e. spaces?
Best,
Evert
User 8a7878ec6d
25-06-2014 13:41:02
Hi,
Is it possible to configure a text field so that it is not possible to enter certain characters, f.e. spaces?
Best,
Evert
ChemAxon 2bdd02d1e5
26-06-2014 14:36:46
Hi Evert
No, it is currently not possible.
Regards,
Filip
ChemAxon 2bdd02d1e5
26-06-2014 14:49:00
Well, there is certainly a way. You can script it in Code mode tab and use the event hook beforeEdit on a textfield.
Then you can check the value and save it or not according your code.