![]() |
jadachDevClub member 1/9/2019 |
In this case, my text area field in the database is called Description. I want to set a max length allowed to 200. var ctrlDescription = Runner.getControl(pageid,'Description'); |
D
|
DCherrington author 1/10/2019 |
In this case, my text area field in the database is called Description. I want to set a max length allowed to 200. For the add and edit pages, add the following to JavaScript OnLoad events. Change the field name to match yours. var ctrlDescription = Runner.getControl(pageid,'Description');
|