alain great job
but a question:
when a uniqueID is passed into a row of a table, i read a empy string back when i click on a field of that table.
passing the uniqueId in with
trying to read it back with
any idea? Is this writeonly?
but a question:
when a uniqueID is passed into a row of a table, i read a empy string back when i click on a field of that table.
passing the uniqueId in with
B4X:
dim parameter="test" as string
tbl1.AddRow(parameter, r)
B4X:
Dim tbl As ABMTable = page.Cell(2,1).Component(tblCellInfo.TableName)
Log(tblCellInfo.RowUniqueId)
any idea? Is this writeonly?