Determining if the Field Entry Has Been Validated

To determine if an entry in a data field, memo field, or field in a scrollable region has already passed validation, call the function fld_isvalidated():

long fld_isvalidated(memop_or_fldp)

PTR memop_or_fldp;            /* Field to test                    */

fld_isvalidated() returns a non-zero value if the field contents have been successfully validated. 0L is returned if the field contents has not yet gone through the validation process.


Home Contents Previous Next