Hi All,
Some of my customer have a problem to creating a record. The problem found some on Windows 8 and Windows 10.
All transaction such as Sales Invoice, Customer Payment, Inventory and else run in the same time in single coding. Why all this record not save?
The coding handle like this :
// Printer Setting
// Kick Cash Drawer (Option)
// Print Receipt
// START OF TRANSACTION
HTransactionStart(gsEXEDIR+"Transaction.trs")
WHEN EXCEPTION IN
// Save Invoice
// Save Payment
// Save Inventory
HTransactionEnd()
DO
// Delete the order lines
HTransactionCancel()
END
The coding is use from 2012 without any problem.
All antivirus was setting properly.
Is this because of Windows OS problem or bugs on WD19?
Any tips to solved?
Thanks a lot
Regards,
Mujahid
Some of my customer have a problem to creating a record. The problem found some on Windows 8 and Windows 10.
All transaction such as Sales Invoice, Customer Payment, Inventory and else run in the same time in single coding. Why all this record not save?
The coding handle like this :
// Printer Setting
// Kick Cash Drawer (Option)
// Print Receipt
// START OF TRANSACTION
HTransactionStart(gsEXEDIR+"Transaction.trs")
WHEN EXCEPTION IN
// Save Invoice
// Save Payment
// Save Inventory
HTransactionEnd()
DO
// Delete the order lines
HTransactionCancel()
END
The coding is use from 2012 without any problem.
All antivirus was setting properly.
Is this because of Windows OS problem or bugs on WD19?
Any tips to solved?
Thanks a lot
Regards,
Mujahid