My Ellucian's Colleague playground with all tips and tricks I learned as a programmer.
Tuesday, March 17, 2015
UI 4 message box
CALL S_RIA_MESSAGES("", "Processing record: ": KEY.STUDENT.PROGRAMS)
S.MESSAGES options for the first parameter:
Here are the values for the first argument to S.MESSAGES: (copied from another posting)
1 = Use error processor; same effect as using other known methods of error handling in Envision processes
2 = Display message box; does not require user input to hide message; (Message will hide on its own at end of hook code)
3 = Display message; requires user interaction to hide message
4 = Same as option number 2
5 = Same as option number 3
* 1 Web version works completely, hangs in UI 2.3
* 2 UI version works completley, no message box displays on the Web
* 3 Web version works completely, hangs in UI 2.3
From <http://forums.datatel.com/viewtopic.php?f=28&t=35417&view=unread#unread>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment