ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Invalid input functions
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
Displays an invalid input error for the specified control. This function does not check the entered data.
Example
IF NOT bCheckPassword(EDT_Password) THEN
InvalidInputShowMessage(EDT_Password, ...
"The password must contain at least one number, one capital letter and one symbol.")
END
Syntax
InvalidInputShowMessage(<Control used> [, <Text>])
<Control used>: Control name
Name of the control affected by the error.
<Text>: Optional character string
Error message to be displayed.
If this parameter is not specified, the value of the InvalidInputMessage property of the control will be used; and if this value is missing, a generic message will be displayed.
Remarks
  • The control will no longer be considered as containing errors once the data is edited by the user or programmatically.
  • You can customize the error display mode in the control description window.
  • To check the data entered in the controls, use InvalidInputDetect or InvalidInputListControl.
  • Android This function cannot be used with Combo Box controls because this type of control is not available in Android applications.
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/04/2024

Send a report | Local help