Evan Camilleri
Programmer
Hi,
In ISL I am trying to call 2 tender medias one after another.
However, Simphony get only the first tender media.
Is there a way to call 2 tender medias one after each other?
Evan
In ISL I am trying to call 2 tender medias one after another.
However, Simphony get only the first tender media.
Is there a way to call 2 tender medias one after each other?
Code:
LoadKybdMacro defkey("Payment", N:2910, A:"Cash:Cash")
LoadKybdMacro MakeKeys(100), @KEY_ENTER
LoadKybdMacro defkey("Payment", N:2922, A:"Cash:Cash")
LoadKybdMacro MakeKeys(150), @KEY_ENTER
Evan