Form library FormRestore() FormThumb()
Programming guideline of WinDom

FormAlert()

NAME

FormAlert() - display a GEM alert box.

PROTOTYPAGE

void FormAttach( int but, char *msg, ...);

PARAMETERS

see form_alert()

DESCRIPTION

This function is a like the GEM function form_alert() execept, it is possible to print variables as vprintf().

EXAMPLE

     	FormAlert( 1, "[1][Mesag %d occurs.][OK]", evnt.buff[0]);
SEE ALSO

FormCreate().