SEDITNAME C-3


NAME



seditname - return edit name of a field

SYNOPSIS



char *
seditname (name)
char *name;

DESCRIPTION



Seditname returns a pointer to the edit name of a field. The edit
name of a field is defined in the second Field Description form
in the Edit Field Name field. If the name parameter points to an
empty string or is NULL, seditname returns a pointer to the edit
name of the current field (only useful in U_USEREDIT, U_CHANGED,
U_ENTERFIELD, and U_BEGINVAL calls). If the name parameter points
to a string containing a field name or an edit name, seditname
returns a pointer to the edit name of that field.

DIAGNOSTICS

If the name parameter does not point to a valid field or edit
name, seditname returns NULL. Seditname returns an empty string
if the named field does not have an edit name.

SEE ALSO



form(C-3), sfldname(C-3)
Chapter 3, Form Programming Guide

NOTES



Seditname is only available in user edit routines.