Callback Procedure formProc
formProc is called when the options form is about to be displayed. It is passed the symbol for the options form and a flag indicating whether the form is being displayed (g_map == t) or erased (g_map == nil). You normally use this to make sure the form is initialized with current values.
formProc( s_form g_map )
Return to top