HTML DB Printer options

Thanks Vikas,
I work with version 1.6. and I have a navigation bar entry name "Print Version". When I click on this entry because I put on Printer Friendly, a new window appears in front in a printer way. But, If a write on "OnClick Javascript'' window.print() , I want the printer options on this new page which I newly get the focus but the printer options is related to my first window; I do not want this.
Another question, Is it possible to combine many window.xxxxxx on "OnClick Javascript" ?
Thank you. Bye.

Sorry, but I really dont understand what you are trying to say.
window.print() invokes your browser's builtin File/Print function, typically that would popup a dialog box with Printer options.
For me (Firefox, Windows 2003), it brings up (see screenshot)
http://tinypic.com/eq7ebo.jpg
This has nothing to do with HTML DB.
The [Print] navigation bar in HTML DB would just redisplay the same page but pass in YES for the printer friendly mode (9th argument in f?p= syntax). This displays the target page using the "Printer Friendly" page template (if present in the theme you are using)
Another question, Is it possible to combine many window.xxxxxx on "OnClick Javascript" Instead of calling a bunch of Javascript functions inline, you can always put them in a function of your own and call that function. Is that what you mean by "combine"?

Similar Messages

  • Print option in html output

    Through BI Publisher i need to send my html output report to oracle ADF. There user needs Print option on the html output to his local printer..This html will come as pop up..There will not be any File-options. Is there any possiblity through Bi Publisher.
    Thanks

    you have gone beyond the BIP world, and you are into ADF world, but try adding your options in ADF popup page that you are throwing

  • Help needed in SAP Java- Print option

    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    I call the two queries for different web items in the web template. I want a report to print them at once using the print structure in my previous message. If more information is needed please reply

  • Print options not working in CP7

    I am unable to make handouts, save to pdfs, all print options. I get the same error message as addressed in http://helpx.adobe.com/captivate/kb/cant-publish-ms-word-captivate.html
    Please help.

    Problem Solved:
    After uninstalling a previous version of Labview Runtime from the target machines and installing the newest version (which is consistent with my development environment) on the target machines, the Print Report.vi and all other report generation VI's I use seem to work fine.
    Also important is to make sure that the lvrt.msi file on the development machine is up to date and consistent with the version of runtime on the target machines. This does not update automatically when upgrading to a newer version of labview (at least not when I updated from 6i to 6.02). It must be manually downloaded and inserted into the proper folder.
    Thank you Ray at NI support.
    Tom S.

  • Savs as and Print options to be restricted in Portal DMS

    Hi experts,
    When the user opens a document in Portal DMS I need to restrict save option and print option.
    Is this possible if yes could you please give me the possible solution.
    Please help me in this
    waititng for your response.
    Regards,
    Shilpa.

    Hi Shilpa,
    I think it can be done in client computer (windows settings)... check out this link to control the MS word pop up
    http://www.shaunakelly.com/word/sharing/OpenDocInIE.html
    Thanks,
    Pradeep

  • Print Option for Reports

    Dear all,
    Can any one please Mention the Steps to Set up the Print Option in the Reports
    of the Apex Applications,
    using Apex 3.1,Oracle 10g DB Rel2,Server 2000 OS.
    Thanks in Advance
    Edited by: khaja on Jan 18, 2009 12:46 PM

    Hi Zameer,
    Are you talking about an interactive report or a normal classic report and enabling printing on that?
    You may want to have a look here: http://dgielis.blogspot.com/2007/06/testing-oracle-bi-publisher-with-apex.html
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • Print option for PDF only...

    Hi all,
    Any suggestions on how we can delete the Print option for HTML format while having it for PDF format?
    Thanks.

    hi
    check this...
    http://oraclebizint.wordpress.com/2008/01/03/oracle-bi-ee-101332-customizing-download-links/

  • Formatting html for printing-urgent

    I want to print an html/jsp page from the browser by removing unneccessry images and irrelevant information
    If the user select print option on the page then the page should be formatted accordingly so that only relevant the data is shown.It should fit on A4 size paper.
    Hint: if u have been to developer.java.sun site then there is an option printable page or print view option on the left
    On selection of this u get to see a page where unnecessary data is not shown.
    if u see the link , then it actually calls printpageservlet .
    Can u give source code for PrintPageServlet
    There are many sites which have this facilty.
    Reply asap. this is urgent

    You can write the same jsp page which does not output the unnecessary conents for printing.
    If the client is IE you can use
    <STYLE MEDIA="PRINT">
    span.notPrint{
    display:none;
    </STYLE>
    <BODY>
    Print display this... <span class="notPrint"> Display this, but do not print</span>
    </BODY>

  • Fnd_Request.Submit_Request PRINT OPTIONS

    Does anyone know if we can pass Print Options into Fnd_Request.Submit_Request?
    Thanks, Naveen.

    Naveen,
    You can use FND_SUBMIT.SET_PRINT_OPTIONS to set the print options.
    How to Submit a Report Set from a Custom Form [ID 104260.1]
    Oracle Applications Developer's Guide
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • Need help getting Coscto as a "order prints" option in Elements 12.

    Have already tried refreshing under "Preferences>Adobe Partner Services" several times and downloaded a new "ols_config.xml" file in the "assets" folder. Neither have worked. HELP

    Please refer to the article :
    http://helpx.adobe.com/photoshop-elements/kb/order-prints-option-missing-photoshop.html
    Let us know if it still does not solve your problem.
    Thanks,
    Anwesha

  • Printer does not show in printing options

    I have installed adobe reader XI.. In the printing options my new printer is not shown.. all the old printers are available.. i can print in MS office, paint etc.. but the printer is not seen in Adobe Reader XI

    No way for us to know for sure (without similar product/issues) but the
    HP Support site suggests that with the current Mavericks OS X 10.9.x
    their drivers should be available through Apple Software Updates:
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/HP-Product-Support-using- Apple-Software-Updates-for-new-OS-X/td-p/3086229
    However that may be limited to certain models of printers or scanners that
    already had been known to be working under OS X as of that date in a
    prior OS X (such as 10.8.5, 10.7.5, 10.6.8, etc) with earlier product support.
    •Drivers and Downloads for Printers, Scanners, & More - HP Support:
    http://www8.hp.com/us/en/drivers.html
    A link to Mac OS X Support's List Printer & Scanner software (HP+ Other)
    •OS X: Printer and scanner software available for download
    HP Officejet t65 All-in-One Printer
    {According to this page, your old printer has only Windows & Linux drivers
    but you may or may not look into third-party driver support through such
    sites as Gimp; though unlikely to be available with Mavericks, or Yosemite}
    •HP Support Forum - Home:
    http://h30434.www3.hp.com/psg/?lang=en&cc=us
    You may be able to get a deal on a new printer as they are rapidly obsoleted.
    PS: edit to add... there was a Gutenprint driver reference for T65 Printer here:
    Mac OS X 10.5: Included printer drivers
    Yet a driver for ancient Leopard 10.5.x may not be suitable for Mavericks 10.9.x
    but the Gutenprint lead may be helpful to locate whatever may exist; or not.
    https://www.google.com/?gws_rd=ssl#q=gutenprint+mavericks
    Good luck & happy computing!
    edited

  • Custom Print Option

    HI guys i have  custom print option in our reports, problem is when we are trying to clcik on print, it is opening up one more window which shows as blank, can some one let me whats wrong in my code.
    DATA_PROVIDER: DATAPROVIDER_1
    TEMPLATE PROPERTIES
    "SAPBEXBtnStdBorder" cellspacing="0" cellpadding="0" border="0">
    " target=_blank> Print
    ITEM: TABLE_1
    Thank You,
    Kris

    Daniel,
           I am using BW 3.5 with SP14. I solved it by my own.
    Below is the code try it, it should work. I took Text Elements and Table.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE>BW Web Application</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=unicode">
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_1"/>
             <param name="QUERY" value="ZHRPA_M01_Q02_3N1"/>
             <param name="INFOCUBE" value="ZHRPA_M01"/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="ZPRINTTEST"/>
             TEMPLATE PROPERTIES
    </object>
    <META NAME="GENERATOR" Content="MSHTML 6.00.2800.1543"  >
          <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
    </HEAD><td>
    <BODY>
    <A class=SAPBEXBtnStd title="Print via Web Button"
    href="<SAP_BW_URL cmd="PROCESS_HELP_WINDOW" help_service="ZPRINTING" item="TABLE_1"  P_SHOW_FILTER=' '
    P_HEADER_RIGHT='THIS IS THE HEADER'
    P_PREVIEW_MODE=''
    P_DATA_AREA_ROWS='36'
    P_DATA_AREA_COLUMNS=' '
    P_HEADER_HEIGHT='1'
    P_FOOTER_HEIGHT='1'
    P_DATA_AREA_PADDING_TOP='.25'
    P_DATA_AREA_INDENT_LEFT='.5'
    P_DATA_AREA_INDENT_RIGHT='.1'
    P_PAGE_WIDTH='.5'
    P_PAGE_HEIGHT='1'>" target=_blank><NOBR><b>Print</b> </NOBR></A></TD>
    <P>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEXTELEMENTS_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="GENERATE_CAPTION" value="BORDER"/>
             <param name="SHOW_COMMON_ELEMENTS" value=""/>
             <param name="SHOW_FILTERS" value=""/>
             <param name="SHOW_VARIABLES" value=""/>
             <param name="ELEMENT_TYPE_1" value="COMMON"/>
             <param name="ELEMENT_NAME_1" value="REPTNAME"/>
             <param name="ELEMENT_TYPE_2" value="COMMON"/>
             <param name="ELEMENT_NAME_2" value="ROLLUPTIME"/>
             <param name="ELEMENT_TYPE_3" value="COMMON"/>
             <param name="ELEMENT_NAME_3" value="SYUZEIT"/>
             ITEM:            TEXTELEMENTS_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TABLE_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="WIDTH" value="325"/>
             <param name="BLOCK_SIZE" value="50"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1"/>
             <param name="HELP_SERVICE" value="ZPRINTING"/>
             <param name="HELP_SERVICE_CLASS" value="Z_PRINT_HELP_SERVICE"/>
             ITEM:            TABLE_1
    </object></P>
    </BODY>
    </HTML>
    Hope this is solve your problem too. Let me know if you need anything.
    Thank You,
    Kris.

  • Print option in iview tray not shown

    Hi all;
    I have a WebDynpro JAVA application embedded in an iview . The iview configuration has its "show Tray" option set to true and the "show Print option" in Tray also turned to true. The problem is that when i navigate to the iview, the print option is never shown in the Tray.
    Does anyone know why the Print option in Tray is not shown?
    I´m working with SAP Netweaver 2004s
    Thanks!

    Hi,
    Printing from Web Dynpro for Java is only supported from NWCE and 7.2 onwards, if I remember correctly
    See http://help.sap.com/javadocs/NW73/SPS01/CE/wdr/com.sap.wdr/com/sap/tc/webdynpro/clientserver/print/api/IWDPrintService.html for more info
    However, you could recreate your table using html/jsp, and open the rendered JSP in a popup. This way you should be able to use javascript print function, see /people/sap.user72/blog/2006/05/04/enhancing-tables-in-webdynpro-java-150-custom-built-table-utilities
    As for exporting your context data to Excel, have a look at this article
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/edc2f3c2-0401-0010-8898-acd5b6a94353

  • Failure saving file .html when printing front panel

    Hi,
    i´m trying to print the front panel of my VI, selecting HTML file option and it reports an error and doesn´t create the html file. Only if i select black and white on the html printing options i get a file, but i need it in colour. It happneds only with one VI but this failure didn´t use to appeard.
    Recently i´ve install labview2011 and this project came from labview2010, which is still on system.
    Thanks and excuse my pour and rusty english.

    hi Ángeniero
    could you please post your vi?
    thanx
    Renn
    Kudos always welcome for helpful posts

  • How can i print an Excel file when in the full screen mode (no print options on toolbar or right clk

    using Vista, sometimes after creating and saving an excel file, the document is not visible when the file is reopened.
    selecting full screen mode makes the document visible, but the toolbars disappear and the print option does not show up on a right click.  How can i print the document and see the document in some other mode than full screen?

    In order to print, you can click the CTRL+P keys to launch the print dialog,
    Regarding the missing toolbar, try clicking the ALT key to shouw the software menu, then look around under the view option for any available toolbar settings,
    If you cannot find it, i would recommend you to try the Microsoft support forums, as they have some more knowledge with their software features
    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

  • How can I increase line width on polar plot?

    The lines plotted on a LabVIEW 6 polar plot (picture control) are very thin and do not show up well when printed. I would like to increase the line thickness (as can be done easily on the graph controls), but looking through the polar plot VIs, I can

  • Buttons do not appear in alternate layouts

    Hi I have a 45 page app.  Each page has button on it that call other pages, play video, or call an MSO When I create alternate layouts not all the buttons appear on the new layout the buttons that DO appear are: 1. A button that calls n MSO with two

  • MSR 2.0 Mobile Sales R/3 Synchronization do not work properly

    Hi to all there, we want to use the MSR 2.0 scenario with MI 2.1 SP03 Patch 06. Unfortunately the synchronization with the client do not work. We made some settings in TCO MSR_SELECT on the R/3 backend system. The corresponding data reached the table

  • Getting Error ORA-01422&ORA-06512 while clicking distributions of invoice

    Hi, I am Getting Error ORA-01422&ORA-06512 when i query the invoice and click on the All distributions. However i am getting this error only for some invoices and not for all. Any suggestion on this is highly appreciated. Regards, Shreyans

  • Hi! everyone, I'm here to say : Wow! my battery is going down a lot fast.

    , and I though it was my device , but recently i made a research and i could find some other people than have the same problem . I have the problem with my Iphone 4s , and I beg apple could fix that problem out please maybe in a new update with the i