Printer control in smartform

I'm trying to use a command in a smartform to set a printer control. What I do is:
- I choose the node containing the text I want to alter. In this case it's the MAIN window.
- I right-click on it and I select create->flow logic->command
- In the general properties tab, in the input field for printer control, I choose some control.
- I print (I'm using LOCL printer).
The text remains unchanged.  What I'm getting wrong?
Thank you in advance.

If you defined the Printer control in TCODE SPAD then you can use the following Coding before the Text to be displayed
PRINT-CONTROL <Printer control Name>.
<TEXT>
Kanagaraja L

Similar Messages

  • Print control on smartform

    Is there any thing in smartform like the print controls for sapscript? i'm printing a smartform on a dot-matrix printer and i need to print my values compressed (15 cpi) but if i block 15cpi on the printer if i have an empty variable i loose the alignment of my module like this:
    number      text
    1234        hi!
    number      text
             hi!
    my problem is that i must print on continuos pre-printed forms.
    anyone has solved this problem before?
    thanks,
    Daniele

    i ran into a similar situation, and i solved it by using separate windows for each column.
    Though different CPI may affect tabs, etc, it does not affect windows. "hi!" will always print in the window, lined up with "text" in the same window.
    just an idea...

  • How should I set the print control in a SmartForm for barcoding?

    I already have defined the prefix(SBP27) and suffix(SBS01) print controls, now I would like to know how set them in the field in the Smart Form.

    Jorge,
    The forum you have posted your question in is for questions related to the SAP Business One SDK.  Is your question related to the Business One SDK?
    Eddy

  • Using SSF_OPEN and SSF_CLOSE, is it possible to print the next smartform in the same page?

    Hi Experts,
    I'm using SSF_OPEN and SSF_CLOSE, to print multiple smartforms. In between SSF_OPEN and SSF_CLOSE, there is a loop at a smartform. The output prints each smartform in different pages. Is it possible to print the second smartform in the first page since there is still space for printing there?
    Thanks in Advanced,
    Jack

    Hi Jack,
    As per my knowledge,
    you can't print  two smartform in single page because smart form having own page-size.
    If your layout page is A4 size then first layout print in A4 page and next layout will be go-to next print page. but if you have different kind of page size for both layout then you can control from printer side then that case both page will be printed in single print page.
    Regards,
    Prasenjit

  • Enable print button in print preveiw of smartform

    Hi All,
             I have a requirment to display the spool. (print program and smartform).  But while displaying the spool the PRINT option in menu and PRINT button is not active in the output.  Is there any way to enable the print option while displaying a spool.
             I am using the following function module for dispalying the spool.
    'RSPO_RID_SPOOLREQ_DISP'.
    Is there any particular parameter i need to pass while calling the smartform ?
    Please give some suggestions...
    Thanks in Advance
    Jijeesh.P.G

    Hi,
    Check the tcode SPAD
    Click on Full Administration Push Button
    and Check Device Types tab.
    All the Print control options of the spool are maintained.
    Reward if useful....

  • Printing in tray1 - Smartforms

    Hi All,
    I have a requirement where I need to print to tray1 for a particular warehouse number, say 111.
    Form - Smartform
    I cannot use Resource name tab provided in smartfoms, as it will print in tray1 for all documents, while I need to print documnent only with warehouse number - 111.
    Regards,
    Sim.

    Hi,
    Then in the end of main window create a new page command with condition equal to that warehouse number and in the output options use include printer control as 'TRY01'.
    And make all other nodes as not eaqual to that warehouse number.
    Regards,
    Ram
    Edited by: Ramakrishna Peri on Jun 2, 2009 12:15 PM

  • Urgent!! Printing Barcode using smartforms

    req: need to print barcode using smartforms.
    &#12304;Settings&#12305;
    The following settings are made already
    1.  Style ( paragraph, character type(Syatem Barcode ) )is created and activated (T-code:Smartforms)
    2.  In the smartform I used the above style to print barcode  .
    &#8251;TEXTTYPE = TEXT ELEMENT.
    &#12304;Execution&#12305;
    1.  I run the smartform in test mode with setting any print parameters
    2.  Trigger print preview
    &#12304;Problem&#12305;
    1. I am getting only BAR's no barcodes.
    The bracodes are not displayed properly.
    If I test the same system barcode in SE73 it displayed properly.
    Is there anyother settings are necessory?
    Plz help me in solving the peoblem

    Hi
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Reward points for useful Answers
    Regards
    Anji

  • Smartforms : How to include Printer commands in smartforms

    I want to include printer command <esc>&l1T at the end of the smartform so that the printer can staple the form after printing.
    Can any one please let me know how to include this in smart form ..?
    Is there any way ..?

    You should use the following way:
    - Copy the device type into the Customer name space.
    - Go via transaction SPAD - Device types into the device type and
    here to tab strip 'Print controls'. Here add a print control
    with the following contents: \e&l1T
    (without flag 'Hexadecimal'; the \e is the escape character)
    - Now go to your Smartform and add a command node (right-click
    on the tree, Create - Flow logic - Command) and enter the print
    control name into the field 'Include Printer Control'.
    This adds the print control at this point. You only have to
    select the right position of the command node in the tree
    (and therefore the point of time, when the sequence shall be sent).
    - If you want to check the print data, which the SAP sends to the
    printer (and therefore whether the escape sequence was included
    correctly), you can use note 5799, method 2.

  • Printing barcodes in smartforms

    How to print barcodes in smartfroms

    hey Ganesh,
    welcome to <b>SDN</b>,
    check the below extra info addition to above one
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Details information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research -
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes.
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor.
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    Barcode Standard
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    if u find it useful plz mark the points on the left side
    Regards,
    Naveen

  • What r the steps to print barcode in smartforms

    hi experts,
    can anybody tell me what r the steps to print barcode in smartforms.
    with examples is appreciated.
    points will be rewarded if helpful.

    /people/javier.perez-ullivarri/blog/2007/12/03/create-barcode-in-abap-conversion-to-pdf
    Creating Bar code:
    -->From trans code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    --> when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    -->Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    -->The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    SAP Barcodes
    -->Barcode solution consists of the following:
    barcode printer
    barcode reader
    mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    for your reference check the below links:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    for smart, please check the below link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    See the below program forbarcode in sapscript for your reference:
    DATA: BAR_CODE1(16) VALUE `ABC01230123A01'
    NEW-PAGE PRINT ON IMMEDIATELY `X'.
    FORMAT COLOR OFF INTENSIFIED OFF.
    If the barcode is the first element on the page, the following Write
    statement is needed (otherwise you get a date in the first print
    control.
    WRITE:/
    Turn on the barcode font, print the data, and switch back to the
    printer's default font. Be sure to use NO-GAP to avoid unwanted
    characters or CR/LF.
    PRINT-CONTROL FUNCTION `BCPFX'
    WRITE: BAR_CODE1 NO-GAP
    PRINT-CONTROL FUNCTION `BCSFX'
    Add a Write statement to prevent insertion of CR/LF into the barcode.
    WRITE:/
    Sample SAPSCRIPT
    Variable BAR_CODE1 contains the barcode data, including asterisks.
    The & is needed to avoid unwanted spaces or CR/LF characters
    /E LINE
    /: PRINT-CONTROL BCPFX
    = &BAR_CODE1&
    /: PRINT-CONTROL BCSFX

  • The print control could not work?

    Hi,
    I want to set my characters upside down in my smartforms,and i got something from the net about print control.I used the print control 'COL2V' in 'CNSAPWIN'.
    But when  i printed this form,it seems the print control did not work.So,anyone who could help me?

    If you Google COL2V you'll find that this is a control for ABAP List for "inversed" font, which is not upside down, I believe, but just the color inversion (e.g. white on black background).
    There are many questions on SCN regarding the text rotation (use Search) but since even SAP delivers a bitmap where a rotated text needs to be in the Smartform, I doubt there is such option through the print controls.

  • HP Printer Control app for Windows 8

    HP Printer Control enables you to set up and access your connected HP printers.
    We hope that the HP Printer Control app enriches your experience with HP printers and Windows 8. Please tell us about your experience -- what you like, what you don’t like, issues you may encounter, and areas where we could make the app better for you.
    For more information, visit the HP Printer Control App support document.
    Supported Printers:
    HP Color LaserJet CM1300 MFP
    HP Color LaserJet CM2320 MFP
    HP Color LaserJet CM3530 MFP
    HP Color LaserJet CM4540 MFP
    HP Color LaserJet CP1510
    HP Color LaserJet CP2025
    HP Color LaserJet CP4025
    HP Color LaserJet CP4525
    HP Color LaserJet CP5220
    HP Color LaserJet CP5520 Series
    HP Color LaserJet CP6015
    HP Color LaserJet Pro MFP M176
    HP Color LaserJet Pro MFP M177
    HP Deskjet 1000 J110 series
    HP Deskjet 1010 series
    HP   Deskjet 1050 J410 series Scan
    HP Deskjet 1510 series
    HP Deskjet 2000 J210 series
    HP Deskjet 2020 series
    HP   Deskjet 2050 J510 series Scan
    HP Deskjet 2510 series Scan
    HP Deskjet 2520 series Scan
    HP Deskjet 2540 series
    HP Deskjet 2640 series
    HP Deskjet 3000 J310 series
    HP Deskjet 3050 J610 series
    HP Deskjet 3050A J611 series
    HP Deskjet 3070 B611 series
    HP Deskjet 3510 series
    HP Deskjet 3520 series
    HP Deskjet 3540 series
    HP Deskjet 4510 series
    HP Deskjet 4610 series Scan
    HP Deskjet 4620 series
    HP Deskjet 4640 series
    HP Deskjet 5520 series
    HP Deskjet 6520 series
    HP Deskjet F4500 series
    HP Deskjet Ink Adv 2010 K010
    HP Deskjet Ink Adv 2060 K110   Scan
    HP Deskjet Ink Advant K209a-z
    HP Deskjet Ink Advantage K209a-z   and K209g
    HP Envy 100 D410 series
    HP ENVY 110 series
    HP ENVY 120 series
    HP ENVY 4500 series
    HP ENVY 5530 series
    HP LaserJet 100 color MFP M175
    HP LaserJet 200 color M251
    HP LaserJet 200 color MFP M275
    HP LaserJet 200 color MFP M276
    HP LaserJet 400 M401
    HP LaserJet 400 MFP M425
    HP LaserJet 500 color MFP M570
    HP LaserJet 600 M601 M602 M603
    HP LaserJet Enterprise 500 color   M551
    HP LaserJet Enterprise 700 color   MFP M775
    HP LaserJet Enterprise 700 M712
    HP LaserJet Enterprise color flow   MFP M575
    HP LaserJet Enterprise flow MFP   M525
    HP LaserJet Enterprise flow MFP   M830
    HP   LaserJet Enterprise M4555 MFP
    HP LaserJet Enterprise M806
    HP   LaserJet Enterprise MFP M725
    HP LaserJet M1522 MFP
    HP LaserJet M9040 MFP
    HP LaserJet M9050 MFP
    HP LaserJet P1100
    HP LaserJet P1566
    HP LaserJet P1600
    HP LaserJet P2050
    HP LaserJet P3010
    HP LaserJet P4000
    HP LaserJet P4010
    HP LaserJet Pro CM1415
    HP LaserJet Pro CP1020
    HP LaserJet Pro CP1520
    HP LaserJet Pro M1536dnf MFP
    HP LaserJet Pro MFP M125-M126
    HP LaserJet Pro MFP M127-M128
    HP LaserJet Pro MFP M435
    HP LaserJet Pro MFP M521
    HP   LaserJet Professional M1132 MFP
    HP LJ300-400 color M351-M451
    HP LJ300-400 color MFP M375-M475  
    HP Officejet 100 Mobile L411
    HP Officejet 150 Mobile L511
    HP Officejet 2620 series
    HP Officejet 4500 All-in-One   G510g to m
    HP Officejet 4500 G510a-f
    HP Officejet 4500 G510g-m
    HP Officejet 4500 G510n-z
    HP Officejet 4500 Wireless   All-in-One G510n to z
    HP Officejet 4610 series Scan
    HP Officejet 4620 series
    HP Officejet 4630 series
    HP Officejet 6100
    HP Officejet 6500 E710a-f
    HP Officejet 6500 E710n-z
    HP Officejet 6600
    HP Officejet 6700
    HP Officejet 7000 E809a
    HP Officejet 7000 Wide Format   Printer
    HP Officejet 7110 series
    HP Officejet 7500 E910
    HP Officejet 7610 series
    HP Officejet Pro 251dw Printer
    HP Officejet Pro 276dw MFP
    HP Officejet Pro 3110
    HP Officejet Pro 3610
    HP Officejet Pro 3620
    HP Officejet Pro 8100
    HP Officejet Pro 8500 A910
    HP Officejet Pro 8600
    HP Officejet Pro X451dn Printer
    HP Officejet Pro X451dw Printer
    HP Officejet Pro X476dn MFP
    HP Officejet Pro X476dw MFP
    HP Officejet Pro X551dw Printer
    HP Officejet Pro X576dw MFP
    HP Photosmart 5510 series
    HP Photosmart 5510d series
    HP Photosmart 5520 series
    HP Photosmart 6510 series
    HP Photosmart 6520 series
    HP Photosmart 7510 series
    HP Photosmart 7520 series
    HP Photosmart B010 series
    HP Photosmart B109a-m
    HP Photosmart C4600 series
    HP Photosmart C4700 series
    HP Photosmart Ink Adv K510
    HP Photosmart Plus B209a-m
    HP Photosmart Plus B210 series
    HP Photosmart Premium C309a-f
    HP Photosmart Premium C309g-m
    HP Photosmart Premium C309g-n
    HP Photosmart Premium Web   C309n-s
    HP Photosmart Wireless B109n-z
    I work for HP.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution".

    Hi qunbea,
    Have you tried using the HP Printer Install Wizard or downloading the printer drivers and software from hp.com?
    Supported Printers for Windows 8 and Windows 8.1
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03168175&lc=en&cc=us&destPage=document&dlc=en
    If your full printer model is "HP Photosmart e-All-in-One Printer - D110a" then here is the link to download the software from hp.com.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&dlc=en&lc=en&product=4023246&task=&
    - Carolyn
    Although I am an HP employee, I am speaking for myself and not for HP.
    * Click the KUDOS star on the left to say “thanks” for helping!
    * Please mark a reply “Accept as Solution” if it solved your issue so others can find it.

  • Printer control app for iphone

    is it possible to roll back to a previous version of the Printer Control app for iphone?  I recently and stupidly updated the HP Printer Control app when offered through itunes on October 30 and have lost all the functionality I previously had to print directly from my iphone to my photosmart 7520.  Previously I could print whatever pages I chose from Safari and could change the print settings for either draft or normal, colour / black & white before printing.  Now when I try to print a page, you don't get the option to just print page 1 and it wastes ink.  If I open a pdf (all I've tried so far) document within this new AiO Remote app - even though my printer is listed and supposedly set up - I can't print at all!  I desperately want to ditch this abysmal update and go back to the version that worked perfectly.  I have conctacted Apple and they were unable to help as it's a third party app and referred me back to HP.  Does anyone know how to do this?

    Hi brattynat. I have found a few older documents which might help you revert back.
    Just to clarify, when you print from Safari, what are you clicking exactly to start your printing process?
    How do I downgrade an iPhone app to a previous version?:
    http://www.iphonefaq.org/archives/971543
    Recover Older Versions of iPhone Apps After Updating:
    http://gigaom.com/2010/08/25/recover-older-versions-of-iphone-apps-after-updating/
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • HP 6500A - Can't get into printer "control panel software" to check ink level, etc.

    First let me apologize... I don't know what the correct name is for the software that starts up when you use the printer icon that was installed on my computer's desktop when I installed the printer.  I am calling it the "control panel software" for want of a better name.
    My printer was setup to work wirelessly on my wireless network and was working fine.  The "control panel software" worked fine when I click on the icon on my desktop and I was able to check the ink levels, etc.
    I just got a new router and so I had to reconfigure my printer to use my new wireless network settings.  It wasn't working properly, so I decided to uninstall and reinstall the HP software for the printer.  As part of this it put a new icon on my computer's desktop for accessing the printer "control panel software", another new icon for the scan function, and another for the ePrint Service.
    The printer works fine... I can print and scan properly.  It successfully connected to my new wireless network and I thought all was well.  However, this is not the case.
    What is weird is that the "control panel software" icon doesn't take me to the control panel functions any more.  When I click on it it takes me back through the process of setting up the printer connection (wireless, wired, USB) again.  If I go through that again it tells me everything is installed and lets me set the default printer again and then asks me to register again.  So... I think I'm done, but then if I click on the icon again, it goes through this same process again. 
    Is there any way to stop this endless connection setup and just get to the "control panel software"?
    Any help appreciated.
    Thanks,
    Bill

    What operating system?  I recommend not using the software CD as it may be out of date.  Get the latest software for your printer from the "Support & Drivers" link at the top of this page.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Printer Control iPad app can't find OfficeJet 8500 909g even though HP ePrint can

    The HP Printer Control app for iPad can't find the HP OfficeJet 8500 909g. The printer is properly connected to the wireless network and was found easily by the HP ePrint iPad app (and by my computer's utility and scan apps). But when that ePrint app suggested I use the Printer Control to do mobile scanning, the  PC app still couldn't find the printer.

    Hi,
    This is an expected behavior as only ePrint enabled devices are supported by the HP PRinter Control app, the specific model is not supported as you may listed below within the full chart of any supported products for the different mobile apps:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02814760&lc=en&cc=us&dlc=en&product=3752459#N26...
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • Assigning an application to different sound outputs

    Question: Is there a way to assign an application to use a sound output options in the mixer or another Win7 application? I have installed Win7 RC 32bit.  I have headphones and speaker outputs on my system.  Both are detected and both can be assigned

  • SWF not fully loading

    I have a flash 8, as 2.0 site that loads swfs into a content movie clip. Everything works fine except for my photo gallery. The swf does not fully load on the first click. But if you click the gallery button a second time, it all loads. Also, once in

  • DVD-R vs DVD+R and Macs

    Hey there, Can someone tell me what's better to use with a Mac (an older G4 and a new G5) - DVD-4 or DVD+R? Thanks, Kristin.

  • Missing features/bugs in ATV2 so far

    read this elsewhere, thought it might be usefull there. 1. Nested folders within Movies and TV Shows are now gone. TV Show seasons are presented as separate listings that are not distinguished from other shows. Movies cannot be organized into collect

  • Grid ALV - Interactive

    Hi All, I have a ztable and need to create a ALV(Grid) report with the functionality of Editable, Insert a new row to ALV, Delete (on clicking the delete button the specific row has to enable in the database table as flagged for deletion) on executin