Let me choose a printer instead of using default one

hi,
i searched this forum but got no solution..
my need is ,
i want to display all printers installed on local pc of user then let user choose one of them to print on instead of using a default printer specified through hardcoding.
show me the way..
thank you (version of everythinf is 11g)

Hello,
The best solution is to use use a Java Bean.
A very good example can be found in http://fdegrelle.over-blog.com/ext/http://forms.pjc.bean.over-blog.com/article-6621538.html.
Kind regards,
Alex
If someone's answer is helpful or correct please mark it accordingly.

Similar Messages

  • How do I use Address Book to print multiple labels using just one address?

    Hi. I'm trying to print multiple address labels using the same address on each label, but I'm stuck trying to make this happen in Address Book. Can anyone help?
    Thanks!

    The work-around that I've found to solve this issue is to create a new group in address book, then duplicate the contact 20 times or so, and drag the duplicates to the group you've created. Then, when you go to print, you will have a sheet of 20 or so duplicate labels. If you want to save it to repeat this task later, you can select "save as PDF" in the print menu, and simply print the PDF file next time. (assuming you use the same size labels next time, of course) Then, don't forget to delete the umteen duplicates from address book, taking care not to delete the original.
    Not the perfect solution, but it gets the job done. Maybe somebody wants to make an automator action that will do this?

  • Is it possible to create run and stop button on the control pannel instead fo using the ones on the tool bar?

    I have created a program which runs to all my specifications. The final thing I'd like to do is to be able to run it from the contrl panel.
    Can i create a run and stop button on the control panel or am i limited to using the little white arrow button on the toolbar?

    When you say Control Panel are you referring to the Front Panel of your VI?  If so then yes you can have the program start automatically upon being opened and close with a button push on the Front Panel.  Let me know if this is what you were looking for.
    CLA, CLED, CTD,CPI, LabVIEW Champion
    Platinum Alliance Partner
    Senior Engineer
    Using LV 2013, 2012
    Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.

  • Why won't preview let me delete all files (instead of all but one)

    In all OSX versions up to snow leopard in preview there was the option to select all open items and move the files to the trash. For some reason unknown to me, in 10.8.5 mountain lion that option no longer exists. Now preview lets me delete all files except one. If you have 2 images open you can move 1 to the trash. If you have 99 open you can move 98 to trash and if you have 1 open, you cannot move it to trash. Is there some code available where I can undo this restriction?

    Do you also have them on another computer, iPad or iPhone,  IF you do then it may be syncing them back

  • In SharePoint site at Office 365, is there any possible to change the notification mail instead of using default Exchange mail id in SharePoint online?

    A customer using SharePoint site in Office 365 and they configured workflow, notification alerts, etc and now by default they are receiving mail in the registered account (for example: [email protected]) and now i want to change it to their
    company email id.
    Is that possible?

    You should setup domain for Office 365 - Add your users and domain to Office 365
    [custom.development]

  • Can you use the native GTK Forward and Back buttons instead of the default ones?

    Hello!
    On old versions of Firefox, the default theme always used the native GTK forward and back buttons. Ever since I updated Firefox, it overwrites these with its own arrow. Does anyone happen to know off the top of their head if it's reversible?

    It looks like the GTK theme was not updated to support versions of Firefox after version 29. Have you contacted the developer about this as well?
    Looking for a hack you may find more answers in mozillazine.org.

  • DIS - calling another service instead of the default one

    Hi,
    I want to overwrite the "click on a folder" action within DIS so that it won't display the folder information page, but the content of that folder(as if the COLLECTION_DISPLAY was called instead of COLLECTION_INFO when the folder is clicked). Is this possible?
    Thanks,
    Vlad

    You should be able to overload the standard service via a custom component. Then, call the original code for non-DIS, and yours for DIS (if you find how to distinguish them).

  • How to get Recolor Artwork tool to let me choose from my color groups

    When I use the Recolor Artwork tool to change all the colors on an image at once, I can't figure out how to get it to let me choose from my color groups in my library. I have my library loaded on the side panel, but it won't let me choose from then when I use this otherwise awesome tool. Help, what's the trick?

    You mean Edit > Edit colors > Recolor art?
    Please show some screenshots of what's happening.

  • Why do I have to change printer settings when using Photoshop tiff?

    I'm creating a tithe envolope for my church. The text portions were created in the psd using the text tool of course. But, for our church logo, I used a 300 dip tiff, scaled and positioned it at the top left part of the layout. This is all being done inside a life-size area using guide lines to simulate the edges of the envelope. Then I save the entire thing out from Photosop as a tiff. I created a MS Word doc and used Insert>Picture to place the tiff at a place in the Word doc that puts it in the right location when envelopes are loaded into the laserjet printer.
    Here's the glitch. If I let the Word doc print at it's default resolution of 300 dpi, the church logo shows up looking very ragged/pixelated. Only by going through the hassle of resetting the printer properties each time to 600 dpi do I get a smooth, clean output. What's going on?

    Sounds like an issue with the print driver not retaining previous settings to me.
    Keep in mind that printer settings are saved with some kinds of documents (e.g., PSD files).  I'm not sure if that's the case with a TIFF, but if so, make sure you save the TIFF file after you print so the settings will be available next time you print it.
    There is a known issue with some drivers where you have to go through a few extra steps to get them to retain the settings you make in the Photoshop dialog, but I don't see how that might apply here.  To see if it does, do the following:
    File - Print.
    In the Photoshop print dialog, make whatever settings you like.
    Click the [ Print Settings... ] Button, and exit the print driver dialog with [ OK ].
    Click [ Print ].
    Save and Close your document.
    Open the document again.
    File - Print.
    Click the [ Print Settings... ] button.
    Is your dpi preference remembered?
    -Noel

  • Problem in barcode printing from SAP using VB.

    hello all,
    i have developed a program which will take parameters from the selection screen and will send to the LPT using the VB prog.
    i have used the function WS_EXECUTE in my abap prog. the parameters are concatenated in bcode1 string.like this..
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode1
        program        = 'c:\bprint\BPRINT.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    my issue is ..... when i press execute button the values on the barcode is not printing what they are passed. means previous string values are printing instead of the current one.
    i have used "free memory" after end-of selection event. Still problem is not solved.
    is there any problem with WS_EXECUTE function.
    can anybody suggest me the changes to be made.?

    the code is
    selection-screen : begin of block blk with frame.
    select-options : material for mseg-matnr no-extension
                                                no intervals.
    select-options :  batch_no for mseg-charg no-extension
                                                no intervals obligatory,
                    mrp for mseg-dmbtr no-extension
                                                no intervals.
    parameters : s_price type mseg-dmbtr.
    selection-screen : end of block blk.
    parameters : no type i.
    no2 = no.
    price = s_price.
    mrp1 = mrp-low.
    split price at '.' into rs ps.
    split mrp1 at '.' into rs1 ps1.
    matnr1 = material-low.
    batch1 = batch_no-low.
    concatenate matnr1 batch1 into bcode1.
      concatenate rs ps rs1 ps1 no1 rs '.' ps into bcode2.
    concatenate '+' bcode1 into bcode1.
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode1
        program        = 'c:\bprint\BPRINT.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    call function 'WS_EXECUTE'
      exporting
        commandline    = bcode2
        program        = 'c:\bprint\bprint.exe'
        inform         = ''
      exceptions
        frontend_error = 1
        no_batch       = 2
        prog_not_found = 3
        illegal_option = 4
        others         = 5.
    clear : material, batch_no, mrp, s_price, no, text. 

  • I cannot receive any iMessages using my phonenumber and it wont let me choose it as an option, then i restarted my phone and it says I have no service.

    A few days ago I reset my apple Id password. After that, my phone has been acting up. I logged into my apple id on my phone using my new password. (I have an iphone 5c with ios 8). And ever since, I ahve not been able to receive iMessages using my phonenumber. I checked my settings, and it shows my phoneumber as a dimmed option for my iMessage, but won't let me choose it. At this point, I got fed u with not being sble to receive messaages (Since the majority of my contacts use imessage and don't have my email) so I restarted my phone. Now it is saying that I have no service and that my phonenumber is unknown in the phones app. I nee dto be able to use my phone regularly so please help me ASAP.

    Hello ,
    Thanks for using Apple Support Communities.
    From your post I understand that your iPhone is displaying No Service.  Because it is displaying No Service, you are unable to link your phone number.  First, follow the directions below to resolve the issue of No Service appearing.
    If you're in your carrier's coverage area
    Follow these steps, testing after each.
    Tap Settings > Enable Airplane Mode, wait five seconds, then turn off airplane mode.
    Restart your device.
    Remove the SIM card. If the SIM card is damaged, worn, or bent, or if it's too big or small for the SIM tray, contact your carrier for a new one. Then reinsert the SIM card.
    Check for a carrier-settings update: Connect to a Wi-Fi network, tap Settings > General > About, and install any available carrier-settings updates. If you can't connect to Wi-Fi, connect your device to a computer that has iTunes.
    Update your iPhone to the latest version of iOS.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. This will reset all network settings, including Bluetooth pairing records, Wi-Fi passwords, VPN, and APN settings.
    Contact your carrier to check for any network or account issues.
    Restore your iPhone.
    If you see No Service in the status bar of your iPhone or iPad - Apple Support
    Take care,
    Alex H.

  • How do you set up multiple users? Netscape use to let me choose which profile to start. Can I do this with Firefox and can I have email linked to each individual user/login? How?

    Netscape use to let me choose and create new profiles. after clicking on the icon for netscape i was prompted for which user profile i wanted. can i do this with firefox? also, each user profile was linked with its respective email account. can i do this through firefox as well? I need help. i have tried setting up firefox before and since i couldn't accomplish this i had given up but netscape is so old and most sites cause it to crash, i need a solution. i have 2 main profiles and 2 different email addresses. any advice or help, even not firefox related would be great

    Firefox doesn't have the same type of interface for the Profile Manager that Netscape did. You might want to look at SeaMonkey ''(which uses the same Mozilla Gecko code as Firefox has)''.
    http://www.seamonkey-project.org/

  • When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    When I try to print sth I can´t choose my printer. Adobe Reader only shows a printer I used years ago.I aleady deleted and reinstalled the Reader and deleted all other printers from the computer.How can I add a new printer to Adobe Reader?Thanks for help!

    Hi,
    I would suggest you to uninstall Adobe Reader using the cleaner tool and then re-install the latest version.
    Adobe Cleaner Tool:- Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs.
    Latest version of Adobe Reader:- http://get.adobe.com/reader/
    If you still experience the same issue, please share the following information:-
    - Screenshot of Adobe Reader showing printer options
    - Screenshot of Microsoft Word showing printer options
    - Screenshot of control panel- Control Panel\All Control Panel Items\Devices and Printers
    Regards,
    Nakul 

  • Why does Firefox select the last used printer instead of the system default printer on startup?

    In the course of using Firefox I selected my color printer to print in color then closed Firefox. When I reopened Firefox later on and sent something to the printer I had assumed it picked up the system default printer, a monochrome laserjet. It picked up the color printer instead. When I restart my other apps they automatically pick up the default printer. Why not Firefox?

    Some web pages will pop up the print dialog automatically. In particular, pages that websites have specially formatted for printing may do this.
    Are you restoring tabs that you previously opened, or starting up with your home page(s)? I suspect that one of them is generating the dialog. You could check by going to each one and reloading the page to see whether it is from that page.

  • Since loading the latest version of firefox i can no longer print. instead a message comes up "can not load library 'DLBAPRP.DLL' using defaults, error 126. what happened?

    error 126 can not load library "DLBAPRP.DLL" using defaults. this message appears when we try to print from our web bookmarks or any acrobat or pdf files

    That error seems to be new with Firefox 4 - never heard of it with earlier versions of Firefox, but it goes back many years in various Windows programs.
    See this [http://www.google.com/search?client=ubuntu&channel=fs&q=DLBAPRP.Dll&ie=utf-8&oe=utf-8 search].

Maybe you are looking for

  • I have a nokia-X2-00 and its not working properly....

    I showed my mobile at two Nokia care centers but they could not fix my phone, they just told my phone's operating system is to be re-installed. they did what they could do,i don't know but my phone was not fixed.I am still having problems.Please help

  • How can I get photos out of iPad Messages app?

    I received a bunch of photos in a Message. I'd like to be able to scroll through them in another app, like iPhoto or similar, to show people. I'd also like to get them sent on to my Mac. I've tried selecting the images in the message and clicking the

  • Nokia N8 email line break problem

    So, I've only found one other post on here about this problem, with no solution. The problem being that when you reply to an email in a hotmail inbox on the N8. Any line breaks (created by pressing return) are ignored and the whole email is sent as o

  • Digital signature and certificates on Mail

    Hello All, I'm new using mac and i have a token with my digital certificate. So i wanna know: How can i use subscribe or use a digital signature on Mail. How can i use my certificate to sign the message. Thanks, Altemir Pacheco

  • EP 6.0 and Detailed Navigation

    Does anyone know why if you launch an iview in a separate window (as opposed to in the portal content window) you cannot minimize (close) the detailed nav by the iview settings ? This is EP6.0 SP19 Haydn