Skip to content

Commit

Permalink
Fix selection throws an error on BUI
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Mar 21, 2018
1 parent ad90653 commit d53d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/ColumnSetupDemo.bbj
Expand Up @@ -76,7 +76,7 @@ onRowSelect:
sel! = grid!.getSelectedRows()

if INFO(3,6)="5" then
a = msgbox(sel!, 0, "Selection")
a = msgbox(ev!.getNewSelectedRows().toString(), 0, "Selection")
else
print 'SHOW',
print ev!.getRowCount(), " ROW(s) AFFECTED By Event:" , ev!.getChangedRows()
Expand Down

0 comments on commit d53d01b

Please sign in to comment.