Initial Release 4.0

Data Type : Composite Data; Rich Text

CDPABFORMULAREF - Identify both "Hide When" formula and CDPABDEFINITION record
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
BSIG Header;
WORD SourcePABID; /* ID number of the source PAB
                          containing the formula. */
WORD DestPABID;   /* ID number of the dest PAB */
} CDPABFORMULAREF;


Description :

Starting in Release 4.0 of Notes, a paragraph may have an associated formula that determines when the paragraph is to be hidden. The CDPABFORMULAREF is similar to the CDPABREFERENCE record, with an additional field that identifies the CDPABDEFINITION record containing the CDPABHIDE record for the "Hide When" formula.
See Also :

CDPABDEFINITION
----------------------------------------------------------------------------------------------------------