Pdf from reports 9i

Why if reference in sections [ PDF:Subset ] some font, for instance: Arial..... = "arial.ttf" then in file PDF this font is got more fat?

This is a new feature in 9i - "Font Subsetting".
You have to use [ PDF:Subset ] section in uifont.ali to specify this. This is supported for true type fonts.
For example,
Arial = "Arial.ttf"
When you generate the output to PDF, the subset of the font information(for the characters used in the report alone )is embedded in the PDF document itself.
This makes your PDF document fully portable and gives a standard look and feel. There is no need of having the fonts installed in the machine where this PDF document is being viewed.
As some font information is embedded into the PDF output, the resulting PDF looks slightly bigger. Anyhow, by default the PDF output from Reports9i is compressed (you can use PDFCOMP to control this).
Please see http://otn.oracle.com/products/reports/content.html to know more about these new features.
Regards,
Siva B

Similar Messages

  • Correct pdf from report 9i

    Wanted know as it is correct to get pdf from reports 9i. I necessary to get the report with Cyrillic symbol. Use section [ PDF:Embed ] beside me was not got. I have taken Type1 font from resource Acrobat reader 5.0, made sure by means of program fontview.exe from supply Windows that this font contains Cyrillic symbols, has described his use: "Courier New" = "COM_____.pfm COM_____.pfb". As a result pdf file was got with embedded font, but Cyrillic symbols are don't care displayed not correct. When use [ PDF:Subset ] is got correct displayed pdf, but with use font Type3 that on my not quite well.
    Thanks.

    Hi,
    Using PDF embeding with Type1 fonts will not give you the symbol as the Type1 fonts have characters only upto 256. The way to get the Cyrillic symbols properly is to use PDF subsetting. You need to use either UTF8 or any Cyrillic charcater set and use True Type fonts. Add proper entried to uifont.ali for subsetting. An example would be to add, "courier = courier.ttf". The ttf files location should be included in Reports path. Internaly when doing PDf subsetting, these are converted to Type3 fonts so you will always get that. It works properly with Acrobat reader 5.0 for displaying and printing purpose.
    Hope this helps!
    Thanks,
    Rohit

  • Problem Exporting to PDF from Report Designer 2008

    When I export my report from Report Designer unless I deselect the "Create Bookmarks from group tree" I get the following error:  "Failed to export the report"  If I deselect the option It will successfully create the PDF.
    I am running Crystal Reports 2008 with service pack 2.  I also have Microsoft Visual Studio 2008 loaded on the machine.

    You should start debugging by removing parts of the report to determine what is causing the problem. Once you find that part then re-post with a question on how to work around the problem.

  • Generating PDF from report - migrating from 6i to 10g

    hi ,
    i ran my existing report which is developed in oracle 6i in 10g report builder .
    i got the output perfectly.
    But when i say Generate to file PDF ,I Am getting below error msg .
    REP-0069 :Internal error
    REP-57054:In-process job terminated:Terminated with error:
    REP-214718514:Unable to retreive a string from the Report Builder message file.
    REP-2147418514
    can anyone tell me what should i do to overcome this ..
    Thanks in Advance.

    Hello,
    How do you execute your Reports ?
    Do you execute it from the Builder ?
    If you execute it from the Builder, do you use Run Web Layout or Run Paper Layout ?
    (If you have upgraded a Reports From 6i, there is no web layout , so you have to use the Run paper Layout
    The web layout is something new that appeared in Reports 9.0.2)
    Regard

  • Show BLOB (open a pdf) from Report in a new window

    I use BLOB Support in Apex 3.2/4.0 (MIMETYPE..) at an IR:
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/advnc.htm#sthref2199
    Because my BLOB (pdf,...) should be opened without asking for download or open I use content_position INLINE.
    That works fine, but I would like to get the opened document in a NEW window , not the same window ??
    ( If I klick the download with "open in a new window" it works fine)
    Any idea?
    I remembered Link-Attribute target="_blank" (that works fine)
    So my first idea was
    (1) defining the BLOB column as a Link (type=URL) call APEX_UTIL.GET_BLOB_FILE_SRC and use Link-Attribute target="_blank".
    But APEX_UTIL.GET_BLOB_FILE_SRC needs an ITEM ... and what about MIMETYPE...
    =>It will not work.
    My second idea is
    (2) Link from the report to another page having a hidden Item for the linked ID and
    create an hidden ITEM (having the BLOB attributes) like described at Dimitrie's BLOG
    http://dgielis.blogspot.com/2009/05/using-apexutilgetblobfilesrc-on-public.html
    At this page a process on load before header call APEX_UTIL.GET_BLOB_FILE_SRC with these items as parameters
    => Seems to complicated
    Any better idea?

    Hi,
    You know I have to thank you for the solution as by asking your question you provided me with a way to solve my problem .....
    As double clicking a pdf file when the application is open with no open document works as I want it to (i.e. showing the new document in the existing acrobat window), so I decided to try out a plain vanilla shell instruction in vba instead of the AVDOC.Open statement ... and ....although not very programmatically aesthetic ....  it works.
    rgds

  • An error occurs when rendering to PDF from Reporting Services

    Hi there,
    I am hoping that someone can help me, i have looked everywhere and cannot find an answer to this error. I have a report from visual studio 2008 on reporting services and it displays however exporting to PDF gives me the following error.
    Server Error in '/' Application.
    System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException:
    An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object.
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:
    An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an
    instance of an object.
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]&
    Warnings, String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings,
    String[]& StreamIds)
      at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    Source Error:
    Line 631: [return: System.Xml.Serialization.XmlElementAttribute("Result", DataType="base64Binary")]
    Line 632: public byte[] Render(string Format, string DeviceInfo, out string Extension, out string MimeType, out string Encoding, out Warning[] Warnings, out string[] StreamIds) {
    Line 633: object[] results = this.Invoke("Render", new object[] {
    Line 634: Format,
    Line 635: DeviceInfo});
    Source File: D:\RS\RS\Web References\RSW\Reference.cs    Line:
    633
    Stack Trace:
    [SoapException: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object.
    at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)
    at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds)]
    System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +413001
    System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +300
    RS.RSW.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) in D:\RS\RS\Web References\RSW\Reference.cs:633
    RS_PDF_Render._Default.rs_report() in D:\RS\RS\Default.aspx.cs:140
    RS_PDF_Render._Default.Page_Load(Object sender, EventArgs e) in D:\RS\RS\Default.aspx.cs:34
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
    System.Web.UI.Control.OnLoad(EventArgs e) +132
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428
    Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
    <!-- [SoapException]: System.Web.Services.Protocols.SoapException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the
    report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException: An error occurred during rendering of the report. ---> System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.InternalRender(String
    Format, String DeviceInfo, PageCountMode pageCountMode, Stream& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.ReportingServices.WebServer.ReportExecution2005Impl.Render(String
    Format, String DeviceInfo, PageCountMode pageCountMode, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.ReportingServices.WebServer.ReportExecutionService.Render(String
    Format, String DeviceInfo, Byte[]& Result, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message,
    WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at RS.RSW.ReportExecutionService.Render(String Format, String DeviceInfo, String& Extension,
    String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) in D:\RS\RS\Web References\RSW\Reference.cs:line 633 at RS_PDF_Render._Default.rs_report() in D:\RS\RS\Default.aspx.cs:line 140 at RS_PDF_Render._Default.Page_Load(Object sender,
    EventArgs e) in D:\RS\RS\Default.aspx.cs:line 34 at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs
    e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) [HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown. at
    System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\e57d0166\fa229c0c\App_Web_xe4oiree.0.cs:line
    0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) -->

    Hi brabe,
    Based on your description, it seems that it is not the VS IDE issue, just to make this issue clearly, whether this issue is related to the SSRS or the report control?
    If it is related to the SSRS like these threads
    here and
    here, my suggestion is that you could post this issue to the SSRS forum for dedicated support.
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlreportingservices
    But if it is the Report control issue, you could get better response from this forum:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=vsreportcontrols
    If I have misunderstood this issue, please feel free to let me know, please also provide detailed message about this issue, I will help you find the correct forum:)
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Programmat​icly name the PDF from report generator

    Hi,
    I'm currently developing an application that contains report generation.
    Using report generation pallet I was able to make PDFs but the problem is that a dialog box appears asking me to give a name to the PDF.
    Since the application will be running all the year generating weekly reports I need to make automatis naming for the PDFs because I don't have all the Time operator to name the file.
    Thanks in advance
    Tareq Al-Arja

    I'm assuming that the method you are using to create PDF reports is to "print" them to a PDF writer. In this case, it is an issue that resides outside of LabVIEW. LabVIEW simply sends the document to the PDF "printer" and it is actually the PDF Writer that is querying you for the name. Since most printers don't require you to name files that you print, LabVIEW does not provide any way of sending this information programmatically.
    If automation of those PDF names is imperative, you might be able to build PDF documents through ActiveX with Adobe and programmatically provide PDF names that way, but from my experience, Adobe does a pretty poor job of documenting their ActiveX functions. However, it may be something worth exploring if the issue is important to you.
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Export to PDF from reports page

    I have a report saved in .tdr format that contains multiple pages.  When I try to export to PDF, it only exports the first page of the 7 that are contained in the report view.  The only way I can seem to get all the pages exported to PDF format in a single file is to use the script command PicPDFExport call.  It does not seem like you should have to use a script to export multi page reports from within the report view. 
    Does anyone know how you can export all the pages into a single pdf file without using the script command? (i.e. why does selecting File->PDF Export only export the first page from the report view screen?)

    Jervin
    I am using version 10.2 and yes when I stated mulitple pages, I did mean sheets. 
    I did notice this morning that if I dont have any of my data loaded (i.e. report contents empty) and I select the File->PDF Export, then it appears to export all sheets to the pdf.  However, if I load my data and then refresh the report and re-try to perform the export function, then it only exports the first sheet.
    Not sure why having data loaded or not makes a difference so I have attached both the .tdr report and .tdm/.tdx data so if you could investigate why this is occurring I would appreciated it.  Also, as I mentioned before if I use the script command  PicPDFExport then it appears to export all the sheets but I dont believe I should have to use a script command to perform this function when a menu option is available.
    Attachments:
    Coolant1.zip ‏3671 KB

  • REP-0499 when generating PDF from report

    Hi,
    I have a simple query in data model where I'm selecting Oracle database object :
    select a.shape from table a;
    shape is shapedefinition type that is composed of :
    Axis varchar2(1),
    x number(2),
    y number(2),
    z number(2)
    when I generate report it works fine but when I try to generate to PDF file I get this error : REP-0499: Column 'Axis' selected by the query is incompatible with report definition
    But when I run similar report but database object is composed entirely of number types I don't have this prob.
    As far as I can tell, nothing has been changed in Database and it seems like this error only happens when I try to select from database object that contains varchar2 type.
    Any help will be greatly appreciated.
    Thank you,
    Keeyang

    Davey, please send me an InDesign Server document that I could use to reproduce this problem. My e-mail address is [email protected] Thank you. --DougR

  • Printing PDF from Report Region - Header Details

    Hi,
    I've searched around for a while but was unable to find an answer to my query.
    I have a simple report region, which i added a "Print" link to the bottom of - this brings up a formatted PDF version of the report which can be printed out, i'm just using the default PDF layout.
    When it comes to adding a header and footer the PDF still functions ok, but when i try to add any page items it all stops working.
    I basically need the time and date to appear at the top of the report, i created a hidden field just using the PL/SQL command "SYSDATE" which does return the correct value. But when i try to add this to the header or footer in the format "This document was printed on &P1_DATE", the PDF doesn't work, and when i try to download it, IE says the filesize is 0b.
    Any suggestions would be appreciated, either something i've done wrong or if there is a better method,
    Thanks in advance

    Thanks for the reply Scott,
    The PDF does download when I put a fullstop after the name of the item. Unfortunatly now the PDF displays as if the item "P1_DATE" is empty, i.e. it says "This document was printed on ",
    I've made P1_DATE visible and it definitly displays a date, yet the exported PDF displays nothing where P1_DATE is referenced,
    Just to confirm:
    The Item is called P1_DATE
    The references i've tried are &P1_DATE. and &P1_DATE
    the date is populated by the code SYSDATE
    Thanks again,
    Iain.

  • How to create pdf from reports iView in VC?

    Hello,
    I have created a certain iView which presents a few BI reports in VC.
    Is it possible to add to it a button or a link that by pressing on it will generate a pdf file with these reports so the client can download?

    Hi,
    It can paste data into a microsoft word document. But the chart is not pasted. instead data in all components in the particular iview (including table data and chart data) is coiped into clipboard.
    Only, the category axis, value axis and data series fields are copied and can be pasted into excel. May be you can use an excel macro to make the chart with the data.
    Try another method
    For the button, give system action "print" with parameter "print screen".
    The whole screen is printed to printer including chart(correctly displayed). You can redirect the print to a file. But i have no idea, what is the format of the  print. may be you can try some picture viewers or do a google search for that
    Regards,
    Sooraj

  • Problems printing PDF from Reports

    Hi,
    I'm having a problem with the Report's way of generating pdf-documents.
    The report that Reports was supposed to create have some bullets where but when Reports converts the document to pdf it sometimes insert asterisks instead of bullets...but only sometimes. At other times the bullets are substituted with | signs ???
    When I open the file with Acrobat reader, you can see the asterisks (sometimes) and (sometimes) the bullets, so I don't think that it is Acrobat.
    How do I get it to print bullets every time?
    Can it be something with fonts ?
    All help is appriaciated very much as I'm going crazy soon :P
    mvh Christian

    Hi Christian,
    I have a similar problem with Report 10g R1. We have a Report which contains a lot of informations, so all field have the little size they can (on report builder). Some times, the report is ok, but some times, informations are replaced by '*'. Report replace characters by '*' when there is not enough place !!!
    If I compare a good and a bad report, I can see that the text has not exactly the same size !!! And I can see in the PDF (open with text editor) that there are some differences...
    I have an open tar on metalink, but no solution for the moment...
    Another thing, this occurs on our 3 production servers but not on our development server...

  • E-mail or export pdf from report every day

    Hi
    My report is finished. Now i want that this report gets generated and get send by email every day at 02:00 am.
    I have Crystal Reports and Crystal Reports Server.
    When i open my report, i first have to do this. (i try to translate into english)
    Report  -->  Selection-expert  -->  (i have one sql command there,that selects just the value's of past day, or any other day)
    Tabel.ServerTimestamp is between 24/07/2009  00:00:00  and 24/07/2009  23:59:59
    Then i change the two value's, press OK and my report is up to date.
    So i want that every day, at 02:00 am, the report gets updated automatically with the values of pasted day. And email it to someone@somewhere
    Can you help me please.
    Thanks in advance.
    Deleersnyder Maarten

    Now my formula looks like this:
    {Table.ServerTimestamp} in DateTime (2009, 07, 27, 00, 00, 00) to DateTime (2009, 07, 27, 23, 59, 59)
    In what do i have to change it?
    Thanks
    Maarten
    Ah, I found it myself.
    What do i have to do when i want to email this report automatically every day at 02:00?
    Edited by: deleersnyderm on Jul 27, 2009 10:05 AM

  • Error from reports from ZAM(Graph or PDF) - File does not begin with '%PDF-'.

    I just noticed today that any Graph or PDF report I try to view I get the
    following error - Error from reports from ZAM - File does not begin with
    '%PDF-'. I tried to just save the file and then open it, but get the same
    error. I can open other pdf files I have downloaded from other sites ok.
    Anyone have any idea? I haven't done anything to that server that I am
    aware of in quite a while.
    Thanks
    Bill

    I took a closer look at the files it downloaded, opened them with notepad,
    haer is what it says:
    XSL Transform or subsequent processing failedThe document has no pages.
    "Bill" <[email protected]> wrote in message
    news:2bBtk.2164$[email protected]..
    >I just noticed today that any Graph or PDF report I try to view I get the
    >following error - Error from reports from ZAM - File does not begin with
    >'%PDF-'. I tried to just save the file and then open it, but get the same
    >error. I can open other pdf files I have downloaded from other sites ok.
    >Anyone have any idea? I haven't done anything to that server that I am
    >aware of in quite a while.
    >
    > Thanks
    >
    > Bill
    >

  • How to get report in excel format instead of pdf from oracle forms.

    Hi,
    How to get report in excel format instead of pdf from oracle forms.
    Form & Report developer 10g
    report format .rdf

    create a report using report builder.
    call the report from form using the following procedure
    DECLARE
         RO_Report_ID REPORT_OBJECT;
         Str_Report_Server_Job VARCHAR2(100);
         Str_Job_ID VARCHAR2(100);
         Str_URL VARCHAR2(100);
         PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
         IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
         RO_Report_ID := FIND_REPORT_OBJECT('RP2RRO');
         Add_Parameter(pl_id,'P_SUPCODE',TEXT_PARAMETER,:CONTROL.S_CODE);
    Add_Parameter(pl_id,'P_INVOICE_NO',TEXT_PARAMETER,:CONTROL.IN_NO);
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'INVOICE_REG_DETAILS.rep');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'SPREADSHEET');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_dbserver_frhome1');
         Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
         Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_dbserver_frhome1') + 2, LENGTH(Str_Report_Server_Job));
         Str_URL      := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_dbserver_frhome1';
         WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
         DESTROY_PARAMETER_LIST(PL_ID);
    END;

