Arnold Magno
18th May 2005, 04:54
Hi,

Im a baan IVc developer but i've never tried sending a message on screen that has a Yes and No button. Is this possible in baan 5c and how can i get the button which the user clicked? Hope u can help me on this i really can't figure out how to to this. Thanks a lot!

Regards,
Arnold

baanbomb
18th May 2005, 05:58
hi
you can do like this code:
if (ask.enum("message_id",tcyesno.yes)=tcyesno.no) then
set.input.error("message_id")
endif

Arnold Magno
18th May 2005, 06:21
Hi baanbomb,

Thanks a lot for the help and quick response! I never knew that there's such a useful function. I'l try it right away and i think it'll work. :)

Regards,
Arnold