Designer: Designer forms are named in order to store them in the Designer library. You can use this name during form processing to determine what processing is appropriate for the form or to get a pointer to the form.
Code: You can specify a name for a form that was written in code. To give a form a name, call the function sfm_name():
|
||
|
|
|
|
|
|
General: To determine the name of the form, call the function fm_ptrnam():
|