Pls help me to track post print event in reports 10g (web layout)

I am displaying a report on the web using WEB.SHOW_DOCUMENT built in after calling it from Forms. I want to update some attribute in the database after the report is printed. Where can i place the update statement.
note:I dont need solution for the reports printed using paper layout.
Thanks in advance.

Mr. Marcos, The problem is After-Report trigger will fire when the report is printed in paper layout. when the same report is printed in web layout the After-Report is not firing. It seem that the update code should be included in the Web-Source tab in Object Navigator but I don't know how to script it.

Similar Messages

  • My iphone 4 has been stolen. icloud is not activated. but still ringing pls help me to track it

    My iphone 4 has been stolen at Nagpur /Maharashtra /India . icloud is activated but internet is off . but still ringing pls help me to track it

    Log on to your computer, and go to www.findmyiphone.com and login to your apple ID and it will give you the location of your iphone. If you need extra help, i strongly suggest you contact apple via phone call.
    I wish you the best of luck!

  • Help!  PDFs are not printing because adobe reporting that postscript conversion needed?

    Help!  PDFs are not printing because adobe reporting that postscript conversion needed?  Can someone help me?  Please?

    Please give us the complete error message, every word. This is not a familiar symptom.
    Also: What software and version are you printing from? What system do you have?

  • Help:Need Printer when deploy report on Web?

    Hi, Remote Friends,
    I encounter a problem when I try to deploy a report on Web. That
    is: When I enter the report's URL, I got a message from my
    Report Server which is "REP-3002: Error initializing printer.
    Please make sure a printer is installed". I checked my NT Server
    and Windows98 Client machine,all install printer correctly. I
    even print a test page to make sure. I don't know why this error
    occurs. Can anybody help out?
    Very grateful in advance.
    Robby
    null

    its default bahaviour
    so u can use
    web.show_documnet for running your report
    http://<hostname>:<port>/reports/rwservlet?server=<reportserver_tns>&report=<report>.rdf&de
    sformat=[ htmlcss|pdf|xml|delimited|]&destype=cache&userid=<user/pw@database>&paramfor
    m=[ no|yes]
    and enjoy your life :-)
    kuljeet pal singh

  • Send direct print to printer from client, Reports 10G, Windows environment,

    We are using windows 2003 based server. Oracle Form and Report Services . Database 10g . Reports 10G.
    Trying to send direct print to printer from client side using Destination Parameter : Printer.
    I am getting output in pdf at client side. but direct print to printer is failed.

    Make sure that the client printer is also known on the application server, since that is where the print job is generated.

  • Printing of Arabic Report 10g on Printer

    Hi,
    I have created a 132 column arabic report in 10g. While calling the same from form as HTML format, it displays all the labels and values fully. When i direct the same to dot matrix printer, the font size is getting bigger and becoz of this, only 2/3 of the report gets printed in the 132 column paper. 1/3 is getting truncated. This happens only when i directly send the report to printer thru forms in Right to Left format. Urgent help needed.
    Thanks in Advance,
    Sharf.

    Welcome to Oracle Forums!
    Please acquaint yourself with the forum FAQ and etiquette if you have not already done so.
    The use of CLIENT_XYZ API requires WEBUTIL to be configured. Have you done that?
    Cheers.

  • REP-51096 printing image from database with web layout on an AIX server

    I’m trying to run a report (web_layout) that load images (blob) from the database but I got the message:
    javax.servlet.jsp.JspException: purge_calls:1446 reason=1 state=5
    I checked the reports server log and the job status is “Terminated with error: <br>REP-56109: Job 14 is terminated due to connection timeout.”
    Could anyone help me? Thanks in advance.
    Edited by: luhmann on 08/01/2010 04:00

    I’m trying to run a report (web_layout) that load images (blob) from the database but I got the message:
    javax.servlet.jsp.JspException: purge_calls:1446 reason=1 state=5
    I checked the reports server log and the job status is “Terminated with error: <br>REP-56109: Job 14 is terminated due to connection timeout.”
    Could anyone help me? Thanks in advance.
    Edited by: luhmann on 08/01/2010 04:00

  • Report containing details of Payment released to Vendor -----PLS HELP ME

    Hi All,
    Pls Help me .
    My client asking create new report.
    they gave some fields also.
    But, problem is my abap people asking which table will come data.
    but i didn't have idea which table its take output.
    pls help me
    <<< Vendor Code >>>
    <<< Vendor Name >>>
    <<< Vendor Address >>>
    <<< Vendor City >>>
    Please find enclosed the details of payments released to you from << from selection date >> to << upto selection date >>
    Document No     
    Cheque no     Date of Release
    Vendor Invoice no
    Vendor Invoice Passed for (MIRO Value)
    PO no.     
    Basic Rate from PO     
    GR No.     
    Material & Description     
    Qty Invoiced (MIRO qty)     
    Qty Received (MIGO qty)
    in above 4 feilds related to FI .
    Pls help me what are the table can i give
    thanks
    supriya

    hi,
    select table ADRC:
    sample (join with lfa1)
          SELECT name1 city1 post_code1 street
                 INTO CORRESPONDING FIELDS OF ITAB
                 FROM ADRC AS A INNER JOIN LFA1 AS L
                  ON  AADDRNUMBER = LADRNR
                  WHERE L~LIFNR = P_LIFNR
                   AND A~DATE_TO  GE SY-DATUM.
    or use one of the function modules from my 1st post
    plz reward usefule answers
    thanx and regards
    Andreas

  • UnsatisfiedLinkError Problem.(Urgent)Pls Help!!

    Hi,
    I just want to run a swing under win98 OS platform and an error message appeared :
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\jdk1.4\jre\bin\awt.dll: An attempt was made to load a program with an incorrect format
    I have changed different version of JDK including 1.3.1 and 1.4beta, but the problem still exists.
    Is that any special setting need for running interface as I can run the java program in no trouble at all if there is no any interface.
    Another thing when i double click the java plug-in, there is an error message: "Could not found the main class. The Program would exit. ". How come?
    Pls Help and many thx.

    Post you code.

  • PrePrint event scope affects all other print events?

    A PDF requirement is to have one document print in different versions for different recipients -- e.g., court, DA, public defender ..
    They aren't all allowed to see the same data on people in the system, and in one instance, the form must be secured as read only.
    Sure, there are a few different ways to do this, but the workflow chosen was to complete a PDF form, and then intercept the print or email functions to hide and secure pages.
    The people who fill out the form need the entire document.
    My approach was to offer a standard print button from the tool palette. No problem.
    Then I added another print button from the tool palette, and set the pre-print and post-print events to intercept and change the number of pages output (leaving out pp 4-6). Works fine.
    form1.page1.btnPrintLimited::prePrint - (JavaScript, client)
        TextField1.rawValue = "Secure prePrint";
        page4.presence = "hidden";
        page5.presence = "hidden";
        page6.presence = "hidden";
    Then, returning to the standard print button, it seems that now all jobs are rendered with the same pages missing as were defined in the pre-print and post-print events for the OTHER button.
    What gives? I thought that the scope for control events would be limited  to those events themselves.
    I even tried in the pre-print and click events for the standard report to force the visibility of pages suppressed in the events, e.g.,
    form1.page1.btnPrintNormal::click - (JavaScript, client)
        page4.presence = "visible";
        page5.presence = "visible";
        page6.presence = "visible";
    xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0);
    Is my approach a faulty one? Should I be trying something else?
    I'm using LC Designer ES2.
    Would appreciate any guidance.
    Kind regards,
    Brian

    Hi Brian,
    There are three classes or groupings of events:
    Process events.
    Interactive events
    Application events
    See a table and example form here: http://assure.ly/nB0Bvz. Also have a look at this example, as it shows you how often some process and application events fire: http://bit.ly/gW3RNr.
    Okay, so interactive events like mouseEnter and click are restricted to the object that contains the script.
    However process and application (including prePrint and postPrint) fire for all objects that contain script in those objects.
    I hope the examples clear that up for you.
    I think you might have to consider a role based approach to the form. So for example if you can determine who is looking at the form, then using an if/else statement, print the appropriate pages.
    Good luck,
    Niall

  • Column constant value pls help

    COL cnt noprint
    COLUMN  cnt NEW_VALUE rowcountI am using this for select query as below
    ROWNUM cnt, COUNT (*) OVER () cntbut issue is when null rows returned.... this rowcount is not initilized.
    while i am usng for trailer record
    SELECT '* Trailer record *' || '|' || &rowcount
      FROM DUALit is giving error as below
    FROM DUAL
    ERROR at line 2:
    ORA-00936: missing expression
    Pls help
    S

    Solomon Yakobson wrote:
    Post EXACT and COMPLETE snippet of SQL*Plus session showing what you did. I can't reproduce it:
    SQL> COLUMN  cnt NEW_VALUE rowcount
    SQL> SELECT COUNT (*) OVER () cnt
    2    FROM DUAL
    3  /Suppose if cnt gives no record then rowcount is null at that time rowcount is not initiliazed.
    >
    >
    >
    >
    SQL> SELECT '* Trailer record *' || '|' || &rowcount
    2 FROM DUAL
    3 /
    old 1: SELECT '* Trailer record *' || '|' || &rowcount
    new 1: SELECT '* Trailer record *' || '|' || Missing expression this was my error
    >
    '*TRAILERRECORD*'||'
    * Trailer record *|1>
    SQL>
    SY.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to Capture Print Event ??

    Post Author: aarayas
    CA Forum: General
    Hi, I need Capture Print Event(), for report.In the the list to event from  crystal report viewer not have event to print?? sorry for my bat english, i speak spanish; tranks, 

    If there's no error being thrown by this function when you cancel the
    printing, then you can't.
    Edit: Just checked, and there isn't.

  • Disabling Print button on report

    Can sm1 help me how 2 disbale print button on report
    tia

    Hassan,
    I am not sure if this is possible. Can you ask this question in the Reports forum here on OTN.
    Frank

  • Not getting PO printed while using bursting pls help

    Hi All,
    Working on converting PO report to XML. While using bursting to print the pdf file the document is not sent to the printer..
    But in the output file of the "XML Publisher Report Bursting Program" getting success.
    Not sure why report output is not sent to the printer.
    Pls help......
    Thanks
    Rajesh
    Edited by: Badsha on Jun 17, 2010 2:19 AM

    Hi...Please check the Burst Control file with the printer & IP details.
    Look for the file below.
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:globalData location="stream">
    </xapi:globalData >
    <xapi:request select="/DATA/LIST_DEPT/DEPT/LIST_EMPLOYEE/EMPLOYEE">
    <xapi:delivery>
    <xapi:email server="${EMAIL_SERVER}" port="${EMAIL_PORT}"
    from="${FROM_EMAIL_ADDRESS}"
    reply-to ="${REPL_TO_ADDRESS}">
    <xapi:message id="email1" to="${TO_EMAIL_ADDRESS}" cc="${CC_EMAIL_ADDRESS}"
    attachment="true" content-type="html/text"
    subject="Employee Report for Empno ${EMPNO}">
    Dear ${ENAME}, Please review the attached document.</xapi:message>
    </xapi:email>
    <xapi:filesystem id="file1"
    output="C:\burst\sample\${EMPNO}_${ENAME}_${MGR}_PRINT.pdf"/>
    <xapi:print id="print1" printer="${PRINT_URL}" copies="2"
    orientation-requested="3" />
    </xapi:delivery>
    <xapi:document key="${EMPNO}"
    output-type="pdf" delivery="email1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='EMAIL']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="print1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='PRINT']" >
    </xapi:template>
    </xapi:document>
    <xapi:document key="${EMPNO}" output-type="pdf" delivery="file1">
    <xapi:template type="rtf" location="${TEMPLATE_LOC}"
    filter=".//EMPLOYEE[DEL_CHANNEL='FILE_SYSTEM']" >
    </xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    check the printers setting as required....aslo check what printer you are using for pdf printing...Pasta Printing??
    Thanks
    Ratnesh

  • Pls.help my iphone stuck in recovery mode and itunes wont recognize it..i tried the other options that posted here,,,pls tell me what to do..

    pls. help my iPhone stuck in recovery mode and iTunes wont recognize it..i tried the other options that posted here,,,pls tell me what to do..before it was just stuck in an apple logo but when i tried recovery mode to itunes then it stuck..

    Hi awison,
    If your iPhone is not recognized by iTunes on your Windows computer you may want to use the steps in this article to troubleshoot -
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    This may also resolve your recovery mode issue. If it does not, use the steps in this article to resolve it -
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Thanks for using Apple Support Communities.
    Best,
    Brett L

