Greeting everyone
i'v did customization on TransactionTriggers
in PostReturnTransaction i'v add this code to call form only once
public void PostReturnTransaction(IPosTransaction posTransaction)
{
frmResendMobile frmresnd2 = new frmResendMobile(posTransaction, Applicationx);
frmresnd2.ShowDialog();
LSRetailPosis.ApplicationLog.Log("TransactionTriggers.PostReturnTransaction", "After returning the transaction...", LSRetailPosis.LogTraceLevel.Trace);
}
but when i tested in POS the form (frmresnd2) called twice as sequentially
i mean if i press ok on that form (frmresnd2) then same form called again
but when i did test and debug in my development environment only the form (frmresnd2) called only one time


Report
All responses (
Answers (