Maybe you are looking for

  • Ipod Nano Setup Assistant does not appear!!!

    I am using an HP PC (64 bit)with Windows Vista. I have installed the 64 bit edition of i Tunes, and I have tried EVERYTHING the troubleshooting assistant has suggested (several times) and the "ipod nano setup assistant" fails to appear after I instal

  • OWSM how can i get user credentials from gateway in web service server

    I need username in web service server. Gateway has option like "Insert WSBASIC Credentials" and service definition in gateway has "forwardcredentials" option. how can i use these options? has some any idea or sample code.

  • Photoshop cc trail

    so when i click the button that says download trial it says "photoshop is a desktop app so you'll want to download it from your computer" I dont know what that means and I cant find a way to download it! How do I do it?

  • Re: SQL plan baseline parameters setting in oracle 11g env

    Hi, btw how does the Optimizer work if setting are as mentioned: optimizer_capture_sql_plan_baselines FALSE FALSE optimizer_use_sql_plan_baselines TRUE TRUE abd there are no sql_plan_baselines at all ? Thanks, Gyuri

  • 11.6.1.629 Installation Verification Problems

    Hello!  I have two computers, Win7 64-bit and XP-Pro on a wireless network.  Today I just downloaded the newest version of Shockwave.  On its test page there is no moving animation.  So, how do I know it installed correctly?