ORARRP 1.3.4 Remort Printing Issue in Oracle Form 10g.

Dear All;
Andreas Weiden You use this so Please help me regarding this matter it is very urgent.
I am trying to use "Oracle Reports Remote Printing Utility 1.3.4 (ORARRP)". Here is the code that I am using to call the report.
In "WHEN-BUTTON-PRESSED"
BEGIN
vcFile := get_application_property(USERNAME)||TO_CHAR(SYSDATE,'YYYYMMDDHHMISS');
vcFile := vcFile||'.rrpa';
report_id:=FIND_REPORT_OBJECT('REP_TST');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,FILE);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESFORMAT,'pdf');
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'Y:\02\02\'||vcFile);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REP_APPSRV_FRHOME1');
:GLOBAL.ReportHandle := RUN_REPORT_OBJECT(report_id);
:GLOBAL.PrintOutPut := vcFile;
hTimer := CREATE_TIMER('PRINTER_QUEUE','15000',REPEAT);
END;
In "WHEN-TIMER-EXPRIED"
BEGIN
vcTimerName := get_application_property(timer_name);
IF vcTimerName ='PRINTER_QUEUE' THEN
vcStatus := REPORT_OBJECT_STATUS(:GLOBAL.ReportHandle);
     IF vcStatus in ('RUNNING','OPENING_REPORT','ENQUEUED')THEN
