Tommyworker
2018-09-03T08:51:37Z
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
Igor/10Tec
2018-09-03T17:00:46Z
Can you provide a sample that demonstrates the problem? It will be enough to see the form's module in which you show how you populate your grid and attach event handlers.
Users browsing this topic