You are here: Function Reference > Alphabetical Listing > H > HaveRecip

HaveRecip

Use this function to see if the specified recipient name is defined in the form set for the specified section, form, or group.

You can use this function along with the RecipientName function in DAL scripts to place a sequence number on each page of each recipient batch.

Syntax

HaveRecip (Recipient, Section, Form, Group)

Parameter

Description

Recipient

Enter the name of a recipient.

Section

Enter the name of a section that contains the field named. The default is the current section.

Form

Enter the name of a form that contains the section and/or field named. The default is the current form.

Group

Enter the name of the form group that contains the form, section, or field. The default is the current group.

The system returns one (1) if true or zero (0) if false.

Note You must enter a recipient name.

See also