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 3700 SIM - Screen After Pickup-Check Event

Status
Not open for further replies.

Samir Bauer

Programmer
Aug 28, 2019
1
US
I have a similar issue as the one posted in this thread:

Micros 3700 Sim - transitioning to “next” touchscreen

After pressing the Pick-up check key, I would like to redirect the user to a specific screen.

Event Pickup_check
If INSTR(1, @DTL_NAME[1], "TX") > 0
DISPLAYTOUCHSCREEN 18
Else
DISPLAYTOUCHSCREEN 6
EndIF
EndEvent

The screen is still being directed to screen 6. I have tested to make sure the "IF" statement is processed correctly so that's not the issue.

I also tried creating an event similar to the one in the thread referenced above but that yielded the same results.

I looked in the POS Configurator and Touchscreen Designer for the Pick-Up check key to see if "Next" is assigned to the key however it appears that the pickup-check button is created dynamically.

1)Is my code missing something like a LoadKybdMacro statement before DISPLAYTOUCHSCREEN?
2)How does the system determine the landing screen after the pick-up check button?
3)Where can I find the properties (like "Next") of a dynamically created key like the pick-up check key?

Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top