Ouput to Printer (pop-up window) ??

Hi!
The following class is called to run (print out to printer) at 11AM every morning.
....... at that time , this class generates a "pop-up" window ..... that makes you press a "Print" button to start the print job.
Can I stop this "pop-up" and have it print out to printer by itself?
Thanks !
package AddRFSwitchPac;
import javax.print.*;
import javax.print.attribute.*;
import java.io.*;
//import .*;
public class BasicPrint {
    public BasicPrint(){
    try
    String filename = ("C:/OW_A/MoviesAuditLog/TextAreaStart.txt");
    PrintRequestAttributeSet pras = new HashPrintRequestAttributeSet();
    DocFlavor flavor = DocFlavor.INPUT_STREAM.AUTOSENSE;
    PrintService printService[] = PrintServiceLookup.lookupPrintServices(flavor, pras);
    PrintService defaultService = PrintServiceLookup.lookupDefaultPrintService();
    PrintService service = ServiceUI.printDialog(null, 200, 200,
    printService, defaultService, flavor, pras);
    if (service != null) {
    DocPrintJob job = service.createPrintJob();
    FileInputStream fis = new FileInputStream(filename);
    DocAttributeSet das = new HashDocAttributeSet();
    Doc doc = new SimpleDoc(fis, flavor, das);
    job.print(doc, pras);
    Thread.sleep(1000);
       catch (Exception e)
        System.out.println(e);
   // System.exit(0);
 

If you're happt to accept printing to thecomputers
default printer, just delete the line containing
printDialog and equare service to the defaultservive
I concur. There is no need to offer a list of
printers if you are just going to choose one
automatically.HI ! ... and thanks!
I'm sure a typo ... but what is this..... "equare" ?? (below)
printDialog and equare service
I took out the "printDialog" line ... and this stopped the "pop-up" and sends print job to printer.
A problem I'm having now its that when I print ... printer takes in paper , ready to print, but printer doesnt print and throws an error. If I press the flashing button on the printer ... it then prints out the print job fine.
..... any Ideas? : (

Similar Messages

  • IW37N - work order printing: Pop-up window deactivation

    Hi,
    If the user selects 50 order operations to print in IW37N, then pop-up keeps coming repeatedly for user to enter "OK" 50 times.  How to deactivate this pop-up window?
    Infact, this pop-up has started appearing recently while printing any SAP document (invoice etc.).  i.e. issue is not specific to IW37N printing.  But user impact is high for IW37N because of bulk printing.  It happens only in production system, not in quality or pre-production !
    Cheers,
    Sankar

    Hi Pete,
    Thanks for your response.
    Updating the thread to show how we got this issue resolved.  There is Access Method setting at printer definition level i.e. transaction SPAD, which is usually done by BASIS team.  Activated "No Device Selection at Frontend" to get rid of the printer selection pop-up window.
    Thanks,
    Sankar

  • Corrupt print-pop up window

    Hi
    I have issues with corrupt pop- window for printing. See pictures below. Have tryed both reinstall, uninstall Adobe reader but without success. I'm using version 11.0.05.3 on Win 7 pro - 64bit
    how to solve?

    Hello
    Thanks for the tip but it didn't helped. I deleted Segoe UI fonts thru Registry edit but it didn't helped for acrobat reader. Runned as well repair of reader and restareded pc but there is same status
    any other ideas?

  • Pop Up windows in Reader XI

    I am running Reader XI and there is a problem with pop-up windows within the programme. The printer pop-up window comes up with all the buttons but no text and any other pop-ups are at such a large resolution that they are impossible to manage and read.

    That's in your DPI/PPI settings
    Edit>Preferences

  • Printer Pop-up Dialog box

    Hi
    I encounter the printer Pop-up Dialog Box appear upon a
    PrintJob is sent.
    Is there a way to ignore or escape this pop up box?
    Regards

    We have currently upgraded 3 instances and it is happening in all 3 on all PC's. Appears that Oracle has it's own pop-up printer window it uses when printing from the PC instead of using the standard one. I imagine it is slow because of it being java. I'd open an SR but they will just say to update to today's version of java. We can't test in other browsers since IE8 is our standard company wide. I haven't got any hits searching MOS or Google on this so was just wondering if others are seeing the same thing. BTW - Our 11i instances work fine and load quick even on the first print but then 11i is using the PC's standard print pop-up window and not a java based one from the applications.
    FYI - Fuound Bug 9202075 which seems to be the same issue except that we are on java 1.6.07. I have opened an SR.
    Edited by: user649511 on May 20, 2011 7:18 AM

  • How to Suppress the POP UP window for Print out Device

    Hi All,
    I have One ALV Grid report and in this report I want to SUBMIT another report which, when executes gives the POP UP window for Printer Device and sends the output to that device. if we give LOCL, sends output to Spool.
    So I want to Suppress that POP UP Window and by default that POP UP window should take 'LOCL' as Printer Device.
    Thanks in advance,
    Helpful answer get awareded.

    On the submit command is a spool parameters option.
    The addition WITHOUT SPOOL DYNPRO suppresses the print dialog box that is displayed as standard when you use the addition TO SAP-SPOOL.
    The addition SPOOL PARAMETERS is used to transfer the print parameters in a pri_params structure that belongs to the data type PRI_PARAMS from the ABAP Dictionary.
    PRI_PARAMS-PDEST specificies the output device.

  • How do I print off of a pop-up window? There are no buttons that I can find!

    The website I use to get my paperwork for my job creates a pop-up window that has my work order in it. I used to use firefox to do this because I was able to scale it down in print preview and reduce the amount of paper I use, but now I can't even print at all! Is there something I'm missing or is it just gone?

    cor-el: WOW can't believe I forgot basic Windows shortcuts. That works the only problem is there isn't a print preview to check things out. Thanks!
    edmeister: I found that Print button a while ago but it will only print the main window as far as I can tell. The window I need is a pop-up that doesn't have any menu buttons. Ctrl+P works though!

  • Printing from FLASH without "Print dialog Box" Pop-up window?

    hi guys,
    i got a flash + OSX question, maybe someone can help me,
    i'm working on a Adobe Flash (Flash version 9, actionScript
    3) project, running on a MacOS X 10.4, on a core2duo iMac, it is
    connected to a printer (Xerox Phaser 6360).
    - the flash will be displayed in full screen.
    - it is a "create your own postcard- &- print it out"
    flash-based multimedia project.
    - so Flash will need to print stuff.
    issue is:
    - everytime when something need to be printed, macOS X will
    prompt a "Print Box" pop-up window say Cancel or Print (see my jpeg
    below).
    - so it might overlap on top of my Flash project, which is
    running full screen (so having the pop-up window overlapping my
    flash is no good).
    so i need a solution to avoid this, any idea?
    what i can think of are:
    A- is there a way to avoid/by-pass this step? meaning a way
    not to show this?
    or
    B- or is there a shareware/way to "auto-click RETURN button"
    so even this screen appear it will be "auto-click" away.
    or ..C?
    i knew there is a Plug-in (or Xtra) for Macromedia Director
    called: Print-o-matic,
    the URL is:
    http://www.printomatic.com/products.cfm/
    it work well on the Director on Mac OS7, but they only made
    it for Director & Authorware, not Flash :-( do you know
    something similar for Flash?
    this
    is the pop-up Print dialog box i meant (which i want to avoid),
    click to view
    or u can copy the URL to view there:
    http://photos-g.ak.facebook.com/photos-ak-sf2p/v193/184/11/743997016/n743997016_546542_881 6.jpg
    about the printer URL:
    [url=http://www.office.xerox.com/printers/color-printers/phaser-6360/enus.html]High
    speed color for high volume printing - Phaser 6360[/url]
    hope i'm able to get a solution here.
    thanks guys,
    cheers,
    tintoy

    quote:
    Originally posted by:
    actiontintoy
    so does anyone got any solution for this issue?
    which is:
    able to print without showing the "print dialog box" pop-up
    window,
    pr any other way to by-pass the pop-up window,
    thanks.
    BTW, i'm adobe Flash + mac OS X 10.4
    Hi...did you solve the problem?
    Would you mind telling me how to disable print dialog?
    Thanks!!!

  • No print icon in pop up window?

    Before this update, when a pop up window was launched I was able to see a print icon in the new pop up window. With this new update that does not seem to be the case. I have to hit ctrl+P in order to print the pop up window. Is there a way to enable the print icon to appear in the new pop up window? I tried to customize the toolbar and add the print icon but it only appears on the static page and not the pop up window.

    See:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • Printer-Friendly Pop-Up Window

    Hello,
    I have a link to a "printer-friendly" pop-up version of a page.
    It is a navigation bar entry. The URL target is:
    javascript:popUp2('f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.::::::YES', 800,600)There is a List on the page that is displayed on the printer-friendly pop-up window.
    How can I exclude this list, similar to the way the "print" link for the pop-up window itself is excluded?
    Thanks!
    Matt

    No problem Matt - and yes - just answered a similar question. You'd test the value of APEX_APPLICATION.G_PRINTER_FRIENDLY - if true page is in printer friendly mode else it isn't.
    Hope this helps, I'll gladly accept points if it does! ;-)
    John

  • How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word.

    How can I create a text pop up window in my Pages document? I want text to pop up when the reader hovers his/her cursor over a certain word in the document. I am teacher. So for example when a student came to word he/she did not know, if he/she hovered the cursor over the word, a defintion or other information would appear.  You can do this in Word using bookmarks/hyperlinks but I can't figure this out in Pages. I can link it to another point in my Pages document but I just need the text to pop up - not take the reader to another location.  THANK YOU!!!!!!

    Have you tried Word for Mac?
    You will need to test if links survive export or printing to .pdf
    Peter

  • Need help big time with pop-up window!

    This is probably an easy answer, I'm not a programmer or a back end guy whatsoever, I'm a graphic designer trying to make his way through a project for a client.
    I'm working up a Flash template, and I need to make a simple pop up window that will view a more detailed version of an image.  The template has a pop up window system where you add your photo to a certain frame of a movie clip.  The problem is, the pop ups have scroll bars built in, and for the life of me I couldn't figure out how to get rid of them, so I duplicated one of the movie clips that looked like it housed the framework of the pop up and deleted the scroll bar (I didn't delete any of the scroll bar code because I had no idea what I was doing).  It actually kind of worked, but the pop up window is a bit too wide and doesn't look right.
    You can view my hack job here...
    http://truetilldeathhq.com/main8_v7/main8_v7.html
    Stay on the "Print" page and click the first "01" button and an ad for Ford will come up.  Click the "Detailed View" button in the description to see the pop up window.
    My question is, there MUST be an easier way to make a pop up window than the workaround I'm using with the template.  What I'm trying to do is have a pop up for each sample of the work (all images would be the same size) for the first four buttons, and then for the "Online Banners" page, have the pop up open up to the dimensions of the particular banner ad and play the swf.  The pop ups shouldn't have scroll bars, only a title and the button to close the window.
    To view the template files, you can download them at:
    http://truetilldeathhq.com/main8_v7/main8_v7.fla
    The "descripton" movie clips have the descriptions and the "Detailed View" links in the frames, and the movie clips I not so gracefully butchered to get the pop up to work were TM_page_content_scroll (where you're supposed to put an image in a certain frame and then put the # of that frame in the Actionscript of the "Detailed View" button), and the TM_main_cont_page2 and TM_pop_up_main3, which were the ones I duplicated.
    If ANYONE can offer even the slightest bit of help, I gratefully appreciate it.  I've been working on this thing for like 15 hours a day and I can't even think straight at this point, thanks!

    I admit to not having read everything you wrote... there's just too much of it. But...
    Hashtable (and HashMap, which you should really be using unless you have some external constraint requiring the use of Hashtable) map each key to a single value object.
    That is, you can map from the key string "4996" to one single other object. And then you can also map from a different key to a different object.
    In you put() method, you add a mapping from "4996" to "good", and then you replace that mapping with one from "4996" to "home". There is only ever one value associated with a given key.
    To map multiple values to a single key, you need the value object to be a collection of some kind (or an array). So, you could map your string "4996" to a List, and that list could contain the strings "good", "home", etc.

  • How to create a pop up window while creation of the delivery note.

    Hello Experts
    How to create a pop up window while creation of the delivery note.
    As soon as we go in to delivery note creation screen in VL01N, immediately a pop up screen should be displayed on the screen containing the following details,
    For e.g.
    Str. Loc     Qty      UOM
    DE01        100        KG
    DE99          50        KG

    Dear all,
    i m having two document numbers for invoic of same types such as output type print program and smartform.
    biut the issue is im getting print preview for one invoic and for another invoic i m not getting any print preview.
    Directly the cursor comes to initial stage of vf03.
    suggest what to do
    Thanks and regarnds
    ravi

  • TS3230 i get a pop-up window saying the current version of Safari does not support the community toolbar.  How do I get rid of this?

    i get a pop-up window saying the current version of Safari does not support the community toolbar.  How do I get rid of this?

    You need to uninstall the Community / Conduit toolbar add-on.
    Locate the files in bold print and move them to the Trash. The first five are in your root   /Library
    /Library/Application Support/Conduit
    /Library/InputManagers/CTLoader
    /Library/ScriptingAddtions (anything CTLoader realted)
    /Library/Receipts/<Toolbar name>.pkg
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle
    The next one is in your Home folder.
    ~/Library/Application Support/Conduit
    When you're done, try Safari.

  • A pop-up window says I have mutiple tabs but I can't switch between them

    Was making payment in popup window. Asked to print confirmation and pop-up window went blank (did not print). Cannot recover payment confirmation screen. When I try to close the pop-up window it says there are several tabs. How do I switch between tabs in the pop-up window? There are no menus nor drop-downs.

    I want to make sure you're using the auto-update system, because that's the safest most reliable way to go, and it shouldn't appear in the download manager, so I lets make sure you're doing it right. <br/>
    This is a screencast I made a couple of years ago. It refers to 3.5 and 3.6, but the steps are still the same: http://ilias.ca/screencasts/ISUHD45.mov
    If that doesn't work, then maybe your Snow Leopard account doesn't have permission to update applications?

Maybe you are looking for

  • HP 7510 Photosmart - Lost WiFi Connectivity with Windows 7 laptop

    Have had the 7510 for over a year and have configured/used it with the same Toshiba Windows 7 Home Premium 64-bit laptop which is our home PC. Two days ago, tried to print over the WLAN and an error message said the 7510 was offline. Power cycled/res

  • Profitability Analysis not generated in Contract billing Document

    I have created the Billing document against the contract order but the Profitability Analysis is not getting generated.  But any sale order related billing document is created; system automatically creates the Profitability Analysis. Can you tell me

  • Possible Virus On Bootcamp, how to remove?

    Hi, I think I may have gotten a virus on my windows partition of my macbook pro. I windows XP professional with service pack 3 installed. Last weekend I was booted into windows when it suffered a "fatal error." The computer restarted and windows XP w

  • Router daisy chain?

    I've one of those ordinary Linksys 4 Port Ethernet routers. If all my ports are full, and I need more ports, can I unplug one device, daisy chain it to another Linksys router, and connect away? Thanks in advance!

  • Java.lang.StackOverflowError while accessing home page

    Why do I get java.lang.StackOverflowError while I try to call the /application url (Home page) after login. Note that before login this url was not giving any problem. Please help me out immediately, as this become crucial for our project. The part o