Output Data

book;author;category;title;cover
http://mail.utep.edu/~reddy/Nutshell;David Flanagan;Java;Java in a Nutshell;http://www.ora.com/catalog/covers/javanut.s.gif
http://mail.utep.edu/~reddy/Explore;Pat Nie Meyer & Josh Peck;Java;Exploring Java;http://www.ora.com/catalog/covers/expjava.s.gif
http://mail.utep.edu/~reddy/Threads;Scott Oaks & Henry Wong;Java;Java Threads;http://www.ora.com/catalog/covers/jthreads.s.gif
http://mail.utep.edu/~reddy/Perl1;Randal L. Schwartz & Foreword by Larry Wall;Perl;Learning Perl;http://www.ora.com/catalog/covers/lperl.s.gif
http://mail.utep.edu/~reddy/Perl2;Larry Wall, Tom Christiansen & Randal L. Schwartz;Perl;Programming Perl, 2nd Edition;http://www.ora.com/catalog/covers/pperl2.s.gif
http://mail.utep.edu/~reddy/Core;Gregory Satir & Dong Brown;C++;C++: The Core language;http://www.ora.com/catalog/covers/core.s.gif
http://mail.utep.edu/~reddy/C++Prg;Steve Oualline;C++;Practical C++ Programming;http://www.ora.com/catalog/covers/cplus.s.gif
http://mail.utep.edu/~reddy/PlSql;Steve Feuerstein;General;Oracle PL/SQL Programming;http://www.ora.com/catalog/covers/oraclep.s.gif
http://mail.utep.edu/~reddy/Graphics;James D. Murray & William Varkyper;General;Encyclopedia of Graphics File Formats;http://www.ora.com/catalog/covers/gffcd.s.gif


Display Clause

DISPLAY	panel master
	panel sub1 ON master (North)
	panel sub2 ON master (South)
	panel sub3 ON sub2 (East)
	panel sub4 ON sub3 (North)
WITH	book AS document ON sub1 (West)
	cover AS image ON sub2 (West)
	title AS list ON sub1 (East) 
	ALL DISTINCT category AS button ON sub3 (South)
	"Author(s) " AS label ON sub4 (West) 
	author AS field ON sub4 (East)


Example Catalog      Main Page