DELETE USER FORM

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 2004


DELETE USER FORM (aTable; form; userForm)

ParameterTypeDescription
aTableTableUser form table
formStringSource table form name
userFormStringUser 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.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next