IsSolMCFormat()

<< Click to Display Table of Contents >>

Navigation:  Available Functions >

IsSolMCFormat()

Syntax

IsSolMCFormat( <FieldName> )

 

Purpose

To determine if a character value is of solicitation memo code format.

 

Parameters

<FieldName> is usually always the memo code field.

 

Returns

IsSolMCFormat() returns a true/false (logical) value.

 

Usage

The IsSolMCFormat() function can be used to determine whether a given memo line has been used to store a solicitation entry. This is done by testing the code of the memo to see if it adheres to the solicitation memo code format.

 

IsSolMCFormat() can be useful for excluding solicitation information from donor memo history on reports. Of course it can also be used to produce reports which limit memo history to printing only solicitation-bearing memos.

 

Example

If the following expression is entered for field print condition column in a report, the column will only allow solicitation-bearing memos to print:

 

IsSolMCFormat( .Memo_Code. )