Can't print OLE objects when 9i report developed in 6i

Hi,
I am migrating my reports from 6i to 9i. I just open report in 9i which is already developed in 6i and run the report it don't print OLE objects. It shows when I run report in Designer Preview, but in printing it shows blank
--Vijay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Hello,
The answer is in the Migration FAQ :
When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
Regards

Similar Messages

  • After years of no problems I can't print photos. When I select print I get the message "There are no themes located. Until at least one theme has been installed this feature will be unavailable.  What are themes? How do I install them?

    After years of no problems I sddenly can't print photos. When I select print I get the message "There are no themes located. Until at least one theme has been installed this feature will be unavailable.  What are themes? How do I install them? Why has this problem suddenly arisen?

    Re-installing does not affect your Library in any way. You don't delete it, only the app.
    To re-install iPhoto
    1. Put the iPhoto.app in the trash (Drag it from your Applications Folder to the trash)
    2a: On 10.5:  Go to HD/Library/Receipts and remove any pkg file there with iPhoto in the name.
    2b: On 10.6: Those receipts may be found as follows:  In the Finder use the Go menu and select Go To Folder. In the resulting window type
    /var/db/receipts/
    2c: on 10.7 they're at
    /private/var/db/receipts
    A Finder Window will open at that location and you can remove the iPhoto pkg files.
    3. Re-install.
    If you purchased an iLife Disk, then iPhoto is on it.
    If iPhoto was installed on your Mac when you go it then it’s on the System Restore disks that came with your Mac. Insert the first one and opt to ‘Install Bundled Applications Only.
    If you purchased it on the App Store or have a Recent Mac you can find it in your Purchases List.
    Regards
    TD

  • The Picture of OLE object  in the report  can't be printed, and how to sovle dynamic OLE object based on path

    <p>Hi, everybody,</p><p>  I have a problem which the picture in the report can&#39;t be printed.</p><p>I want to display some pictures  in the reports and print them.So I insert the picture as OLE object, select the graph format and set graph location fomular with the path of the picture which is stored in the local machine. I run the system and generate the report,  the picture is displayed correctly in the report, but when i print the report using ie&#39;s tool, the picture is gone and replaced with a little red mark. </p><p>I want to use the new feature of dynamic graph location about  the  crystal report xi version, but I don&#39;t know where I should put the picture into on the web server and what the path is . Because my web server is installed in the another machine.</p><p>I check the view source of html report and  find that the system searches the picture under  the crystalreportviewer11 folder on the web server.</p>

    Need to give the web server access to the folder

  • Help! Print OLE object from report builder.

    Dear OTN Members,
    I would like to know how to print out a OLE object from
    report builder, because currently I face problem to print out
    the whole contain of the winword document file, because when I
    display the OLE on the form it will only display according the
    size I declare for it, it seems that it will not automatic
    extend the size itself. i.e. if I drag the size to one page in
    fact the maximum is one page, then when it display, it will only
    display maximum one page eventhough the document file maybe
    contain 10 page inside it. So when I print out the report it
    will only show me one page, so if you have any solution, pls
    share with me, thank you.
    null

    As far as I know you have to use OLE Item to work with the information. Unfortunately there is not any standart way to extract a source document from OLE. Some applications such as Word, Excel support OLE Automation, so you could use OLE2 package to save the document as a file, that is the easest way. But others don't, so you may have to use an undocumented way to extract a document.
    Take a look at the following thread:
    Subj: 6i to 9i Ole to LOB translations, How do you know the App. server?
    Re: 6i to 9i Ole to LOB translations, How do you know the App. server?
    P.S. If you can't extract some types of your documents, please let me khow.
    P.P.S. To extract a document through OLE2 package you could use something like the following. /I'm not sure the code is correct/:
    DECLARE
    handle ole2.obj_type;
    BEGIN
    ACTIVATE_SERVER('OLE1');
    handle := forms_ole.get_interface_pointer('OLE1');
    BEGIN
    -- Save a document to disk
    Args :=OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(Args, 'C:\test.doc'); -- file name
    OLE2.INVOKE(handle, 'SaveAs', Args);
    OLE2.DESTROY_ARGLIST(Args);
    EXCEPTION WHEN OTHERS THEN
    Message('Error');
    END;
    -- OLE2.RELEASE_OBJ(handle);
    END;

  • How can I print PDF attachments from ABAP report in transaction ME23N?

    Hi,
    Users attach PDF files using "services for objects" in transaction ME23N.
    How can I print the PDF attachments from ABAP report ?
    Thanks in advance,,

    Hi,
      check this link,this might help you to solve your problem
    /people/thomas.jung3/blog/2005/04/28/setting-up-an-adobe-writer-for-abap-output
    Regards
    Kiran Sure

  • How can I print some pages from multipage report

    Hello,
    I have created a multipage report in word. I would like the user to be able to print the pages selected (as in word printing: pages: 1, 2-3); 
    I am using Office 2007 pro, the LabVIEW Report Gen Toolkit, LabVIEW 2009, and Windows XP.
    I used the suggestion in thread:
    http://forums.ni.com/t5/LabVIEW/How-can-you-print-a-single-page-of-a-multipage-report/m-p/155233 , modifying the print VI that comes shipped with LabVIEW: NI_ReportGenerationToolkit.lvlib:Word_Print.VI.
    first of all I put two integer constants on "From" and "To" in the Invoke node (PrintOut), but Labview return an error:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi -> print2.vi
    Then I searched for PrintOut Method in word 2007 Reference guide, and I saw that for using From and To the Range field must have the string  wdPrintFromTo;
    I insert wdPrintFromTo string  in RANGE Field and tryed.... same error......
    After that I change approach; removed all constants and used the field Pages; I put a string "1-2" connected to this field and now the printer respond, but all pages was printed!
    What's wrong?
    many thanks
    Attachments:
    print2.vi ‏18 KB
    parte comune.doc ‏43 KB

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • Report with OLE Object Problem (Crystal Report 11)

    Post Author: ibertola
    CA Forum: General
    Hi all,I'm a new user, and I've got a problem with OLE object. I would like to have a report that show me ONLY one of many OLE (word document) in Crystal structure.I've created 3 section detail, and in each one I've insert OLE object (creating from a file, and LINK).So, if I change one document stored locally, and then refresh the report, the content doesn't change like the linked file! Actually I've got all locally  Please help me.

    CR XI r2 is not supported on WIN 2008. See the [supported platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7081b21c-911e-2b10-678e-fe062159b453]
    documentation  and [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • HT1923 I have just updated itunes and now I can't print the playlist when I burn a list to cd. How do  make a cd case cover or list of songs?

    I just recently updated itunes and now I can't print the playlist or print a cd case cover. I want to at least print a list of songs to go in the cd case. How do I do that?

    beggsc54,  There were some printing bugs in iTunes 11.0 which reportedly have been fixed in 11.0.1.  If you haven't upgraded yet, install the latest iTunes and try again.

  • How to suppress printer setup scrren when running reports

    I am using Dev.2000 ver 1.x (ie Reports 2.5) and oracle9i as the Database.
    I want to run a report by calling Reports Runtime (R25run32.exe) through a .BAT file which is scheduled to run in the night. I am calling the report with PARAMFORM=No and I have defined Desname=c:\outfile, Destype=file and desformat=pdf inside the report.
    My problem is that when the BAT file runs the report, the printer set up screen pops up and the report does not procede further until I click OK on this screen. As a result I am not able to schedule the report to run automatically (ie unattended) in the night. I would be grateful if some body can guide me as to how to over come this problem.
    Thanks in adavance

    Hello,
    You can use the parameter:
    PRINTJOB=NO
    or the parameter :
    BATCH=YES
    Regards

  • Can I print an objects fields' values in a loop without having to cast?

    Hi,
    I have a Class with about 30 (public)fields and I need to print the values of each of them to a file. I tried the getFields() method of the Class object, but couldn't get the desired result, especially that the documentation says no order is guaranteed when using this method and I need to know have one in order to be able to read from the file when reconstriucting the object.
    I considered using the Object Streams but I need it to be in human readable format, preferably ASCII, as the fields are int, long, String, Date...
    Also the object might grow so I don't want to hardcode the writing and reading methods, would like it to be as generic as possible.
    Thanks for help

    hallo,
    have you tried XMLEncoder ; something like this (from the API docs):
    XMLEncoder e = new XMLEncoder(
    new BufferedOutputStream(
    new FileOutputStream("Test.xml")));
    e.writeObject(new JButton("Hello, world"));
    e.close();
    you can customize which parts of the objects are written, i think. otherwise, just create bean-like setter and getter methods for the fields and they should be automatically written (and read with XMLDecoder).
    ciao, -sciss-

  • How can I print a free format style report that is 3 pages long

    You may say this would be like a letter format (no columns), but is actually a formatted document. It is on 3 pages. I was instructed by a Oracle reports teacher to place on multiple frames with page protect to fix my problem of text for one line of text to appear on two pages. I tried this, but it did not work.
    I've had to specify 3 panels to accommodate for the 3 pages of text. I've made the frames vertically expandable for varied body of text.
    Thanks ahead of time,
    Jeannie

    hi ,
    see if this can solve your problem
    in reports 6, in the object navigator...u have three sections within the Layout Model...viz ... Header Section, Main Section and the Trailer Section. u just need to go to the properties of the Main Section and set the Verticals panels per page property to the desired number of pages across which u wanna span ur record. and put in the corresponding frames and fields within them
    null

  • How can I print in black when the colour cartridge is empty

    Hi,
    I have an HP Photosmart 5510 that I use ONLY for simple black on white printing for work.  I have it set to black ink only but today, a wet and cold Sunday night when I really really need the d*mned thing to work because it's month end and I have to send copies of all my worksheets to head office, I get an error message to the effect that it won't allow me to print using the brand spankin' new original HP black cartridge until I buy some totally unwanted colour cartridges to keep it company.
    Am I really being held to ransom like this?  Are Hewlitt Packard so short of cash that their corportate monolith will falter and fall if I don't buy expensive consumables whose only function is to print in colours I have no wish or need to use? 
    Am I really unable to use the black print facility on *MY* printer until I've fed yet more cash into the greedy maw of some US blue chip company?
    If the answer to any of the above is yes then tomorrow evennig after work I shall have to go to the store where I bought my HP printer and very publically tell them were to shove it and why.  I shall seek out a new printer  from ANY MANUFACTURER OTHER THAN HP that allows me to print in black only and I shall make it a mission to spread the word. 
    Of course it's entirely possible that HP have a simple fix that will allow me to use black cartridges only in which case I shall be delighted to continue buying original HP black cartridges on a monthly basis.
    On the other hand I do need a reply urgently because as I say, it's Sunday night and this problem has put me hours behind for work tomorrow as it is.
    Thanks  (I hope).
    Andrew 

    Hi,
    Firstly I'd like to say: I'm not working for any computer vendor, both hardware and software. From my understanding, the technology to make those inject printers dictates why we need all inks to print when we only need black.
    1. On some printers which ONLY use 2 ink cartridges (black & tri-color) we can print black only if the tri-color cartridge still has ink at least one color
    2. For many other printers which have individual color ink cartridges we need all of them to print even we only print black only. Printers may stop during the warming up process.
    3. For some printers, we can force them to print black only without ink in one color cartidge but this would more damage than good because this will shorten their lives.
    One thing I've mentioned few times. Vendors (all of them) should allow users to SCAN without inks. But as mentioned above, printers may stop during the warming up process and first of all THEY ARE PRINTERS.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Object Reference not set to instance of Object when sub-report on new page

    I have a problem when my sub-report goes onto the second page of the report, with an error message.
    My VB.NET displays a report and sub-report (in the footer) in a CrystalReportViewer:
    - When both are on the first page, both display fine
    - When the sub-report (or at least part) goes to the second page, the report displays OK, but without the subreport. When I go to page 2 of the report - hoping to see the sub-report - an error message is displayed, with title "Crystal Report Windows Forms Viewer" and text "Object Reference not set to an instance of an object".
    This problem occurs both on my development machine in VS and at a user site.
    Am desperate for some ideas please! I have VB.NET in Visual Studio 2010, and SAP Crystal Reports, version for Visual Studio 2010. The program is targeted for .NET Framework 3.5.
    I looked for the HandleException event on my Windows Forms Viewer, as suggested by SAP and Microsoft, but cannot find this. See for [example|http://devlibrary.businessobjects.com/businessobjectsxi/en/en/crystalreports_dotnet_sdk/crystalreports_net_doc/doc/crsdk_net_doc/html/crlrfwindowsformscrystalreportviewerclasshandleexceptioneventtopic.htm]

    Usually, the error is due to the object going out of scope. Placing the object in a session may help. Moving the CR code to page init or page load may help. Looking at samples may help:
    http://wiki.sdn.sap.com/wiki/x/JQBmBQ
    CR Dev help files are here:
    SAP Crystal Reports .NET API Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_api_2010_en.zip
    SAP Crystal Reports .NET SDK Developer Guide     http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip
    Finally, ensure you are using Service Pack 2 (see the sticky thread at the top of this forum).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • How can I animate an object when it is clicked on like a hyperlink?

    I'm creating a game for teaching purposes. Imagine Family Feud. Six boxes on a slide. Under each box is an answer. Clicking on any box makes it go away and reveals the answer. Since it is impossible to know the order of the selections, I can't hyperlink to a new slide. Animations only seem to be triggered by "mouse click" or "with previous" which does not allow individual selection and random order. Powerpoint for Windows had a "triggers" feature which allowed objects to animate individually when selected. Is there something in Keynote that would do this?

    Welcome to the forums!
    Keynote is not designed to do non-linear multimedia -- it is just a presentation application, intended for linear slide-by-slide shows. Unfortunately it does not have a feature similar to PowerPoint's triggers.

  • As of yesterday, I can't print with Firefox - when I enter "Print" it gives me a box for downloading files and then an error message.

    This happens either when I attempt to print a complete page or a selection. Print Preview will show what I want to print, but then gives me the same error message. But when I print from an application such as Microsoft Word or Adobe Reader everything works fine.

    Hi,
    As far as I understand, its very unlikely that print of Elements gets impacted by AIR update because AIR update has no relation to print functionality. Its mainly used by Inspirational browser of Photoshop Elements.
    If this is the case, solution should be simple. Uninstall AIR and PSE ... and then install PSE from your CD again... Remember to deactivate the serial before uninstalling....

Maybe you are looking for

  • Vendor emil ID and  vendor  code

    Hi, Dear SAP  Experts, In which table   can i find  both  vendor EMail ID  &  Vendor code With regards, ARABBAS

  • All connections in the universal connection pool are in use

    I know it's the problem with connection pool is leaking or the some of the connection is not being released properly. Where are the parameters I can change in Weblogic? I'm getting the following error in my OIM application running on WebLogic: java.s

  • Messenger classic: how can I give different colors to the conversati​on

    In my old bold messenger I had different colors for the received messages (light blue) and the sent messages (white) of the chat. Now they are both on white. How can I change that?  Thanks

  • ITunes 11.1.1 Issues

    I'm seeing 2 issues on the latest version of iTunes: The App Store and Podcasts tabs and all of their categories are displaying blank pages. I cannot update my iOS apps through iTunes. I get the prompt to enter my password and then it just repeats af

  • Here's a strange problem in Photoshop CS5 Extended....

    I finally got Photoshop CS5 Extended to open images new and existing by rolling back my video drivers.... Awesome, great, fantastic, euphoria ensues...... until I type some text and nothing appears..... Hmm... That's strange... I thought maybe it mig