B4J Question [ABMaterial] ABMTable.GetComponent problem

Joan Paz

Member
Hi Everyone,

I'm using ABTable and i was insert some inputs inside, now i want to get the values but when i try to get the text property from the ABM.Input generete this error > "...ABMInput.gettext(unknowed source)".

I use this code to get the component from the table, and the object take properties like theme but i can't get values.

B4X:
    For i=1 To enfoques.Size
                    tbl.PrepareTableForRetrieval
                    Dim evalinp As ABMInput =   tbl.GetComponent(i-1, "E"&i)
                    Dim test As String = evalinp.Text

Thanks in advance for cooperate.
 
Top