Hello All,
I will appreciate some help with a problem I have.
I have created a "Table with Detail Form" window using Simple RAD in Windev 21. Everything seem to work well except when I click on button to apply editing changes, then I get the error below;
==================================================
HSave function called.
Unexpected system error.
If this error systematically occurs in the same conditions, contact PC SOFT Hot Line.
==================================================
The code in the "Apply" button is as below;
===================================================
ScreenToFile()
// Add / modify the record
HSave(mastfileQRY)
TableDisplay(TABLE_mastfileQRY, taCurrentRecord)
====================================================
Note: I use MySQL database and Query is built with WD Query editor.
Best regards
I will appreciate some help with a problem I have.
I have created a "Table with Detail Form" window using Simple RAD in Windev 21. Everything seem to work well except when I click on button to apply editing changes, then I get the error below;
==================================================
HSave function called.
Unexpected system error.
If this error systematically occurs in the same conditions, contact PC SOFT Hot Line.
==================================================
The code in the "Apply" button is as below;
===================================================
ScreenToFile()
// Add / modify the record
HSave(mastfileQRY)
TableDisplay(TABLE_mastfileQRY, taCurrentRecord)
====================================================
Note: I use MySQL database and Query is built with WD Query editor.
Best regards