tcgoh Active Member Licensed User Longtime User Dec 8, 2013 #1 Hi, Is it possible to set a value in a table cell ? eg. column 1, row 2 = "test" without having to create a Table CLASS like B4a, which I'm not familiar with. Table1.SetValue(2,0,"Test") Thanks
Hi, Is it possible to set a value in a table cell ? eg. column 1, row 2 = "test" without having to create a Table CLASS like B4a, which I'm not familiar with. Table1.SetValue(2,0,"Test") Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 9, 2013 #2 Yes: http://www.b4x.com/android/forum/threads/tableview-edit.35473/ Last edited: Dec 9, 2013 Upvote 0
tcgoh Active Member Licensed User Longtime User Dec 9, 2013 #3 Erel said: Yes: http://www.b4x.com/android/forum/threads/tableview-set-cell-value.35469/ Click to expand... Sorry the http re-direct to this same page. Upvote 0
Erel said: Yes: http://www.b4x.com/android/forum/threads/tableview-set-cell-value.35469/ Click to expand... Sorry the http re-direct to this same page.