Hi, this is probably a silly question, but I can't find the answer.
If the user clicks on a row of a B4XTable, how can I know which column he clicked on?
In "_CellClicked(ColumnId As String, RowId As Long)" it returns the column name and the row number, shouldn't it be the column number?
If the user clicks on a row of a B4XTable, how can I know which column he clicked on?
In "_CellClicked(ColumnId As String, RowId As Long)" it returns the column name and the row number, shouldn't it be the column number?
B4X:
Private Sub tbLecturas_CellClicked (ColumnId As String, RowId As Long)
Log(ColumnId &" - "& RowId)
End Sub
*** Service (starter) Create ***
Using FileProvider? false
** Service (starter) Start **
** Activity (main) Resume **
** Activity (main) Resume **
Última - 2
Última - 1
Contador - 1
Contador - 2
Contador - 3
Contador - 4
Contador - 5
** Activity (main) Pause, UserClosed = true **