Hello Together,
after changing von V5.015 to V6 i have the following issue:
After an click on the Grid, my user clicks an a button.
In the button there is the code to do something with the data in the Grid.
In the v5 then following code works:
click on the Grid (one row ist selected)
Click an the button
with igrid1
msgbox(.selectedRows.count)
end with
result 1
in v6
result 0
regards thomas