Hi
I have a sim interface to populate an external table with info related to cash pickups, inside the Sim i have this instruction
LoadKyBdMacro Cash_Pickup, MakeKeys(CASH_AMNT), @Key_Enter
I need to catch if this loadKyBdMacro returns a message o error when the cash pick up is more than the sale.
If cashpickuperrror = ?????
.....
.....
else
.....
.....
end
Thanks in advance.
J
I have a sim interface to populate an external table with info related to cash pickups, inside the Sim i have this instruction
LoadKyBdMacro Cash_Pickup, MakeKeys(CASH_AMNT), @Key_Enter
I need to catch if this loadKyBdMacro returns a message o error when the cash pick up is more than the sale.
If cashpickuperrror = ?????
.....
.....
else
.....
.....
end
Thanks in advance.
J