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

Similar Messages

  • 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 object storage and retrieval FORMS 6.0

    Hello All,
    Iam using 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
    and if possible i need the sql coding for storage and retreival of OLE object data..
    Thanks......

    I have re-applied the patch and the problem has vanished??
    Everything appears to function properly.

  • 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.

  • Retrieved forms are missing information

    I've been getting a number of complaints from applicants who have said that when they retrieve their form, information that had been previously saved is now missing. I am sure one is user error (they didn't save), but 3 others I trust definitely saved, retrieved the form and saw the information, worked on other sections, saved again, and when they went back, previously saved answers were missing.
    We have broken our form into multiple pages to keep the online version in manageable chunks. Could the problem be when the user works on page 8, saves, goes back to page 4 to rework something, and saves again? Thereby removing everything saved later than the last page they were on?
    Proposals are due tomorrow, and I have a lot of panicked people who have a lot of work to redo in a short time. Is there anything you can do? Any way to restore the information?

    Unfortunately this is a known bug in our code at this time. The developer has been working on a fix and we will notify you as soon as it is available.
    Andrew

  • 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

  • How to retrieve form name

    hi all
    i want to retrieve a form name and assign it to a variable
    how can i implement it.
    thnks and regards

    Hi ,
    Try out the following:
    var:=Get_application_property(CURRENT_FORM_NAME);
    where var is a variable of varchar2 data type...
    Regards,
    Simon

  • Retrieve form parameters in order

    Hi All,
    I have some 20 forms in my application. Now what i am doing is just looping around the request Enumeration after form submit and sending a mail to my back-end systems with form data. But what is happening every time i submit a form the request Enumeration does not return me data the order fields appear on the display browser. I could create a bean for each form and define the order, but creating 20 such beans is a overhead and is not something that would help me anytime to leverage the forms. Is there any method by which i can retrieve the form fields by the order they appear on the screen.
    I know this might be weird, but i really did not have that time to think of.

    This is not the right forum. Ask these question on the E-Business Suite forum:
    General EBS Discussion
    Francois

  • 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

  • Bulk form creation, merge, and retrieve form data

    I am new to acrobat, and can't even find a place to start for what I want to accomplish.  I have a directory with 1000 single page pdfs (filenames are data_0001.pdf, data_0002.pdf, etc.).
    For every single page pdf, I want to embed a form with a radio button list containing several options and a comment text box.
    Every page needs a unique form ID that can be related to the original single page pdf filename.
    I want to merge all the single page pdf files with the embedded form into a single multi-page pdf.
    A user looks through the multi-page pdf and selects from the radio button and adds comments on every page, and saves the pdf.
    I then want to export from the saved pdf a three column spreadsheet or csv file with columns
    "original pdf filename" "result of radio button list" "comment text box"
    I need to do this at least 100 times, so each stage needs to be scripted.
    Can anyone point to a link for anything remotely close to the work flow steps needed to accomplish this with acrobat.
    Thanks for any help you can provide.

    You can use a batch process to add the form fields to each PDF. You should make the field names for each page unique, so that when you combine the individual pages into a single PDF, the form will behave properly. You can base the field names in each PDF on the original file name to achieve this. To add field with a script in a batch sequence, use the doc.addField JavaScript method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.435.html
    You can then combine the single page PDFs with form fields into a single PDF, either using an external script (e.g., VBScript) or a script in Acrobat, but you'd need the list of files to combine, especially if you care about the order of pages. Acrobat also has the "Files > Combine > Merge Files into Single PDF" feature, but I can't say it will work to combine that many forms at once, so you'll just have to see.
    As for exporting data, This too can be scripted. I'd suggest that the script can create the data file that gets added to the document as a file attachment (data object), which can then be extracted. Creating a tab separated text file is simpler than ensuring a properly constructed CSV, so that's what I'd be inclined to do. A user is not able to enter a tab character into a form field, so you shouldn't have a problem with this. See the createDataObject documentation for more information: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.450.html
    Good luck,
    George

  • 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.

Maybe you are looking for