Samir Bauer
Programmer
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
DISPLAYTOUCHSCREEN 18
DISPLAYTOUCHSCREEN 6
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.
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
Else
EndIFEndEvent
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.