| 4D v13.4CREATE USER FORM | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 
 | 
    4D v13.4
 CREATE USER FORM 
         | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CREATE USER FORM ( aTable ; form ; userForm ) | ||||||||
| Parameter | Type | Description | ||||||
| aTable | Table |   | Source form table | |||||
| form | String |   | Source table form name | |||||
| userForm | String |   | Name of new user form | |||||
The CREATE USER FORM command duplicates the 4D table form whose table and name are passed as parameters and creates a new user form named userForm.
Once created, the userForm form can be modified using the EDIT FORM command. This command allows you to create X user forms (for example, various report forms) from a single source form.
The OK variable returns 1 if the operation is executed properly; otherwise, it returns 0.
An error is generated if:
	Product:  4D
	Theme:  User Forms
	Number:  
        808
        
        
        
	
        
        
 
        
	Created:  4D 2004
DELETE USER FORM
EDIT FORM
FORM SET INPUT
FORM SET OUTPUT
LIST USER FORMS
Overview of user forms