Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros SIMS not displaying system message

Status
Not open for further replies.

MDLE

Programmer
Mar 14, 2017
5
US
I have an issue where my sim file isn't displaying system message. Example if the check only has 1 drink message. How do I get it to show the system message after the reward message?

EVENT inq : 7

infomessage "Have you asked if guest is a reward member?"
// Tender the Check to Print like normal
// loadKybdMacro key(9, C_PRINT_CHECK_SVC_TTL)

// Tender the Check to Print and Stay on the screen
loadKybdMacro key(9, C_PRINT_CHECK)


ENDEVENT // EVENT inq : 7
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top