Skip to content

Commit

Permalink
Fix copy ,paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Mar 20, 2018
1 parent 6501b05 commit 1edf1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/TreeDemo.bbj
Expand Up @@ -180,8 +180,8 @@ onRowDoubleclick:
row! = ev!.getRow()

if INFO(3,6)="5" then
a=msgbox(row!.getId() + " - " + row!.getData().get("TITLE").getAsString(),0,"DOUBLE CLICK")
a=msgbox(row!.getId() + " - " + row!.getData().get("FIRST_NAME").getAsString(),0,"DOUBLE CLICK")
else
print 'SHOW', "DOUBLE CLICK " , row!.getId() , " - " , row!.getData().get("TITLE").getAsString()
print 'SHOW', "DOUBLE CLICK " , row!.getId() , " - " , row!.getData().get("FIRST_NAME").getAsString()
fi
return

0 comments on commit 1edf1c7

Please sign in to comment.