Scrollbar of OLE in forms 6i

Hi all
I am using forms 6i and Oracle 10g. I have an entry form and in this form there is an OLE item. I am using MS word application in this ole. When i write 2/3 pages documents i can not see the whole documents in the OLE contents. If I could enable scroll bar of OLE item then my problem solve.
Can I enable scroll bar of OLE item?
thanx in advance.

There is a limitation in using OLE: you can only use one page at a time. If you have multiple page documents, you have to split them per page.
We had the same problem and I remember there was a note on My Oracle Support about this. We've used an OLE item for a 3 page word document and had to split the document.
It is one of the reasons you should keep OLE containers to a minimum.
Another reason is that you'll never be able to get the document out of the database without using Forms.

Similar Messages

  • Show scrollbar for whole PDF form

    Hi,
    At the moment, on preview or when the form is embedded in a webpage, the scrollbar is not showing. I reckon this is because this PDF form only has 1 page. However, as user is allowed to zoom in/out for embedded PDFs on webpages, a scrollbar is needed. Is there a way to force the scrollbar of a PDF form to appear?
    Thanks,
    Bernard

    Hi guys,
    Found the solution.
    There is a property that disables panes(which include scrollbars), i.e.
    event.target.viewState = {overViewMode:5};
    Hence, removing this line of code will fix this issue.
    Regards,
    Bernard

  • OLE in forms

    Hi,
    I am trying to use OLE in forms to access objects. There is a
    function called
    FUNCTION GET_OLE_NUM (obj OLEOBJ, memberid PLS_INTEGER)
    RETURN oleprop NUMBER;
    Can anyone please tell me what this value memberid stands for
    Thanks in advance
    Padma

    You'll need to setup WEBUTIL. Have a search for the documentation on the main otn page. It'll include examples of the functionality which will include the client_ole2 functionality.

  • Display data on OLE object (form) in Crystal Report

    Hi All,
    I m using Crystal Reports 2008. We have Business Objects XI 3.1 SP3 environment.
    I have a crystal report with OLE object embedded in it. The OLE Object is a form on which the database fields and the formula fields are supposed to be displayed. The OLE Object form has multiple lines (rows) and sections. I have a formula field that sometimes brings multiple records and I want to be able to display those records as rows (one below the other) on the same page until all rows on the form are filled. I have 2 problems:
    1. When the formula field brings more than 1 record, only one record is displayed on one page and the next record goes and prints on the next page i.e. the records are not being displayed below each other.
    2. How do I make sure that the records display on the next page of the report once all empty lines/rows on the OLE object form are filled?
    Your replies are much appreciated.
    Thank you.

    Hi,
    if I understand correctly, your OLE object is a form and your data needs to display on it.
    What you can do is, inserting the OLE object on page header and then in the section expert, click "Underlay the following section".
    Note that the structure of Crystal report is RH, PH, GH, Details.
    So, if you insert OLE object in Page Header (PH) and you have a group, underlaying the OLE means displaying the object underlay Group Header (GH).
    So, it is a bit of twisting to do and your OLE object needs to fit well as in A4 (or the paper size you need) consistently.

  • Ole retrieval FORMS 6.0

    Hello All,
    Iam unsing forms 6.0 and iam using OLE object to store the data object into the database, using the block wizard i created the object and from the
    action->Save iam saving the ole object to the database....
    Now i want to retrive the ole object from the database....
    my sql is
    declare
    ol long raw;
    begin
    select ole_object into ol from drawing_files where draw_no=1;
    drawing_files.ole_object:=ol;
    end;
    Its showing error in "Bad bind variable"
    How to solve the error

    I make icon file 16x16 and use it in FTree.
    But FTree reflect icon as 32x32.
    null

  • OLE in Forms 6i

    hi
    how do you insert an excel object in a form?
    i've been trying to mimic the [wapidemo]demo form, but have been unsuccessful.
    thanks
    null

    There is a limitation in using OLE: you can only use one page at a time. If you have multiple page documents, you have to split them per page.
    We had the same problem and I remember there was a note on My Oracle Support about this. We've used an OLE item for a 3 page word document and had to split the document.
    It is one of the reasons you should keep OLE containers to a minimum.
    Another reason is that you'll never be able to get the document out of the database without using Forms.

  • WebUtil -- OLE functions Forms 10G

    We could use severl webutil functions but OLE.
    When calling it is failing right in the first line....
    application:=CLIENT_OLE2.create_obj('Outlook.Application');     
    generating below error in Java Console.....Any help is appreciated..
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkLink(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.jacob.com.Dispatch.<clinit>(Dispatch.java:537)
         at oracle.forms.webutil.ole.OleFunctions.create_obj(Unknown Source)
         at oracle.forms.webutil.ole.OleFunctions.getProperty(Unknown Source)
         at oracle.forms.handler.UICommon.onGet(Unknown Source)
         at oracle.forms.engine.Runform.onGetHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    Its all in the first line:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission loadLibrary.jacob)
    This probably means that you did not correctly sign the JAR files....hence a security exception accessing the jacob library
    Regards
    Grant Ronald
    Oracle Product Management

  • Using blobsin database and ole in forms ,reports

    Dear forum ,
    I have one thread to you, its stopping me from moving forward.
    I am using forms 6i ,reports 6i ,db above 9i.
    I had created database table haveing one blob column ,used the column in form as ole object and inserted a record contains (opened ms office excel sheet ,i need some part of rows columns matrix copied -it contains data taken) copied in forms runtime and saved.
    And the same table used in oracle reports the column as ole column, generated the output to pdf ,or word .
    the inserted records -bolob images are not retriveing or not shown in generated file can be pdf or word or html ?
    what is the reason.
    can you help me the proceeding.
    Thanks & Regards ,
    Deviprasad.m

    I don't think its possible to include a word-doc or a pdf stored in a blob in a report. A blob in reports can be used to show an image, like a jpg or gif.
    Edited by: Andreas Weiden on 11.07.2010 14:11

  • Scrollbar In Oracle 6i Forms

    Hai all,
    I want to hide the scrollbar of a detailed block depending up on the data in the master block.
    but i can;t find any thing in the SET_BLOCK_PROPERTY.
    or is it possible to hide entire block including the scrollbar?
    thanks in advance.
    Manu

    I want to hide the scrollbar of a detailed block depending up on the data in the master block
    1.You cant create scrollbar at runtime (forms 6i)
    2. If scrollbar property yes(static) then we can play with hight and width and placement of scollbar.
    is it possible to hide entire block including the scrollbar?
    but if u want to hide the block that is possible
    if u place the detail block at different canvas (as stacked).
    If is helpful/correct please tick
    kanish

  • Scrollbar to ole container.

    Hi,
    I'm using forms6i.
    Is it possible to give horizontal and vertical scrollbar to the ole container.
    I'm opening different files(pdf,doc etc) in this ole item, which many have more than one pages.
    Now i'm only able to see the first page of the file.
    Or should i need to set some other property of the ole container to view the full file??
    Please Help

    Hi,
    You have to double click on the ole item at runtime to view all the pages with scroll bar.
    Try.
    Regards
    SankarMN

  • WebUtil -- OLE functions Forms 10G -- OutLook Access dialog window

    Hello:
    I am using OLE to open outlook compose dialog email dialog box from Forms.
    When we invoke Outlook Compose/draft window, an Outlook Dialog window/alert comes up with a message "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this? etc.."
    How can I suppress this dialog box?
    Thanks

    Hello,
    take a look at this thread:
    Re: E-mail from oracle form - suppress dialog window
    and first off all, contact your system administrator.
    Bernd

  • OLE & Web Forms

    In the client/server environment, I'm able to use OLE to invoke
    and store documents, e.g. word, excel documents, etc. into an
    ole container. When I move the same function to the web, it
    doesn't seem to work. I cannot get the right mouse button to
    show anything. Is this something that will be in the next
    release? Could this work using Java or some other way?
    Thanks
    null

    Laura (guest) wrote:
    : In the client/server environment, I'm able to use OLE to invoke
    : and store documents, e.g. word, excel documents, etc. into an
    : ole container. When I move the same function to the web, it
    : doesn't seem to work. I cannot get the right mouse button to
    : show anything. Is this something that will be in the next
    : release? Could this work using Java or some other way?
    : Thanks
    OLE will not work at all in Developer Server
    null

  • Using OLE in forms 10g

    Gurus,
    I have a problem. I want to import MS-Excel sheet into forms 10g, any builts to be used ?? what's the procedure ?
    Can anyone help me
    Regards

    Well, the application should come from the client machine rather than serverThe application runs from the server (as it is web-forms), but the UI runs and the client.
    WEBUTIL is designed to do things on the client. So CLIENT_OLE is executed on the client-pc.

  • Does the SDK support ScrollBar information of a Form?

    Hi all,
    Can we get the ScrollBar information such as: location, min scroll, max scroll, scroll position... when using UI API?
    Regards,
    Thanh Tran

    Hi,
    AFAIK, not from the UI-API. Have to find it by yourself in digging directly in the WinAPI.
    Regards,
    Eric

  • Forms 6i and OLE

    I've upgraded from Forms 5 to Forms 6i and have subsequently found my Word2000 documents become corrupt when edited using OLE in the new version of Forms. Has anyone found this ?
    I've been advised by Oracle to recreate them as new documents in Forms 6i. This is no easy task as I have over 135,000 documents stored in the data base. A possible solution suggested was to open the documents in Forms 5, saving them on my hard drive, then opening the documents from the hard drive using Forms 6i, copying the contents and pasting them in to a new document using OLE in Forms 6i. This doesn't work as the paste facility fails in new documents and Word2000 has an in build message which appears when copying large amounts of text. I'm really struggling to find a solution to this, I also find it hard to believe that I'm first person to have attempted a upgrade from Forms 5 to 6i with word documents stored using OLE.
    Can anyone help ??

    it not only for word, but for JPG files too, I mean it is not possible for other tools to open the JPG file from db after thru forms 5.x, 6.x to save to db.

Maybe you are looking for

  • Photoshop cs5 won't load, start or open

    I have a 32 bit windows vista os. I used to have Master collection cs3. I installed photoshop cs5 stand alone on top of it. It worked for about a month then one day when I clicked the Ps icon I was asked what program I wanted to start photoshop in, T

  • TS3926 OS X Lion: Installer reports "This disk is locked"

    Hi , I have a 2011 MBA with 256GB SSD and recently encounted a problem during start up: 1. Got gray screen with Apple logo and the running circle 2. Restart with Option key and ran disk utility.  Got "invalid sibling link"... Tried repair disk, canno

  • Itunes does not recognize my iphone6

    itunes does not recognize my iphone6

  • Column to Row Display

    Hi, I have 252 column table data, where in I need to display some of those columns values as rows in my report. col1 col2 col3 col4 .... col252 i want to display this as row1 row2 row3 row252. I am unable to use Pivot as I am using Oracle 10g. Pls su

  • Bengali font on Indian web sites

    I'm trying to find out how I can get indian language web sites to show up in Safari? They are in the language Bengali. I've tried downloading multiple Bengali fonts but none of them seemed to work. Some of the web sites in question are: http://www.ba