LIST USER FORMS

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 2004


LIST USER FORMS (aTable; form; userFormArray)

ParameterTypeDescription
aTableTableSource form table
formStringSource table form name
userFormArrayArray stringNames of user forms coming from
the source form

Description

The LIST USER FORMS command fills the userFormArray array with the names of user forms coming from the developer form (table form) set in the table and form parameters.

If the user form was created directly using the EDIT FORM command, the only item that userFormArray contains is an empty string ("").

The array is empty if there are no user forms for the specified developer form.

See Also

CREATE USER FORM, EDIT FORM, Overview of user forms.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next