NULL;
     ELSIF vcStatus ='FINISHED' THEN
          WEB.SHOW_DOCUMENT('c:\temp\'||:GLOBAL.PrintOutPut,'_blank')     ;
     delete_timer(vcTimerName);
     ELSE
MESSAGE('Report Has failed');MESSAGE('Report Has failed');
delete_timer(vcTimerName);
END IF;
END IF;
END;
ButI have no Idea where I set the name of my reort like my report is placed at "Y:\02\02\SUPP_INFOR.REP" how can I call this report?
Please tell me if anybody using this......... Thx. In advance.
B/R;
Zahid Hussain
Edited by: zahid9999 on Jul 30, 2010 9:48 PM
Edited by: zahid9999 on Jul 30, 2010 10:26 PM
Edited by: zahid9999 on Jul 31, 2010 1:04 AM
Edited by: zahid9999 on Aug 2, 2010 3:06 AM

Andreas Weiden You use thisI'm pretty sure i never used "Oracle Reports Remote Printing Utility 1.3.4" ;)
In "WHEN-TIMER-EXPRIED"Why do you have to use a timer for this. I don't think its necessary.
WEB.SHOW_DOCUMENT('c:\temp\'||:GLOBAL.PrintOutPut,'_blank') ;Web.SHOW_DOCUMENT shows a WEB-url and c:\temp\ definitely is none.
I am trying to use "Oracle Reports Remote Printing Utility 1.3.4 (ORARRP)"And where do you use this? I don't find any call in your code..

Similar Messages

  • How can I resolve the push button dot issue in oracle forms 10g..?

    Hi All,
    We have migrated to forms6i to forms10g, in 6i all the push button labels are displaying properly, but in 10g forms its giving dots like this … after displaying some characters. I guess its width problem but how come its changing in 10g alone.
    Kindly give me any workaround to resolve this issue
    Thanks in Advance
    Thangaraj.

    Hi All,
    We have migrated the forms 6i to forms 10g R2.We are facing push button issue like,the lable is displayed in the button is reduced.Assume the button's label name is Cancel.Actully it is displaying like Can.....Due to Java used in forming the buttons.We have forms count nearly 300.We have diffent size buttons.
    We have solution like
    1.Manually
    2.PC Creation
    3.Java Class and Jar Files
    4.JDAPI
    5.basejini.htm
    The method five,we have tried.But there is no changes after this changes also.
    Can you guys please let us know the correct menthod(with steps 1 by 1) to do this in quickly.
    2.There are look and feel 2 types oracle and generic,rather than this do we have any other type.We are looking for any cusrtomized settings in config files.
    Thanks in Advance.
    Regards,
    GR

  • Issue running when Oracle Forms 10g

    Hello Experts,
    I have installed Oracle forms 10g (Developer Suite 10g) on my machine. But when runnig the forms, it doesn’t load the form, says ‘Applet loaded’ and stops executing.. In Console it gives the following error :
    Have tried installing on a fresh copy as well but it give the same/similar issue.. Wasted lot couple of days on this now
    Using IE 8 and tried on IE 7 as well.
    I am runnng this through Forms builder
    Can anyone help me on this...
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    User has overriden browser's proxy settings.
    Proxy Configuration: Manual Configuration
    Proxy: proxy.dialog.dialoggsm.com:8080
    Proxy Overrides:
    JAR cache enabled
    Location: D:\DevSuiteHome_2\forms\java
    Maximum size: unlimited
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Downloading http://aaa-073-114.softcom.bigsoftcom.com:8889/forms/java/frmall_jinit.jar to JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------

    Using IE 8 and tried on IE 7 as well.
    Oracle JInitiator: Version 1.3.1.22Oracle Jinitiator is not compatible with IE 7/8, you have to use the Sun JRE 1.6.0._16 or higher instead. Take a look at section *2.2 Oracle Forms Applications on Client Platforms* in the Oracle Application Server 10g (10.1.2) Certification Matrix.
    After installing the Sun JRE 1.6.0, you will need to modify the %DEVSUITE_HOME%\forms\server\formsweb.cfg to set the correct JRE version information. Make the following changes:
    # System parameter: base HTML file for use with JInitiator client
    #-- Original
    #baseHTMLjinitiator=basejini.htm 
    #-- New
    baseHTMLjinitiator=basejpi.htm  
    #-- Original
    #jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html 
    #-- New
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html 
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
    # -- New (this entry specifies update 16)
    jpi_classid=clsid:CAFEEFAC-0016-0000-0016-ABCDEFFEDCBA
    # OR, you can instruct OAS to use any version of Sun JRE 1.6.0
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
    # -- New
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,22
    # Parameter related to the version of the Java Plugin
    # -- Original
    #jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
    # -- New (Specifies update 16)
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_16
    # -- OR use any version of 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Arabic -English Report direct printing issues in Oracle 10g

    Hi,
    I am working on Oracle database 10g and application server 10g on windows 2008 platform in Arabic Environment with the following settings.
    -- Oracle database NLS_Characterset as AR8IS08859P6
    --Oracle Database registery NLS_LANG as ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256
    --Application Server registery NLS_LANG as ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256
    -- font subsetting in uifont.ali for PDF
    -- set Reports_BIDI_ALGORITHM = UNICODE
    Now I am facing an issue in connection with arabic reports:  When user enter the narration in the DATA ENTRY form like     ' AP600N حبر طابعة ريكو اسود   '      writing from right to left.
    it's storing in the database as '  حبر طابعة ريكو اسود AP600N '    
    Again when its querying in the form, it comes properly as it's written.
    Even its coming in the bitmap report in screen as it's written.   But when I am printing directly to printer in bitmap mode, its coming as its in the database.
    Is there any way to get the print as they wrote in the screen?
    Also the Character mode printing comes in left to right  in screen as well as in printer.
    Please help me...
    with thanks & regards,
    BJ

    Don't tell so much.
    Check the following link
    1. PDF Reports in Unicode / Arabic &amp;amp; English | Oracle Community
    2. OraFAQ Forum: Reports &amp; Discoverer &raquo; Report in Arabic(pdf) (merged)
    3. Arabic Report generated to text file giving Jun... | Oracle Community
    Hope this helps
    Hamid

  • Printing Issues in Oracle

    Hi,
    We have custom PDF reports, where when we print it in Oracle the columns to the right getting chopped off, when I try to print the same copy to regular printer all the columns are getting printed on the same page.
    When I print the report to a regular printer the page scaling option in the printer properties by default selects to Shrink to printable Area so that the report gets printed without any hiccups.
    Where as in oracle, not sure what the Page scaling option is getting selected to, sys admin team informed to change the layout of the report which is quite not possible as we have 100's of custom reports.
    Any help how to set up the page scaling option to Shrink to printable Area in oracle??
    Thanks,
    RGV

    Don't tell so much.
    Check the following link
    1. PDF Reports in Unicode / Arabic &amp;amp; English | Oracle Community
    2. OraFAQ Forum: Reports &amp; Discoverer &raquo; Report in Arabic(pdf) (merged)
    3. Arabic Report generated to text file giving Jun... | Oracle Community
    Hope this helps
    Hamid

  • How to select local printer using oracle forms 10g

    Dear All
    We have developed ERP solution in oracle 10g forms & reports. and deployed on web using oracle apllication server 10g. I need help when we are giving print from oracle forms directly it goes to server default printer. instead we want
    to select local printer installed on client terminal.
    Please help us in this regards if anybody has solution.
    Thanks,

    Take a look at this:
    http://www.oracle.com/technology/sample_code/products/reports/index.html#orarrp
    And Note:167100.1 on MetaLink.
    Hope this will help.
    Thanks
    Shail

  • Issue with Oracle Report 10g output

    I want to generate text output in Oracle Reports 10g. I am using paper layout.Length of the fields want to print is 750. Each line is broken in the output after 120 characters length apporx. Please let me know if there is any way to print complete 750 characters.

    Sample output is coming as below :
    T2013 56600084112345                                                                                         FPWC
                                                                           955 OLD WILMINGTON RD                   FAYETTEVILLE
         CUMBERLAND                 NC28301                   00000001CONTACT TESING                          1234567890
                    00000001          I'
    I want it to be discplayed in single line instead of breaking.

  • Printing a document without opening it in Oracle Forms 10g

    Hi Friends,
    This is my first thread in this forum. Please any one give me a solution for my below request.
    We use oracle 10g and windows (any version). I want to print some files available in a folder without opening it (run in background) through oracle forms.
    My requirement is:
    A folder contains 10 files of word and excels documents. The client machine user (for example 3 clients’ machines who has different default printer configuration) has to trigger the print command to print the documents.
    * I have found Article "Java Bean to print a file to Local Printer" (http://forms.pjc.bean.over-blog.com/article-6621538.html). I do think it will help.
    * I have found a windows command prompt print concept.
    PRINT mytext.txt /D:LPT2
    Prints a text file.
    PRINT [D:device] [[drive:][path]filename[...]]
    /D:device specifies a print device.
    * The command prompt print syntax is used with webutil function as given below.
    CLIENT_HOST('cmd PRINT mytext.txt /D:LPT2);
    1) is the web util syntax only enough for this requirement?
    2) In this how to find the default printers in each client machines and use in the place of syntax?
    3) Or any other ways available for this requirement.
    I look forward solution for this question....!

    Hi Jeshra,
    Another option would be to find or write a Windows PowerShell script to print any file and then call that from CLIENT_HOST. Many file types, including Microsoft Office files, have a print operation registered with Windows so you can right-click on them in Windows Explorer and choose "Print." You should be able to exploit this ability with PowerShell.
    A quick Google search revealed this potential PowerShell solution:
    http://powershell.com/cs/blogs/karl-prosser/archive/2009/02/10/print_2D00_file_2D00_function.aspx
    PowerShell is installed by default only on Windows 7 so you would have to install it on older Windows clients.
    Hope that helps,
    Brian

  • Text field highlighting Issue in oracle forms 11g after migrating from 10g

    We have migrated the oracle forms from 10g to 11g.
    On 10g oracle form when I click on the text item then text item value gets hilighted in blue color but after converting same form(without making any code changes) into 11g version form when I click on then text item then value is NOT hilighted.
    Could please help me why it's behaving different? Are there any configuration changes required at the application server side?
    Thanks

    christian,
    We have forms 11.1.1.2.0.
    In oracle forms “text item value is highlighted When user clicks on text item” is controlled by form level property “KEEP CURSOR POSITION”.
    This property is not working with JAVA SUN plug-in in forms version 11.1.1.2.0.
    This issue has been fixed under Patch Set 2 (11.1.1.3.0). Please see below meta link.
    https://support.oracle.com:443/CSP/ui/flash.html#tab=KBHome(page=KBHome&id=()),(page=KBNavigator&id=(bmDocDsrc=KB&bmDocType=BULLETIN&bmDocID=1099499.1&from=BOOKMARK&bmDocTitle=Fixed%20Bugs%20List%20-%20Patch%20Set%202%20(11.1.1.3.0)%20for%20Oracle%20Fusion%20Middleware%2011g&viewingMode=1143))
    Thanks,
    Satish N

  • Printing issue in Oracle discoverer report

    Hi Experts,
    As usual many thanks for all your support in advance.
    We are facing an issue in printing the discoverer report.
    When we ran the discoverer report, we are getting the output, in a perfect way.
    But when we try to print the report, the report is printing with junk characters.
    We tried printing this report in multiple printers with multiple log in but of no luck.
    could you please help me on this
    Thanks in advnace.
    Naz

    Andreas Weiden You use thisI'm pretty sure i never used "Oracle Reports Remote Printing Utility 1.3.4" ;)
    In "WHEN-TIMER-EXPRIED"Why do you have to use a timer for this. I don't think its necessary.
    WEB.SHOW_DOCUMENT('c:\temp\'||:GLOBAL.PrintOutPut,'_blank') ;Web.SHOW_DOCUMENT shows a WEB-url and c:\temp\ definitely is none.
    I am trying to use "Oracle Reports Remote Printing Utility 1.3.4 (ORARRP)"And where do you use this? I don't find any call in your code..

  • Print Issue withing Oracle Apps

    Hi All,
    I have following inssue related XML Publisher PDF Report Print;
    1) Submit XML Publisher Report , View Output Print on Printer1.
    Print Comes Fine.
    2) Submit same XML Publisher Report, While Submiting Report I provide Printer1 and no of copies to be printed 1 and its Prints but it comes without any margin as i have defined in XML RTF document.
    Can you please help how can i resolve this?
    Thanks in advance
    Prashant Pathak

    Pl see if the troubleshooting steps in ML Notes 364547.1 and 412232.1 can help you diagnose the issue
    HTH
    Srini Chavali

  • Print issue in smart forms

    hi,
       when printing the PO (ex: 3 pages) , the requirement is to print (static) 'terms and condition' to the back side of each page.how to do...2) if it is a dynamic data how it is possible.

    Hi,
    You can define a variable which holds only even numbers the pass this variable to the terms and conditions window on CONDITIONS tab of the smartform.
    Variable = '2' or '4' etc.(these numbers you have make a logic in initialization or before calling the window..
    Thanks,
    Sree.

  • Report printing problem in Oracle Report 10g

    Hi group,
    I have one report which I am callinng from form. Out put is comming directly in PDF format, While taking printout on EPSON Printer allignment is not comming properly.
    But If i convert in to text format and print from MS-DOS prompt on same printer it is comming properly.
    Now want to print same in report builder directly in first way. whole environment is on Oracle AS and server is LINUX and client machine is windows
    Please revert back, It can be a great help for me.
    Thanks & Regards,
    Narendra.

    you can solve this problem by using oracle remote printing utility(orarrp)
    Nizhad
    Software Engineer,
    Accel Frontline Limited,
    Kochi.

  • Performance issue in ORACLE FORMS

    I USED REF CURSOR TO LOAD DATA TO NON DATABASE BLOCK. IT GETS AROUND 50 MINUTES TO LOAD DATA.BUT IN SQL PLUS I RUN THIS QUERY WITH SAME PARAMETES.IT SHOWS RESULTS VERY QUICKLY.(INDEXES ARE ALREDY CREATED ).
    WHAT CAN BE THE ISSUE TO TAKE LONG TIME TO VIEW DATA IN THE FORM.
    CAN ANY BODY HELP TO SOLVE MY PROBLEM.
    THANKS.
    GO_BLOCK('BILLED_CALLS_P');
    FIRST_RECORD;
    OPEN V_C2 FOR SELECT BILL_DATE,TOLL_CHRG_NUM,TERMN_NUM,CALL_DATE,BILL_DURATN,CHRG_AMT,CALL_TYPE_CD,PLACE_NAME_CD,BILL_NUMBER,
    CALL_REC_NUMBER,TRUNK_ID1,TRUNK_ID2,SWITCH_CODE,TIMING_INDICATOR
    FROM BILLED_CALLS B
    ,DIRECTORY_NUMBERS D
    ,PACKAGE_SUBSCRIPTIONS P
    WHERE
    B.TOLL_CHRG_NUM=D.SERVICE_NUMBER
    AND B.TOLL_CHRG_NUM=P.SER_USR_SERVICE_NUMBER
    AND D.PRE_PAID='N'
    AND P.PAC_PACKAGE_CODE=:TXTPACKAGES
    AND B.CALL_TYPE_CD=V_NUM AND B.CALL_DATE BETWEEN vfdate AND vtdate
    AND (ROWNUM<=v_rownum OR v_rownum IS NULL);
    LOOP
    FETCH V_C2 INTO :BILLED_CALLS_P.BILL_DATE,:BILLED_CALLS_P.TOLL_CHRG_NUM,:BILLED_CALLS_P.TERMN_NUM,:BILLED_CALLS_P.CALL_DATE,:BILLED_CALLS_P.BILL_DURATN,:BILLED_CALLS_P.CHRG_AMT,:BILLED_CALLS_P.CALL_TYPE_CD,:BILLED_CALLS_P.PLACE_NAME_CD,
    :BILLED_CALLS_P.BILL_NUMBER,:BILLED_CALLS_P.CALL_REC_NUMBER,:BILLED_CALLS_P.TRUNK_ID1,:BILLED_CALLS_P.TRUNK_ID2,:BILLED_CALLS_P.SWITCH_CODE,:BILLED_CALLS_P.TIMING_INDICATOR;
    CREATE_RECORD;
    EXIT WHEN V_C2%NOTFOUND;
    END LOOP;

    the difference in time is that you doing the following additional tasks in forms that you dont do in sqlplus:
    1. you are retrieving data into the fields of the form.
    2. creating the record.
    which is a network round-trip for each record. AFAIK.
    if its an option for you, I would create a global temporary table and then populate the temporary table with the required data. Then build a base table block based on the global temporary table. This way you can use the forms default functionality and its fast because you dont have to populate all the records on the form before you see the first record!
    :>)

  • How to send a character mode report from Oracle Form 10g to a printer.

    how sending a character mode report from Oracle 10g report to a printer.
    I'm sending to a printer located in the network
    i have theses parameter report
    desformat = prtname
    desname=??????
    destype= ?????
    mode=character
    i would like to preview the report before to send to a printer
    slds

    ACCOUNTING SYSTEM
    2006-2007 From Date : 01-JUL-06
    Printed On : Friday August 31 2007 11:13 AM To Date : 30-SEP-07
    G A/C. Code 99-99-9999 Description: xxxxxxxxxxxxx H
    -- DOC. # -- -- DATE -Chq/Slip# ---------- N A R R A T I O N -- -- DEBIT -- -- CREDIT -- -- BALANCE --
    Opening Balance: -999,999,999.00 Cr.
    G *** Total *** 0.00 0.00 -999,999,999.00H
    ================= ================= =================
    when i run character mode report in browser then display this output properly
    but sir problem is that when i print the report
    G(use for bold)
    is not working
    means not print in bold format in printer
    same character print G
    do you have any idea when i print through browser to printer G for bold purpose its work to printer ?

