Hi Dan,
I am using DefaultTableLens, AbstractTableLens, but not CORBATableLens.
I do not see how CORBATableLens can be any different.
Here is a sample ALGORITHM(I do not have exact code here with me):
String[][] myTable = new String[5][5];
DefaultTableLens tablelen = new DefaultTableLens(myTable);
tablelen.numberOfHeaderRows(1);
report.addTable(tablelen, TYPE_OF_TABLE);

-Bhaksara

"Howarth, Dan" <[EMAIL PROTECTED]> wrote:
>Great!   Was wondering if you're using the CORBATableLens or the>Abstract Table Lens
         to handle your NetD data objects?  Can you>send me an example of the Lens 
technique
         that you use.  Thanks.>>-----Original Message----->Sent: Wednesday, September 
15,
         1999 6:48 PM>>>>Yes!>What seems to be the problem?>styleReports2.0 from 
inetsoft
         is easy to use and is 100% pure java. You can>always use>100% pure java 
products
         by just adding their *.jar files in the CLASSPATH.>>Simple standard algorithm 
to
         use style reports 2.0 with NetD:>    OutputStream out = 
CSpider.getOutputStream();>
            out.write("Content Type: application/pdf"); // replace content type 
as>appropriate.>
            PDFPrinter pdf = new PDFPrinter(out); // replace this with type of>printer 
you
         want.>    StyleSheet report = new StyleSheet();>    // Add all the stuff to 
the report.>
            report.print(pdf.getPrintJob());>    pdf.close();>>If you are using 
applets, see
         styleReports2.0 documentation.>Good luck!>-Bhaskara Reddy>>"Howarth, Dan" 
<[EMAIL PROTECTED]>
         wrote:>>Has anyone used a product called Style Report from a vendor>called 
Inetsoft>Technology>        
         in-conjunction with NetD?  Style Report>is a Java based report>writing tool 
and I'm>   
         having problems with>mapping the data from NetD to the Style 
Report>report.>>If you've>        
         used the product please let me know.  Thanks.>>>Dan>Howarth>Information 
Technology>PG&E>       
         Gas Transmission>210-528-4088>210-321-0911 (fax)>>>>>>PG&E Gas>Transmission 
Texas>     
         and any other company referenced herein which uses the PG&E name or>logo are 
not>      
         the same company as Pacific Gas and Electric Company, the>California utility. 
 These>  
         companies are not regulated by the California Public Utilities>Commission, 
and customers>      
         do not have to buy products from these companies in order to>continue to 
receive>      
         quality regulated services from the 
utility.>_________________________________________________________________________>>For
         help in using, subscribing, and unsubscribing to the discussion>forums, 
please go
         to: http://www.netdynamics.com/support/visitdevfor.html>>For dire need help, 
email:
         [EMAIL PROTECTED]>>>PG&E Gas Transmission Texas and any other company 
referenced
         herein which uses the PG&E name or logo are not the same company as Pacific 
Gas and
         Electric Company, the California utility.  These companies are not regulated 
by the
         California Public Utilities Commission, and customers do not have to buy 
products
         from these companies in order to continue to receive quality regulated 
services from
         the utility.
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to