ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


  • Example: Managing the errors when creating the CUSTOMER file
HErrorInfo (Example)
Example: Managing the errors when creating the CUSTOMER file
WINDEVWEBDEV - Server codeReports and QueriesJavaUser code (UMC)AjaxHFSQLHFSQL Client/ServerHyper File 5.5OLE DBNative Connectors (Native Accesses) This example is used to manage the errors that may occur when creating the CUSTOMER file.
IF HCreation(Customer) = False THEN
Error(HErrorInfo())
END
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment