× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: AS/400 Toolbox for Java: SpooledFileViewer?
  • From: Geert Van Landeghem <gvl@xxxxxxxxxxxxxx>
  • Date: Mon, 17 Jul 2000 14:13:58 +0100

Hi all,

Has anyone used the SpooledFileViewer class to view spooled files on a PC?
Whatever I'm trying to do I can't get my code working. I get an empty viewer
instead of the contents of a spooled file...I don't receive errors

So I'm looking for source code that works.

The code I'm using to test is:
    SpooledFile splf = new
SpooledFile(selAS400,"RASB0010R",1,"RASB0010R","GVL","277670");
    // Create the spooled file viewer
    SpooledFileViewer splfv = new SpooledFileViewer(splf, 1);
    // Add the spooled file viewer to a frame
    JFrame frame = new JFrame("Spooled file");
    frame.getContentPane().add(splfv);
    try {
      // This works
      Debug.println("Spoolfile=" +
splf.getIntegerAttribute(PrintObject.ATTR_PAGES));    
      // This works also
      splfv.load();
      splfv.loadPage();
    }
    catch(Exception e1) {
      Debug.printError("Error loading spoolfile",e1);
    }

    Debug.println("Pages=" + splfv.getNumberOfPages());
    frame.validate();
    frame.setVisible(true);


----------------------------------------------------------------------------
----------
Geert Van Landeghem
Reynders Etiketten
gvl@reynderseti.be (Office)
hydra@vt4.net (Home)
03/460.12.56 (Office)
0477/759.533 (GSM)

<<Give me
     the power to accept the things I cannot change,
     the courage to change the things I can change,
     the insight to tell the difference>>
----------------------------------------------------------------------------
----------



+---
| This is the JAVA/400 Mailing List!
| To submit a new message, send your mail to JAVA400-L@midrange.com.
| To subscribe to this list send email to JAVA400-L-SUB@midrange.com.
| To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner: joe@zappie.net
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.