Check Script
This option can be used to check your script for any errors or inconsistencies.
The problems that can be picked up by the check routine are:
- Mismatch on maximum number of characters allowed in a TextBox compared to maximum number of characters in any corresponding database column (if TextBox is bound to a database column).
- Controls mapped to database columns that no longer exist.
- Controls mapped to functions that no longer exist.
- Functions that exist, but are never called.
The following actions are available through the toolbar:
Icon | Description |
---|---|
![]() |
Initiates the script check |
![]() |
Automatically fixes the check issues |
![]() ![]() |
When this icon is blue, then any database errors are ignored |