NAME
sformname - return name of current formSYNOPSIS
char * sformname ()DESCRIPTION
Each form described in a formfile has a name associated with it. The form name is specified in the Form Name field in the Form Description form. A pointer to this form name is returned by the sformname function. This function is useful for determining which form is currently on the screen.SEE ALSO
form(C-3) Chapter 3, Form Programming GuideNOTES
Sformname is only available in user edit routines.