Maybe you are looking for

  • Select layout & save layout button missing in the toolbar

    Hi guys, I've just developed my first ALV using ABAP objects, but the tollbat doesn't contain buttons select &save layout. what could be worng? Thanks a lot! olian

  • Conversion error in company code currency for general costs activity

    PS Experts, Please guide me in the following , The below message appeared when i created a customer project in CJ20N in our new DEV server This is the scenario Create customer project with 3 WBSE, each one has 3 NTW and 3 activities, i maintained the

  • Motion 2 Corrupting Images

    I am stacking 3 to 6 screen grabs saved as TIFF files. One image is display, it fades out after 30 frames and a new one pops-up in the exact same X/Y location. It looks like animation (it's a application tutortial). Randomly Motion will crop the 5 or

  • Could not restart  one node in 4 nodes rac server

    Hi Experts, we have 4 nodes oracle11.1 with ASM in Red hat. After reboot node2 sale2 server. I found all application is offline by crs_stat -t-v ora....SM2.asm application 0/5 0/0 ONLINE OFFLINE ora....DA.lsnr application 0/5 0/0 ONLINE OFFLINE ora..

  • How do I burn a slideshow from Iphoto with audio

    I want to make a dvd  with some IPHOTO albums I have created,I want the audio I have used in the slideshows within IPHOTO ...How do I do it???? I want to make copies for my extended family to just put into their DVD players and watch. Is it possible?