[Progress Communities] [Progress OpenEdge ABL] Forum Post: MESSAGE statement (windows) and the "X", is there a logic behind?

  • Thread starter Thread starter Stefan Marquardt
  • Start date Start date
Status
Not open for further replies.
S

Stefan Marquardt

Guest
The customer raised the error that sometimes the message box has no "X" (close window) with option "YES-NO" I ran some tests with this template: ------------------------------------------------------------- DEF VAR RESULT AS LOGICAL INIT YES. message "Are you sure ?" view-as alert-box question BUTTONS {OPTIONS} update RESULT . MESSAGE RESULT VIEW-AS ALERT-BOX INFORMATION BUTTONS OK. ------------------------------------------------------------- {OPTIONS} YES-NO: X = (not avail), Yes = yes, No = no YES-NO-CANCEL: X = ?, Yes = yes, No = no, Cancel = ? OK: X = yes, OK = yes OK-CANCEL: X = no, OK = yes, Cancel = no RETRY-CANCEL : X = no, RETRY = yes, Cancel = no Suspicious results: 1.) Having no X with YES-NO 2,) X is sometimes ? or No 3:) Cancel is sometimes ? or no Never noticed and thought about that since I got a defect by test management today.

Continue reading...
 
Status
Not open for further replies.
Back
Top