This week's book giveaway is in the Design and Architecture forum.
We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line!
See this thread for details.

Mark Whitty

Greenhorn
+ Follow
since Sep 15, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Mark Whitty

Hello,
I am trying to use a resultSet returned from an Oracle database in conjunction with the Print method of the Pageable class. Using the resultSet within the Print method is not suitable as the method requires "drawing" types such as graphics. Has anybody faced this problem or could help me with a solution?
Thanks,
Mark
Thanks Cindy for your response.
The problem I am having is converting the resultset type into a "drawing" type. Would you be able to point me to an example of how this is done?
Thanks in advance,
Mark
22 years ago
Hello,
My organisation is trying to develop some java based reports and we are looking at RReport as a reporting tool.
Does anybody have any experiences of RReport which they could share or can anybody suggest any other good java reporting tool?
Thanks in advance,
Mark
22 years ago
I am trying to use the print method of the Printable interface. Through this method I can write text or graphics but I have trouble including data which is of a variable format. For example I have a resultSet which has been retrieved from a database and I wish to include these details on the format of the page.
I have tried creating a new method execSql within the same PrintObject class which creates the resultSet. When trying to create a new instance of the class from within Print so that I can use the execSql method I get an error.
Does the print method allow us to call other methods which return resultsets or individual fields?
22 years ago