Determining if the Form Is Validated

You can test whether all field entries for the form have been validated by calling fm_isvalidated():

long fm_isvalidated(dfmp)

DFORMPTR dfmp;            /* Data form to test                */

fm_isvalidated() returns a non-zero value if all fields on the form have valid entries. 0L is returned if at least one field on the form has not yet been validated.


Home Contents Previous Next