B4J Question [ABMaterial] empty string in return of UniqueID of table

MbedAndroid

Active Member
Licensed User
Longtime User
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
B4X:
dim parameter="test" as string
tbl1.AddRow(parameter, r)
trying to read it back with
B4X:
  Dim tbl As ABMTable = page.Cell(2,1).Component(tblCellInfo.TableName)
   Log(tblCellInfo.RowUniqueId)

any idea? Is this writeonly?
 
Top