ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
InvalidInputMessage (Property)
In french: TexteSaisieInvalide
The InvalidInputMessage property gets and sets the message that will be displayed if the control contains invalid data (input mask or value out of bounds). If the property is empty, a default string will be used.
Example
EDT_ProductRef.InvalidInputMessage = "Please use the standard product reference format"
Syntax

Getting the message displayed if the control contains invalid data Hide the details

<Result> = <Control used>.InvalidInputMessage
<Result>: Character string
  • Error message displayed if the control contains invalid data,
  • Empty string if the default error message is used ("Invalid input").
<Control used>: Control name
Name of the control used:
  • Edit control.
  • Combo Box control.

Setting the message displayed if the input is invalid Hide the details

<Control used>.InvalidInputMessage = <Message>
<Control used>: Control name
Name of the control used:
  • Edit control.
  • Combo Box control.
<Message>: Character string
  • Error message displayed if the control contains invalid data,
  • Empty string if the default error message is used ("Invalid input").
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/06/2024

Send a report | Local help