4D v16.3

DELETE USER FORM

Home

 
4D v16.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 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 or userForm contains an empty string (-9757),
  • 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.



See also 

CREATE USER FORM
LIST USER FORMS
Overview of user forms

 
PROPERTIES 

Product: 4D
Theme: User Forms
Number: 810

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

 
HISTORY 

Created: 4D 2004

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)