Ellucian's Colleague tips and tricks
My Ellucian's Colleague playground with all tips and tricks I learned as a programmer.
Tuesday, October 28, 2014
Output text message in batch process
Found this on datatel forum. This is how to display message during a batch process execution.
Put code like this in the batch process, probably near the front
X.MSG = "Updating OPC Control Records. This could take several minutes, please wait..."
CALL S.MESSAGES('2',X.MSG)
This is what you get at run time
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment