vineetu1
13th December 2004, 11:09
Many times there is a need to give user the option on whether to proceed or not.

Hence for this I need a message box with option of YES and NO.Depending on which the next process should be done.

Is there any such predefined messagebox available in baan ?

:p

günther
13th December 2004, 11:50
This kind of dialog is in baan done with the function ask.num(). Refer to http://www.baanboard.com/programmers_manual_baanerp_help_functions_enumerates_ask_enum for more details and an example.

Günther

grajenda
15th December 2004, 14:53
I think the function is ask.enum()