sf_boolch()

Sets the characters (case insensitive) to be accepted in Boolean field

Call
#include <vv_form.h>
void sf_boolch(yes_ch, no_ch, dfldp)

UCHAR yes_ch

Character that indicates Boolean TRUE

UCHAR no_ch Character that indicates Boolean FALSE
DFIELDPTR dfldp Pointer to a Boolean data field
Returns

None

Description

sf_boolch() sets the members in the field structure that hold the allowed Boolean characters for the field. These values will be used by the field validation and data conversion functions.

Related Functions

se_boolch()

Cautions

sf_boolch() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next