Removing the Form from the Screen

fm_dn() removes a form from the screen and is called as follows:

void fm_dn(dfmp);

DFORMPTR dfmp;    /* Data form to remove from screen            */

mn_dn() removes a menu from the screen and is called as follows:

void mn_dn(mfmp);

MFORMPTR mfmp;    /* Menu to remove from screen                */

These functions unset the form window and restore the underlying screen image. fm_dn() will also remove any forms in the form page that are still on the screen.


Home Contents Previous Next