4D v14.3CREATE USER FORM |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
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
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)