Displaying long messages using view-as alert-box in QAD .Net Gui

bond007jlv

New Member
Currently using QAD MFG/Pro character. We will be migrating to QAD .Net Gui 2.9.1.36

We have many custom programs using messages with view-as alert-box. view-as alert-box is not supported in QAD .Net Gui. We are updating the programs and replacing the messages statement with qad standard messages include pxmsg.i.


We have a few messages thant are long and will not display in one line.
Is there a standard qad include to handle long message strings?

Below is a sample message.

message
"Due Date Calculation Method " skip
"0 - Sales Order due date will be recalculated based on " skip
" predetermined rules during Sales Order confirmation " skip
"1 - Sales Order due date will be recalculated based " skip
" off the sales order required date during Sales Order " skip
" confirmation " skip
"2 - Sales Order due date will not be recalculated during " skip
" Sales Order confirmation "
view-as alert-box.

Jose' Valiente
 
Top