I am reviewing the example (table.sbp) found in the samples folder.
Load AccountsData.csv file
If I add:
Sub Table1_SelectionChanged (ColName, Row)
Msgbox (colname)
Msgbox (row)
txtChange.Text = Table1.Cell (ColName, Row)
End Sub
When I click the first row, first columns, not works the event SelectionChanged.
I have checked the forums and can not find a solution that is not an invention of adding rows or columns invisible.
How can I fix this? Is it a bug?
very thanks
How can I fix this? Is it a bug?
Load AccountsData.csv file
If I add:
Sub Table1_SelectionChanged (ColName, Row)
Msgbox (colname)
Msgbox (row)
txtChange.Text = Table1.Cell (ColName, Row)
End Sub
When I click the first row, first columns, not works the event SelectionChanged.
I have checked the forums and can not find a solution that is not an invention of adding rows or columns invisible.
How can I fix this? Is it a bug?
very thanks
How can I fix this? Is it a bug?