You are here: Function Reference > Alphabetical Listing > S > SetFormDesc

SetFormDesc

Use this function to change the description of a form.

Syntax

SetFormDesc (NewDescription, Form, Group)

Parameter

Description

NewDescription

Enter the new description. The text you enter replaces any existing form description.

Form

Enter the name of the form for which you want to change its description. The default is the current form.

Group

Enter the name of the group which contains the form you specified in the Form parameter. The default is the current group.

The system returns one (1) if the form was found and the description was assigned. Otherwise, it returns zero (0) to indicate that no form was found based upon the parameters you provided.

Example

Here is an example:

SetFormDesc("Cover Page",Form1,Group2)

See also