version 2004
DELETE USER FORM (aTable; form; userForm)
Parameter | Type | Description | |
aTable | Table | User form table | |
form | String | Source table form name | |
userForm | String | User form name |
Description
The DELETE USER FORM command allows you to remove the user form set using the aTable, form and userForm parameters.
If the user form was created directly using the EDIT FORM command, pass an empty string ("") in userForm.
See Also
CREATE USER FORM, LIST USER FORMS, Overview of user forms.
System Variables or Sets
If the user form is properly removed, the OK variable returns 1. Otherwise, OK is set to 0.
Error Handling
An error is generated if:
the user form does not exist,
the user does not have the proper access to remove the user form.
You can intercept this error with the error-handling method installed by the ON ERR CALL command.