Android Question B4a - Table class

Mauricio Pereira

Member
Licensed User
Longtime User
Used, perhaps unduly, the class table (Klaus) for data entry.
I changed label for Edittext in Sub CreateNewLabels.
Worked, but I can't get the values of the cells in the table because the values typed are not stored in the Date.List
Any solution?
Apologize for my English.
 

klaus

Expert
Licensed User
Longtime User
You need to give more information on what exactly you have done.
Post a small project showing the problem, so we can see what happens and how to solve it.
Where and how do you handle a value change in a cell, you must handle it.
This must be new function because the table class with labels doesn't have nor need it.
 
Upvote 0

Mauricio Pereira

Member
Licensed User
Longtime User
Klaus,

I am attaching the project in question.
Is the data entry for the solution to transport problems (Operations Research).
I am converting my Visual Basic application to B4A.
In VB I used the flexgrid component but what I found more like was your application "TableWithFixedCol".
However I didn't realize I couldn't capture the values entered into table cells.
Thank you for your attention and sorry for the english away from perfection.
 

Attachments

  • TableWithFixedCol.zip
    38.6 KB · Views: 178
  • TableWithFixedCol.zip
    38.6 KB · Views: 171
Upvote 0
Top