Maybe you are looking for

  • Borderless printing in custom sizes

    I'm working on an HP 2575 with Windows 7 I need to print borderless at custom sizes - the main one being 125x250mm. I understand that this isn't a pre-programmed option but somehow in the past I have managed to create a template in print properties t

  • Photoshop Elements 8 Organizer - Freistellen

    Wenn ich in Photoshop Elements 8 im Organizer für ein Foto die Funktion Korrektur/Freistellen wähle, wird nach der Auswahl des freizustellenden Bereichs und durchführen von "Anwenden" automatisch das Foto als neue Datei im Format JPEG in niedriger Qu

  • Security in BEx Level

    Hi All, Is it possible to restrict in a region wise in the BEx Query for single user, For a single Bex query,  i need to give region wise authorization for two users. 1. Region 1 for one user and Region 2 for another user. 2. And also is there any po

  • Where has my backup gone (from iPad to a Mac)?

    I recently synced my adressbook from my MacMini to my iPad, but when the process starts it says that it will take a security copy. My internal harddrive memory started to decrease but nothing happened with the iTunes Library the iPad was synced to! T

  • Firefox freezes all the time, can't do nothing, CTL+ALT+DEL and then cancel and problem is solved for a few seconds, Win7 (64bit)

    When opening firefox, it takes forever before i can do anything. It freezes and I have to use CTRL+ALT+DEL and then press cancel cause it says firefox is running. Problem is solved for a little time.