OCX controls in JDeveloper

Hi,
I am trying to find some information on using OCX controls from within Java/JDeveloper. Is it possible to do this and if so how? Are there any good reference sites that could help me?
Thanks
Dave

I don't know offhand, but try searching on http://java.sun.com They may have something on there.
Take Care,
Rob
null

Similar Messages

  • TabSheets using OCX Control

    Hi,
    I am trying to create a multirow tabsheet control using OCX. I am using "tabctl32.ocx" file to create the tab control.
    Can anyone give me where to start with:
    --I have registered the OCX control using REGSVR32.
    --Created the container in forms
    --Imported the associated methods and events using OLE importer.
    Now what should I do?
    Or Is there any way to create "Multirow tab sheets" using Form's deafault tab canvas
    Thanks in advance for the help.
    null

    Help me!!!

  • Using ocx controls on form6i (Crystal report 7 control)

    I want to call reports developed in crystal report 7.0 (oracle as a backend)
    I putted a ocx control on form and called now i want to call different reports from different push buttons.
    vinod

    Hi Ibai,
       Thank you for your interest in CrystalWave. I tried sending this info to the email address you gave but got an undeliverable message.
    The links are as follows:
    (please use Internet Explorer while accessing the download link)
    1. CrystalWave info: http://www.twbs.com/CrystalWave.html
    2. CrystalWave download: http://www.twbs.com/cwrfiv2004.asp (You need to fill in your info and the download will start.)
    Please do let me know if you are not able to access these links and I can setup a temporary link for you to download the program.
    Thanks,
    Gopal Viswanathan

  • Using OCX controls in oracle forms 6

    Hi,
    I wanted to use the ocx control (filenet idmviewer control) in my forms. I imported the control using the ole importer. But i dont know how to reference it or so to say, how to use it to access my documents in the repository.
    Any help would be very much appreciated.
    Thanks

    Hi,
    Thanks for your info. I tried that. But i could not complete. It gives me compilation errors.
    If you have any sample apps. can u forward it to me?
    Balaji

  • How to implement ActiveX (OCX) Controls

    Hi All,
    Please help me. I want to call a OCX control in forms 6i. Please let me know how to do it or any documentation is available.
    Thanks
    srini.

    1. You have to create ActiveX control item on your
    canvas.
    2. Use Program / Import library interfaces ... menu in your form builder to import the OLE interfaces to your application. this creates a package in you form where you can sepcify your PL/SQL code for OCX events.
    With Dev 6i we could not make Forms to automatically load the OCX control, the user has to do it by using the context menu. At least this is the case for Winddows 2000.
    Be carefull: OCX / ActiveX is not supported on the Web forms wether it is Forms 6i or 9i.

  • HOW TO use OCX controls with Java application

    hi
    Is it possible to use microsoft Ocx controls in java applications.

    Anything is possible. You might want to ask if it's a good idea, but look at some of the people who have asked before. It looks like there are products out there to help.
    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Btitle%3Aocx&col=javaforums&x=19&y=13

  • Right tool for Configuration Management (version control) for Jdeveloper

    All
    Please share your idea and exepeience about right tool for Configuration Management (version control) for Jdeveloper Development. I used CVS in the past. Now In new company we are planning to use Oracle SCM. Is anybody used it before for Jdev Developmet ( BC4J/ADF and Struts project). Is SCM also intergrated with Jdev just like CVS.??
    Jdev Team please guide us.
    Thanks

    Before you go with SCM you should read these two papers:
    http://otn.oracle.com/products/designer/Schedule_2004.htm
    http://otn.oracle.com/products/designer/FAQ_Schedule_2004.htm

  • Third party ocx controls with oracle 6i forms

         I would appreciate if anyone can get the solution on how to work with the ocx controls on the oracle forms.i am doing the same thing and when I embed the ocx control on the form during design time and then execute it then the ocx control is lost during run time as I have to insert the object on the oracle form during the run time again and then how do I call the functions of the ocx ?please guide me at the earliest.thank you.

    Firstly upgrade to the latest patch of 6i, early version of 6i have a bug where OCX licence information is not correctly stored with the container, so in some cases the control will not instanciate at runtime.
    To call functions in the control, the simplest thing to do is to use the OLE Importer (MENU: Program -> Import OLE Library Interfaces). Choose the class of your control and Forms will generate you a PL/SQL package to call all the functions in the control.
    The rest is up to you - you have to know the API of the control you are using.

  • Trouble with OCX Controls

    I place an OCX container in my form and follow the steps to create an OCX control as explained in the help files. When I execute this form the layout of the selected control dissapears (there is only the frame of the container) and any call to the imported class methods fails, but the "OLE class" property still remains the same.
    I'm using Forms 6i version 6.0.8.11.3.
    Has anyone the same problem?
    Thanks
    (and sorry for my english!)
    null

    Yes it seems like a bug. On a duplicated Track, you can change parameters, but when you start playback, they will be reset. THe only work around is to "force" them with an Automation Curve.
    THe ony other option is, as léonie pointed out, create a Track from scratch.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Is is possible to run JRockit Mission Control as Jdeveloper plugin

    Hi All
    Is is possible to run JRockit Mission Control as Jdeveloper plugin
    Thanks
    Anbu

    Thanks Klara,
    Coulld you please tell me how can i use JRokit mission controll to find Memory leak in my web application running in weblogic on a remote machine.
    Thanks
    Anbu

  • SAP OCX control

    Hi
    I have some in-house applications which is developed on Oracle Developer 6i. I want to connect my applications from SAP ERP and while doing so I am using the OCX control.
    I have generated the code and now able to establish the connection with the SAP. The connection has been establish and I have checked it through SM04 TCode. The established connection are coming over there. Now the problem is to extract data through some RFC.
    I want to know the steps which I need to follow for extracting data. My current research tells me that first I have to add the function module in the OLE argument list then set the export and import parameter, call the function and then retrieve the data.
    I have written the following code:
    vFuncControl      := ole2.Create_Obj('SAP.Functions');
    vFuncMdl          := SAP_ISAPFunctions.ole_Add(vFuncControl,'BAPI_MATERIAL_GET_DETAIL');
    vMatExp           := SAP_IFunction.exports(vFuncMdl,vOla_Var);
    vMatImp           := SAP_IFunction.imports(vFuncMdl,TO_VARIANT('RM225'));
    I am getting stuck in the export, import, calling and retrieving. I don't know what to pass and to which package. If anyone has any idea then please kindly share it.
    Thanks
    Imran

    Hello Imran,
    Whatever variables you want to pass to SAP system will go in export and wherever variables you are expecting from SAP system will go in import and also there will be tables option to exchange tables between calling program and SAP.
    So,
    vMatExp := SAP_IFunction.exports(vFuncMdl,vOla_Var);
    Means, you are setting value vOla_Var  to vMatExp of vFuncMdl.
    whereas,
    vMatImp := SAP_IFunction.imports(vFuncMdl,TO_VARIANT('RM225'));
    Means you are reading values into vMatImp.
    To work everything correct your import export & table values should match with the parameters defined in SAP for given function module.
    Hope this helps!
    Thanks,
    Augustin.

  • Replication OCX control

    I'm trying to use the Replication OCX control, but having run the "deploy" batch file, I still get the error
    "POLITE Replication Server"
    repcb8.dll - could not be loaded (126)
    Does anyone know where I can find this dll ?
    Thanks
    Kevin Fries
    null

    Hi I also have the same problem with oracle 9i lite. Did you have any solutions yet?
    My Configuration:
    Oracle 9i lite 5.0.2
    Mobile Server : configured as a Module on Apache 1.3.27
    Regards,
    Ravi Chand. Hi! Ravi,
    I am trying to get the
    Mobile Server : configured as a Module on Apache 1.3.27
    on Linux 7.2.
    Have you got it working , if so what Platform ? Please let me know.
    ajith
    [email protected]

  • OCX control 10.2 (or above)

    I have a new program which is telling me to install Flash Player OCX control 10.2 (or above).  I just updated to Flash Player 11.4 using IE8 and I am running Windows XP 32-bit.  Can anybody point me in the right direction regarding this OCX control.  The installed software is still asking for that.  Thanks in advance.
    EDIT on 09-02-2012:  Please disregard any further.  I have downloaded and installed the "Windows Flash Player 11.4 ActiveX control content debugger (for IE)" and that seems to have cured my problem.  Thank you.

    Hi Pat,
    That is good to know.  I appreciate that info very much.
    That may have already happened.  The software is a free version of Flash Banner Maker by Anvsoft.  It appears to be a decent software and I have some of their other free software also.  I am just a hobbyist trying out new stuff and maybe will use some generated content on my personal website if I can create something I like.
    I will pay special attention to unexpected errors and resort to Plan B if needed.  I would first like to see if any errors are random or if there is a specific pattern.  It has only happened once so far as I can recall.
    Thanks again for your help.
    Richard

  • Images in OCX controls

    Hi,
    I have a custom made button control (OCX) which can contain images and text.
    "LoadPicture" method is used in vb for setting the image.
    Eg:-
    Private Sub Command1_Click()
    CommonDialog1.ShowOpen
    Set CoolButton1.Picture = LoadPicture(CommonDialog1.FileName)
    End Sub
    How can i do this in forms6i?
    If u have sample forms using ocx controls with images pleaaaase forward..
    Its very urgent. I have already spend lot of time on it.
    Fahad

    Its just a matter of using ActiveX control on Forms. Steps:
    1. Go Main menu Programs -> OLE Importer. It shows the list of registered ActiveX controls. Select the class of your Button control. The wizard generates the Interface packages for Events and Properties.
    2. AS u are saying, U want to use LoadPicture(), it is a Method. Syntax for using it is:
    Interface_name.Method_name(:ITEM('Item_name').INTERFACE, parameter1, parameter2, ... ) ;
    Here ITEM and INTERFACE are PL/SQL keywords.
    U can get the Interface_name of your OCX from the Ole Importer generated package. It also has the interface declaration for all the methods supported by the control. Parameter1, ... are the different parameters required by the Method, if any!
    Hope it helps U...
    Regards,
    Ritesh
    null

  • Searching an embedded PDF using the OCX control

    Does anyone have any thoughts on being able to search a PDF that is opened in a VB form using the OCX control that is provided with Adobe Acrobat?  Is the ExecCommand usable for this?  I'm simply trying to find the first instance of a search string in the document.  In the below snippet, I open the file; how do I find the string searchString?
    Thanks in advance.
    Dim FILENAME As String
    Dim searchString as string
    FILENAME = "C:\Users\jwollman\Documents\Research\Reform\full document.pdf"
    PDFViewer.LoadFile FILENAME

    Hi,
    If you open with the reader, the menu bar of Internet explorer will change. If you open inside the activeX, the menu bar will not change. If this is the case, I think is possible your configuration will not work because the activeX is not exactally the reader. For instance, if you navigate to a xdp/xfdf with Reader, you will be able to open the target PDF. However, if you make that with ActiveX you will not.
    regards

Maybe you are looking for

  • Smart object layer from PS to AI. how to use??

    I successfully work AI vector objects as placed objects into PS by copy pasting or file/place into a smart object layer in PS, I find value in making changes to my vector object dimensions in AI and seeing them updated in PS, but I don`t know how to

  • Unicode font usage with jTabbedPane

    Hey there I faced a problem when I use Unicode characters on JTabbedPane the font is amharic power geez unicode1 and it works fine with jLabel and partially with jButtons ( except trying to set text at run time ) The problem with jTabbedpane is that

  • Doubt regarding Data transfer from R3 to BW

    Hello Experts, I have a basic questions to ask,I am curious to know that how the data is transfered from a remote system (let say R3 or CRM) to BW system.Though i know that two systems make a RFC connections and make use of idocs. But if somebody can

  • An application refuses to uninstall

    I want to uninstall an internet modem application. It refuses to uninstall. I dragged it to the Trash, it returns back to the Launchpad. What do I do to uninstall it?

  • Trouble importing movies to iMac

    Im trying to import movies from a Sony Handycam, but am getting an error message of an unsupported file type.  Should MPEG files be converted to MP4 before being imported?  Can this be done while on the Handycam or will I need to download to a PC and