.Net UI - Alert box

Doug_b

New Member
I'm fairly new to QAD and Progress.

We have some custom programs that we are converting from eb2 to .NetUI. I picked up the Progress syntax OK, and discovered PXMSG.I - but I haven't found a way to make an Alert-Box that is modal and has an OK button. Am I missing something?
 

bond007jlv

New Member
Try include below. It creates a modal messages in QAD .NEt Gui. You can adjust the message.

{pxmsg.i &MSGNUM=25120 &ERRORLEVEL=4} /* "There are no records to delete!" */
 
Top