ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Invalid input functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Displays an invalid input error for the specified control. This function does not check the entered data.
Example
IF NOT bVerifMotDePasse(SAI_MDP) THEN
	InvalidInputShowMessage(SAI_MDP, ...
		"Le mot de passe doit contenir au moins un chiffre, une majuscule et un symbole.")
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: wd300obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help