4D v14.3

DELETE USER FORM

Home

 
4D v14.3
DELETE USER FORM

DELETE USER FORM 


 

DELETE USER FORM ( aTable ; form ; userForm ) 
Parameter Type   Description
aTable  Table in User form table
form  String in Source table form name
userForm  String in User form name

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.

If the user form is properly removed, the OK variable returns 1. Otherwise, OK is set to 0.

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.

 
PROPERTIES 

Product: 4D
Theme: User Forms
Number: 810

The OK variable is changed by the commandThis command modifies the Error system variable

 
HISTORY 

Created: 4D 2004

 
SEE ALSO 

CREATE USER FORM
LIST USER FORMS
Overview of user forms

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)