4D v16.3CREATE USER FORM |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.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:
DELETE USER FORM
EDIT FORM
FORM SET INPUT
FORM SET OUTPUT
LIST USER FORMS
Overview of user forms
Product: 4D
Theme: User Forms
Number:
808
Created: 4D 2004
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)
Add a comment