.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


FormUsers property
Example

Read-write. The contents of the $FormUsers field. When you create a form and specify who can create the documents, those names are stored in the $FormUsers field.

Defined in

NotesForm

Data type

Array of strings

Syntax

To get: stringArray = notesForm.FormUsers

To set: notesForm.FormUsers = stringArray

Usage

This property accepts an array of strings or a single string. Setting this property replaces prior values.

Language cross-reference

FormUsers in Java Form class

Example
See Also