3.53.2

Navigation:  3.53 >

3.53.2

Previous pageReturn to chapter overviewNext page

Bug fix: Number textbox controls (integer/float) allowed only values >= 0

The number controls were changed to allow also negative values.

Enhancement: Filter CHECKEDLISTBOX and MULTIPLELIST allow now also 'not in' (Condition = 'not in' or '<>') operator

The operator for e.g. textbox control is =, LIKE, also <> (not equal) was allowed, but for CHECKEDLISTBOX and MULTIPLELIST only IN (….) operator was used, now also NOT IN (or <>) can be specified for these controls.