Urgent:Retrieving Word Docs in Reports

I have saved Word documents in an Oracle 7.3 database using OLE
thru Forms. I want to retrieve the docs in the reports
automatically as the particular report runs..How can i retrieve
these docs in from the developer reports...
null

what you can do is you run the live previewer, and then you
create a field by using the field icon, and then you set the
property for this field.
a) source: the OLE field from the database, of course you got
to select when you create the report but you can choose not to
display when the report builder ask you to field the text part.
I assume you are using the display style of letter format.
b) File format: OLE 2
c)data type: long raw.
Adil Sameer (guest) wrote:
: I have saved Word documents in an Oracle 7.3 database using
OLE
: thru Forms. I want to retrieve the docs in the reports
: automatically as the particular report runs..How can i
retrieve
: these docs in from the developer reports...
null

Similar Messages

  • Subject Retrieving Word docs from the database thru reports

    I have saved Word documents in an Oracle 7.3 database using OLE
    thru Forms. I want to retrieve the docs in the reports
    automatically as the particular report runs..How can i retrieve
    these docs in from the developer reports...Can any one help me
    in this problem
    null

    bumping to the top!

  • Inserting and retrieving Word docs from a custom table with LOB column

    Hi,
    I'm sure I'm not looking around in the right place for some docs on this.
    Basically I need to build a custom interface in Web PL/SQL to allow a MS Word doc to be uploaded for a user's browser and also a mechanism to retrieve the doc.
    Not sure what is the 'best' column datatype to use for this either.
    Portal Forms are out of the question due to inflexibility of application.
    Cheers,
    John

    bumping to the top!

  • Displaying Blob data (MS Word Doc) in Reports

    Anyone have suggestions/idea on how to display an MSWord Doc stored within a blob column (not a bfile pointer) within Reports? All I see is the binary data but would like to see the Word Doc itself.
    Thanks.

    Mahi,
    you can't do that yet.

  • How to bring different Word docs in Reports 6i

    Hello,
    I want to bring some formatted text (Word file) into my report.
    In fact, for every customer in my report I have a different formatted text to display.
    Using OLE2(Create from File)I have to specify exactly the name of the file(one file for the entire report).
    What I want is that the name of the file to be different from one customer to another.
    Does anybody know how can I do that?
    I don't want to use txt files and format them in the report.
    Thank you,
    Monica

    Mira,
    The trick here is not to create the OLE object directly in the layout (as you have been), but to use the Read From File functionality provided.
    For any field in the layout, you can go to the property palette and set the 'Read From File' property to be 'Yes'. Once you do this you'll get another property 'File Format' which you can set to the be the format of file to read (in your case OLE2).
    Now, when Reports runs instead of just formatting this field, it will look at the value and try to open that file from the filesystem. Take a look at the on-line help and examples of 'Read From File' for more information.
    Regards,
    Danny

  • Data in report to word doc

    Hi all,
    I get only one field data(ie frm MANDT) from report to Word doc.
    How can i get the record of a table.
    REPORT  ZMGC_INT.
    INCLUDE OLE2INCL.
    DATA P_FWOR LIKE RLGRAP-FILENAME.
    DATA I_BUFFER TYPE .
    PERFORM LANZA_WORD.
    FORM LANZA_WORD.
    DATA: WORDAPP TYPE OLE2_OBJECT,
    DOCUMENT TYPE OLE2_OBJECT,
    SELECTION TYPE OLE2_OBJECT.
    Copia el contenido del buffer en el portapeles
                   CALL FUNCTION 'ZCLPB_EXPORT'
                     TABLES
                       DATA_TAB         = I_BUFFER
                     EXCEPTIONS
                       CLPB_ERROR       = 1
                       OTHERS           = 2.
                   IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                   ENDIF.
    Abre Word
    CREATE OBJECT WORDAPP 'word.application'.
    IF SY-SUBRC NE 0.
    MESSAGE E398(00) WITH 'No se ha podido abrir el Word'.
    ENDIF.
    Lo pone en visible
    SET PROPERTY OF WORDAPP 'Visible' = 1.
    Cogemes el objeto documento
    CALL METHOD OF WORDAPP 'Documents' = DOCUMENT.
    Abrimos el fichero plantilla
    IF P_FWOR IS INITIAL.
    CALL METHOD OF DOCUMENT 'Add'.
    ELSE.
    CALL METHOD OF DOCUMENT 'Open' EXPORTING #1 = P_FWOR.
    IF SY-SUBRC NE 0.
    MESSAGE E398(00) WITH 'Error al leer el fichero plantilla'.
    ENDIF.
    ENDIF.
    Coge el objeto selección
    CALL METHOD OF WORDAPP 'Selection' = SELECTION.
    Pega el contenido del portapapeles
    CALL METHOD OF SELECTION 'Paste'.
    IF SY-SUBRC NE 0.
    WRITE 'PASTE'.
    ENDIF.
    Graba el fichero
    CALL METHOD OF WORDAPP 'ActiveDocument' = DOCUMENT.
    *CALL METHOD OF DOCUMENT 'SaveAs' EXPORTING #1 = P_FWOR.
    *IF SY-SUBRC NE 0.
    *MESSAGE E398(00) WITH 'Error al grabar el nuevo documento'.
    *ENDIF.
    Cierra Word
    CALL METHOD OF WORDAPP 'Quit'.
    IF SY-SUBRC NE 0.
    MESSAGE E398(00) WITH 'Error al cerrar Word'.
    ENDIF.
    ENDFORM. " LANZA_WORD

    Ranjith,
      Go to tcode SE83 -
    >CONTROLS---->BASICS----->Desktop Office Integration.
    Right side  examples .You will find the required code.
    Pls. Mark if useful

  • I've just signed up and paid. How do I retrieve an acrobat.pdf file converted to editable Word doc?

    I've just signed up and paid. How do I retrieve an acrobat.pdf file converted to editable Word doc?

    Hi clmundstrom,
    This document tells you what you need to know to get up and running with ExportPDF: Getting Started with ExportPDF
    Please let us know how it goes!
    Best,
    Sara

  • Can we export FR Book in to Word doc? (Urgent)

    Hi all,
    We are using HFR 11.1.1.3 for Hyperion Book, we are having a requirement from client asking to export HRF Book in to MS-Word doc. is it posssible to export FR Book to Word doc. if so can any one please help me how it can be done???
    Sri......
    Edited by: SSS on Mar 17, 2010 1:01 PM

    There are 2 options I can think of:
    1. If they want to add commentary to a report book, Report Books can now contain MS Office documents, which can be included - they must be loaded onto the Workspace first. This is probably best for items like a quarterly management pack.
    2. If this is something the users wish to run over and over again, it's probably best to setup a MS Word document containing the reports in the book to be used with Smart View: You can export the current page of the current data object to Word, PowerPoint or Excel as an image. After insertion, you can re-query the corresponding Web application to refresh the image.
    -> This creates a standard report template (in Word, Powerpoint or Excel), which can then be modified by the users to add commentary as required.
    Check out the Exporting to Smart View for Office, Page 103 from the Workspace Users Guide (bpmui_user11.1.pdf) for more details: http://download.oracle.com/docs/cd/E12825_01/nav/portal_2.htm
    Hope this helps, Iain

  • Report with cf formula WORD doc --to wip

    my report (reports 6i) has a CF formula --- OLE2--- some file.doc (Word) (one page :))
    in reports 6i it works just fine...
    but in oracle apps i can only see the header and not the word doc.... (i'm runnig the report in wip as a conc request....with pdf output...)
    i tried to convert the doc to pdf (because i have pdf as output for my report...) but i still have the same problem....
    the word doc is a paramater :p_link : d:\scan\pag1.doc
    what should i do to see this in application....what output should have the report in apps????
    ???

    there are NO OLE2 on IAS

  • Displaying Word Doc in PDF report

    Hi,,,
    Our web application( using OC4J ) use oracle reports for printing and generate pdf . The problem we're having now is we have to use formating such us indent, bullets, tabs etc.
    We tried saving it in html format but could not find a away to read it and format it to pdf.
    Other solutin we tried is to store word doc in blob and try to read it but not successfull also ..
    Any thought on this ? Please help ..
    Desperado ....

    Hi,
    to use formating such us indent, bullets, tabs etc.Can't you use Acrobat writer to do this? I mean, generate PDF files from Reports, open them in Acrobat writer, and edit.
    Else, did you try output to RTF, then open it in MS Word, format it and convert to PDF (need Acrobat writer again).
    Navneet.

  • Is there a way to retrieve ms word docs after upgrading to lion

    Is there a way to retrieve ms words docs after upgrading to lion?

    memph wrote:
    Is there a way to retrieve ms words docs after upgrading to lion?
    Upgrade MS Office to 2011, or use Apple iWorks, available from the App Store or use the free OpenOffice or LibreOffice. Plenty of choices, just no longer MS Office 2004.
    Pete

  • Export section content to report or ms word doc?

    All,
    Hopefully a quick and simple yes/no question. Is there a way to export just the contents of a set of sections to a word doc or some type of report?
    We created a large set of sections that are unique customer contract languages. The CAT/UAT team wants to be able to validate the content w/o having to create all the test scenarios to generate them in the system.
    thanks!

    There are a couple of command line utilities that you might want to consider: FAP2PDF and FAP2RTF
    These utilities support using wildcards to convert a set of FAP files into PDF or RTF files.
    You can find information about these tools in the Utilities Reference or just run the programs with no parameters in a DOS box.

  • Early Watch not Producing Word.doc, or HTML Reports

    Hello all,
    I've managed to maintain the SDCCN, and the jobs associated with producing an Early Watch.
    However, the process isn't producing any attachments, including a word doc, or an HTML report.
    Oddly, in the operations screen from the CEN, I'm not able to view the report session at all, despite the Early Watch report being in the monitored system as a tree structure.
    When trying to view the session through the operations screen in solution overview, the system throws that it cannot be viewed:
    Cannot open session
        Message no. DSWP033
    Even odder is that the icon (the two bottles) suggests "Data has been transferred".
    Any suggestions would be most helpful.
    Message was edited by:
            Kenneth P

    In case any searches on this and needs a solution...
    Believe it or not, the error was b/c of the >decimal< settings in my user ID.  How very odd.
    However, if you continue to get odd messages, please make sure that your user is set to display with decimals between powers of 10, and commas between powers of 1/10th.
    ie 100.100.100,000

  • Using Access to store OLE objects like Excel , Word docs and retrieve them

    Hi folks,
    I need a solution for this problem guys.
    The logic is like this : A portable exe file and a database. Database contains files stored ( embedded ) in it like Excel , Word , notepad etc.
    On running the exe file and giving necessary prompts or combo entries, it should display all files related to the selection and On clicking the link the document should open itself.
    Why I use Access : Most of the PC contains MS Office. Otherwise I have to use a lightweight protable database.
    Also it should be able to store files into it. As far as I know , Access can store excel and images etc. Is there any other protable db capable of storing excel and word docs.
    After storing how do I retrieve the file. I have read about displaying images. What about excel files...

    Portable as in the sense every one can cary the file and the MS access database and can access data whenever they want . They can carry it in their flash drive / USB drive. Only the data base would get updated with the data. So in effect , One could access the updated documents by the means of a query.
    This should work in Windows environment

  • Teach me use OLE2 to change a WORD doc. content, Urgent?

    Where can I have enougt infomation teach me how to use OLE2 statements to control a Word doc. so that I can change the content of a Word template before store into Oralce database.
    Anybody can teach me....Urgent!

    I am sorry, but we can't teach you OLE on this forum. WebUtil allows you to use OLE to integrate with Word and we do have an example on OTN that explains how to access and modify a Word document using WebUtil (http://www.oracle.com/technology/products/forms/htdocs/webutil/Webutil_demo.zip) but it doesn't explain how OLE works.
    Frank

Maybe you are looking for

  • Mac Pro stuck on gray screen after installing software for a new keyboard

    I am having a huge issue with my very important work computer! For a few weeks, my Mac has been freezing on the gray screen during start up. Since I had two external hard drives plugged in, I would unplug one of them and the Mac would always restart

  • Generation of XML using XSD

    I Have to generate XML file using XSD. I have the xsd available with me ,i have the values of elements also,now i need create a xml file using the XSD or DTD, with the values i got from the database. Kindly help.

  • There is dust in my screen ipad2 but have more problem to claim

    I have ipad2 which have dust in my screen, but i have a dent on my corner side the right one. I still can claim it or not? The dust is very annoying :(

  • Add a Podcast - Missing?

    Hi - i have been getting used to working with podcasts. I have submitted 2 podcasts as tests - with the intention of removing them after i knew it all worked. Everything worked fine but i wanted to test one more, before removing them... However - in

  • Anyone got any advise on hard drives?

    Hi guys, i'm a newbee so sorry for any ignorance! I'm looking to buy a second hard drive for my macpro and really don't know where to start, any advice would really be helpfull. I've had a look at the Seagate Barracuda 750GB but like i said i am real