DELETE USER FORM

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2004


DELETE USER FORM (table; form; userForm)

ParameterTypeDescription
tableTableUser form table
formStringSource form name
userFormStringUser form name

Description

The DELETE USER FORM command allows you to remove the user form set using the table, 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.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next