Naming a Field

Items can be identified by pointers, by the number of the item in the form (i.e., the processing order) or by a name that you have specified.

Designer: To name an item, specify the name when you create the item. See the Designer User's Guide for details.

Code: To name a menu field use the function i_namset():

void i_namset(name_stp, mfldp)
 
UCHAR *name_stp;
/* Pointer to name to assign
*/
PTR mfldp;
/* Pointer to menu field
*/


Home Contents Previous Next