diff --git a/Demo/TreeDemo.bbj b/Demo/TreeDemo.bbj index 96c3c9b3..7630ca95 100644 --- a/Demo/TreeDemo.bbj +++ b/Demo/TreeDemo.bbj @@ -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 \ No newline at end of file