Hello,
Windev 20. New to WX
I plan to use a table control to display the following details from a file (POS system)
1. ItemCode
2. ItemName
3. Quantity
4. Rate
5. Discount %
6. Amount
Need to know how to update those details to database, using hAdd, both in insert mode and edit mode. In edit mode, possibility of deleting row(s) is there. How to deal with these deletions ?
Every row needs to be added with hAdd, modified rows need to be modified with hModify and deleted rows needs hDelete.
Is there any example(s) available with WX ? Or any sample code will be better.
Happiness Always
BKR Sivaprakash
Windev 20. New to WX
I plan to use a table control to display the following details from a file (POS system)
1. ItemCode
2. ItemName
3. Quantity
4. Rate
5. Discount %
6. Amount
Need to know how to update those details to database, using hAdd, both in insert mode and edit mode. In edit mode, possibility of deleting row(s) is there. How to deal with these deletions ?
Every row needs to be added with hAdd, modified rows need to be modified with hModify and deleted rows needs hDelete.
Is there any example(s) available with WX ? Or any sample code will be better.
Happiness Always
BKR Sivaprakash