B4J Question Updating Tableview data from textfield

Status
Not open for further replies.

AKJammer

Active Member
Licensed User
Hello All,
I know I'm missing something obvious, but for the life of me I can't see it. I have a Tableview that I'm populating with DBUTILS ExecuteTableView. When I click on a line, it will populate a couple textfields. If I update the Qty field, and send the data back to the row, the row behind the scenes will update, but the displayed value does not. Clicking to another row, then back will show (via logs) that the row is indeed updated. So why doesn't it show?!?! I've attached a simple example to demonstrate. Any ideas would be most helpful.
Thanks,
Jim
 

Attachments

  • tableviewfields.zip
    7.8 KB · Views: 264

roberto64

Active Member
Licensed User
Longtime User
Hi, I'm making a tableview that inside there are two comboboxes, two textfields, and a label, as an example that I enclose, in fact when I put in qty and price (qty * price) makes me the total in the label (total ), when I insert the second line in the tableview and insert quantity and the price is all right, but when I'm going to change the price or the amount the total changes in the second line. who can help me?
regards
 

Attachments

  • Esempio.zip
    3.2 KB · Views: 272
Upvote 0
Status
Not open for further replies.
Top