functions

fhSrcEnableAutoTitle

Description

Takes a pointer to a templated source record and enables or disables automatic record titling for the record.  If enabling, the automatic record title is refreshed (if the record title was already enabled, it will still be refreshed).  Does nothing if the pointer is not a templated source record.

Minimum FH Version

7

Syntax

  fhSrcEnableAutoTitle(ptr, bEnable)

Parameters

ptr
Item pointer. Must point to a templated source record.
bEnable
If true, automatic record titling will be enabled and refreshed.  If false, it will be disabled..

Return Value

(none)

Example

fhSrcEnableAutoTitle(piSrc,true);