Search found 2 matches

Go to advanced search

by shayne
Mon Apr 19, 2010 4:47 pm
Forum: Tips and Techniques
Topic: jade scripting display methods
Replies: 4
Views: 6303

Re: jade scripting display methods

Thanks for the help guys got it working now. :D
by shayne
Sun Apr 18, 2010 5:19 pm
Forum: Tips and Techniques
Topic: jade scripting display methods
Replies: 4
Views: 6303

jade scripting display methods

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 ...

Go to advanced search