Printing Report without ORARRP

Hy all,
Please Help me, I want create report aplication with printing direct from default printer but without use orarrp.
cause,I have any problem when use orarrp and my boss want the report printing direct from printer without pop up printer properties block.
I'm sorry if my english language is not goods.. :) :)
can give me tutorial,script or example, please??
Regards,
Beny1986

this Link post to me from days
but i not test it until now
print direct to hp printer

Similar Messages

  • Printing Reports without connect  database

    May I do a reports without connect database ?

    In 2.5/6i you need a database connection to run a report.
    In 9i there are some pluggable datasources (text, XML, JDBC) with their own connections. Since the Text/XML pluggable datasources don't require a connection you can now create a report that runs without a connection but still reports on data.

  • CrystalReportViewer export/print report without CSS styles

    Hello,
    I've faced with one issue in CrystalReportViewer control and couldn't solve it by my own efforts. Before I wanted post it exactly to this forum I've found that some people already faced with that problem too...but nobody didn't receive any answer, so I have a big hope that I'll receive it here.
    My problem is related to CrystalReportViewer control and especially to its styles. I have a test application which has just one aspx page which displays very simple test report (just 3 TextObjects, for test purposes) and each TextObject has its own style which stores in css file in my web site. So, CrystalReportViewer control displays report correct, but when I export/print this report to PDF or any other document all styles are lost.
    Could someone help me with this issue or maybe just point me what thing I missed or just tuned incorrect.
    Thanks in advance.
    Best regards,
    Sasha

    It's a pity that this control hasn't possibility to export/print report with its styles, because I think it is a very useful thing.
    Thank you very much Adam, for your short and clear answer.

  • Print Report without Template

    Andy,
    Continue on to my question on thread: create a free form report, the problem with print the browser is the template will show up. I have Theme 15 and two level tabs. All my readings seem to tell me that I need to install BI publisher or XSL-FO to print out the form formally. If not, what do I do to print without the template showing?
    Thanks,
    Yivon

    Hi Yivon,
    If you go to Shared Components, Themes and click Edit Theme (in the Tasks list on the right), and select your theme, you will see a section called "Component Defaults". In there, is a setting for Printer Friendly Page. The template shown there is the one that will be used when you add the YES parameter to the end of the URL. Typically, this is just called "Printer Friendly".
    If you want, you can create your own Printer Friendly page, but the default one should normally be ok with a slight adjustment. If you go the that page template, you'll see that things such as tabs are not defined but what we do need is add a #NAVIGATION_BAR# setting somewhere (see below).
    Now for the Print and Back options.
    Very often, Print is a Navigation list item. Go to Shared Components, Navigation Bar Entries. Click Create. Give the new item an sequence number and a Text value of Print then click Next. Leave the Target Type as "Page in this application". Set the Page value to &APP_PAGE_ID. (which is the current page) and tick the Printer Friendly checkbox. Then click Next then Create. You can create the Back option in exactly the same way, except that you leave the checkbox unticked.
    Each item on the navigation bar can be conditionally displayed based on the value of a PRINTER_FRIENDLY application item that Apex maintains for you. The value of this will either be YES or NO. Just use the "Value of Item in Expression 1 = Expression 2" condition and put PRINTER_FRIENDLY in Expression 1 and either YES or NO in Expression 2. Neither setting should use quotes.
    Now you need to ensure that the navigation list is displayed on the Printer Friendly page template. This needs to be done somewhere near the top of the Body setting on the template. How this is done will depend on your theme. For example, using Theme 3, I have changed the start of the Body setting from:
    <table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">
    <tr>
    <td valign="top">#LOGO##REGION_POSITION_06#</td>
    ... etc ...to:
    <table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">
    <tr class="navrow"><td colspan="3" valign="top" align="right" class="t3NavBar">#NAVIGATION_BAR#</td></tr>
    <tr>
    <td valign="top">#LOGO##REGION_POSITION_06#</td>
    ... etc ...This adds a new row to the top of the body's TABLE tag. Note that I have given this row a class name of "navrow".
    Now, we can use a special feature of CSS styles. Any style can be created to be used only when the object being styled is displayed on screen or sent to the printer or both (which is the default, of course).
    In the Header setting, after the #HEAD# string, we can add in printer only styling for the "navrow" class:
    ... everything above #HEAD# ...
    #HEAD#
    <style type="text/css" media="print">
    .navrow {display:none}
    </style>
    </head>
    ... everything after </head>Now, when the page is being printed, everything on the navigation row is hidden.
    I have done this on this page: [http://apex.oracle.com/pls/otn/f?p=41075:1]
    Andy

  • Auto-print report without cutting off results

    My requirement:
    - print a report automatically at the end of each UUT's test
    My problem:
    - The report prints, but
    -- some of the contents are cut off (especially long strings in indented tables)
    -- the page breaks sometimes cut tables in bad places
    So far I have found no way to automatically print the report in landscape mode, which would help greatly. But even better would be the ability to:
    - disable indenting tables
    - print tables in their entirety on one page
    - reformat strings so they fit, and/or control the width of the tables
    Any ideas?

    Are you using the NI example for auto-printing? That example converts the report to a temp html file and sends it to the default printer. If you're using that you could change settings for the default printer to be in landscape mode which would resolve your fundamental issue without having to write a ton of code to change table properties of the report.
    CTA, CLA, MTFBWY

  • Xmlpublisher & printing reports

    Howdy,
    Is there a way to print report without logging in to the xmlpublisher like you can do it in Oracle Reports?
    For example, application executes the following url:
    http://server:port/xmlpserver/catalog/test1/test1.xdo?_xpf=&_xpt=1&_xdo=user test1test1.xdo&param1=... etc... and it directs me to login form. But I need to somehow avoid logging in(also LDAP is not an option). Is this possible?
    Thanks in advance

    Hi Tim
    If the format is
    http://xdopf.us.oracle.com/xmlpserver/Guest/Executive/Salary%20Report/Salary%20Report.xdo
    there is no issue with the guest login.
    However when you change it to use parameters e.g
    http://bynxdev.uk.bynx.com:15101/xmlpserver/servlet/xdo?_xpf=&_xpt=0&_xf=pdf&_xdo=%2FGuest%2FBYNX_FLEET%2FQuotations%2FQUOTATION_DETAILS%2FQUOTATION_DETAILS.xdo&quotationModelId=420
    you have a problem with a message
    "Your session has expired, please click here to log in again."
    I am testing using 5.6.2 and also on BI Publisher 10.1.3.2
    Thanks

  • Get Windows message "Terminate 5-1" after printing pdf reports with Orarrp

    Hi,
    I get error message "Terminate 5-1" on clients machine after pdf report is printed with Orarrp.
    The clients is Windows XP with acrobat reader 5.
    I test on acrobat reader 6 and get the same result.
    This occur for all pdf reports and all clients.
    However this message just shows when perform printing, if I cancel printing from print dialog box then this message does not show.
    How can I avoid this message?
    Thanks in advance
    Tawatchai R.
    ===================
    Hi,
    I have same error message(Message Title: TerminateProcess Value; Message Body: 5-1) showing up when using Orarrp to print directly to printer on WEB using Oracle Forms. On my pc it shows when I have adobe acrobat reader opened up already and on others it may shows even if adobe acrobat is not already opened. However document gets printed but this is very annoying for the user to see this message.
    Client Environments:
    1. Windows XP, HP LaserJet 5P and HP LaserJet 4100 Series PCL, Adobe Acrobat 6.0
    2. Windows 2000 Professional, HP LaserJet 4000 Series PCL, Adobe Acrobat 5.0 and 6.0
    Thanks
    Kulwinder Sidhu

    Hi Kulwinder,
    We are getting this problem whenever we go through the following steps:
    - Generate a PDF report without an ORARRP file extension on a dedicated reports server. Preview the report by opening in Adobe Reader using WEB.SHOW_DOCUMENT.
    - Generate a PDF report with a ORARRP file extension of rrpa on a dedicated reports server. Directly print the report without a print dialog box using WEB.SHOW_DOCUMENT to invoke ORARRP.
    After printing the Terminate Process 5-1 message appears and Adobe is left running. If the first step is missed out then printing occurs without error and Adobe closes automatically.
    Please could you give more information on how you solved the problem. I am using Windows XP and Adobe 7.
    Thanks,
    Pete

  • Print crystal report without preview

    Dear All,
    i want print crystal report without preview.
    when i click print button i want show printer list install in that computer.
    so user can choose which printer that use to print. I means like if we printing document from office, we can choose the printer.
    how that i can do that?
    please help.
    best regards,
    Surbakti

    Since this issue has little to do with sql server, I suggest you post your question to a forum for CR
    SAP CR community

  • Print report from client machine without showing in screen

    Hi guys!!
    I m using (forms10g+ 10gAS). I want to Print report from client machine without showing in the screen/monitor.
    Currently I m generating report in pdf format. From the pdf I m printing the document.
    But my requirements is to print directly to the printer without showing preview
    Thanks in advance
    Mokarem

    Maybe this will help:
    http://forums.oracle.com/forums/thread.jspa?messageID=1209371&#1209371
    Gary

  • Crystal report print directly without crystal viewer

    HI !
    In my addon i use Crystal Report. What would be the code i need to add if i want to print directly instead of having to go thru the crystal viewer.
    The crystal viewer gives me lots of problems with painting the screen when i move the form and it allways opens in the task bar. I cant seem to control the window sizes of the viewer either so unless it's easyer to fix those problem i need help to go and print direct without the viewer....
    Thanks for your time

    Hi John !
    I finnaly made it work... 
    here's what i used
    Dim objAppl As New CRAXDRT.Application
                Dim objReport As CRAXDRT.Report
                objReport = objAppl.OpenReport("C:Program FilesSAPSAP Business OneAddOnsDutiesresultat.rpt")
                objReport.PrintOut(True, 1)
    Thanks alot for your time.
    p.s.: I can i get the print window open on the screen instead of the task bar ??? it did that with the viewer too...
    Thanks again

  • How we can print directly a report without preview to a local printer in web

    How we can print directly a report without preview to a local printer in web-environment, whith Oracle 9ias Report server release 6i patch 11.
    The user want to print ticket, built by Oracle Report, without previuw on PDF format, in a web three-tier environment.
    Please supply my documentation in detail and sample code if you can.

    Hello,
    Take a look to the example provided in the note :
    Note.253881.1 How to Create a Report With a Frame Only on the Last Page at a Fixed Position
    Regards

  • How to print a report without row numbers or grid lines?

    Is there a way to print a Discoverer report without row numbers or grid lines?
    Thank you.
    Blake

    Hi Blake
    You're not doing anything wrong.
    The settings made when you use Tools | Options | Sheet are global settings that are only applied to new workbooks and worksheets going forwards. These have no impact on existing worksheets or even the one you currently have open. This is because Discoverer does not know whether your original worksheets were setup in a certain way deliberately as opposed to inheriting the global settings as they were at that time. What this also means, reading between the lines, is that these settings must then be stored within the worksheet itself, and this is exactly what happens.
    Thus, to edit an existing worksheet's settings you need to open the worksheet, right-click in the sheet and from the popup select either Format Table or Format Crosstab depending upon the type of worksheet you are working with. After making any necessary changes you will need to save or re-save the workbook in order for those settings to be remembered for the next time.
    Best wishes
    Michael

  • Print Report RDLC without preview ... very important for me.

    Hello, I want to ask you about print Report RDLC without preview .
    I saw this article here :
    http://msdn.microsoft.com/en-us/library/ms252091.aspx
    but I did not understand because the code is long and I think difficult.
    could you put simple code please?
    Thanks a lot.

    Would that fix this mod_jk problem? Do you mean to say that I have those permissions when I actually edit those files?
    I think the wiki is also mistaken assuming that JAVA_HOME is in the /opt directory.

  • How to print history report without refreshing?

    Hi,
    Does someone tell me how to print history report (deski, webi, and crystal) without refreshing via Java API?
    I could not find in Java doc and Developer Library.
    thanks,
    Tak

    Hi,
    It looks like that you wan to print Report's Instance and refering it as history report. If you want to print Instance of report (CR, Webi or DeskI), frist get the SI_ID, so that we can access that instance and then we have to use appropriate controller to print the report (instance)
    for CR, use BOE/RAS SDK
    for Webi and DeskI, use REBean SDK
    Regards,
    Arjun

  • Printing Crystal Reports without calling Adobe Acrobat preview window

    Post Author: akurilin
    CA Forum: General
    Hi, each time a click a Print icon in a Crystal report preview toolbar, it opens a dialog box which opens an Adobe Acrobat preview window. Is it possible to print a Crystal report without calling Adobe Acrobat window?
    Thanks in advance,
    Anatoly Kurilin

    Post Author: lakarne
    CA Forum: General
    I want to know if I useing Crystal Reports xi and want print without calling Adobe Acrobat preview window, how can I do it?

Maybe you are looking for

  • Create a jar file using the jar tool

    Hello all, can somebody help me with this situation: I use the following comand jar cfm Seti.jar manifest.mf SetiSeti.jar is the name of the file I want to create and Seti is the name of the folder where I have the class files, the manifest file and

  • Error 1603 in deploying Office 2003 by creating an application object using its MSI package!

    Hello, I got the error of 1603 when I ran Office 2003 MSI package through NAL. I have no idea how to resolve this problem. Even though I enabled logging in Office 2003 installation, I still could not figure out what went wrong and what caused the err

  • Hi abap experts (one help)

    hi 1. please send standard data base table names related to    fi/co? 2.  please send any objects related to fi/co (weather its   reports bdc, scripts or smarforms)?

  • Power supply problem... i think!!!

    Hallo i just bought a new system motherboard : msi k9n2 diamond cpu : amd phenom 9850 black edition gpu : msi 9800gtx oc   http://global.msi.com.tw/index.php?func=proddesc&prod_no=1448&maincat_no=130&cat2_no=136 ram : OCZ DDR2 PC2-8500 (1066) Reaper

  • EAP Chaining with Machine TLS and User PEAP

    We are deploying an ISE based .1x. The design is to use eap-tls for machine and eap-peap for user. Apparently EAP-Chaining is recommended, but can anyone confirm if we can do chaining based on machine TLS and user PEAP. I have done some investigation