Hi I am newbie to Jade I am trying to write a jade script to display some of the details in a class I have created. So far this is all I have :oops: . displayBooks(); vars books : Books; begin beginTransaction; write Books.firstInstance; commitTransaction; end; Any help would be great Thanks