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!!!

Similar Messages

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

  • 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

  • How Use ActiveX Control Item!

    Please Let me know how use OCX Control with ActiveX Control Item in forms6i,
    and send me Sample code(*.fmb).
    Especially, I want to know how handle 'Event' of OCX Control in forms 6i.
    When use VBasic, code is descibed in 'Event' of OCX Control, and then how handle 'Event' of OCX Control in forms 6i.
    return to mail - [email protected]

    I think that if you use an activeX container, property and invoke nodes will work for the document/file or whatever you have in it, so I recommed you to use references to the file you want to use, open an activeX reference in the block diagram, and pass this reference to open, write, save and exit. This can be done easyly using the invoke and property nodes you already know... If not, check for errors between them, sometimes one error makes the rest of the code not to work... Hope this helps.
    If you want me to check the program, you can send an example here, but be sure it's LV 5.0, I've nor 5.1 nor 6.0, it can be a way of knowing the problem.

  • 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

  • Using OCX in Peoplesoft

    I need to use OCX in peoplesoft. I want to know how to do it ?
    The peoplesoft is installed in Linux environment, can I call OCX ?
    What's the step to make calls to OCX ?
    Where the OCX file needs to be on the server?
    Thanks!

    Hi Manvar and welcome to OTN.
    May I ask why you want to use OCX? As you may know, OCX/ActiveX controls are only applicable to Windows Platforms. Oracle has no plans for ActiveX support over the
    web, and Forms6i is the last version with client/server support. You may also know that Forms6i is desupported since January 31 2005. Programming something with OCX/ActiveX will only make the upgrade burden harder.
    JavaBean support in Forms 6i and above provides similar functionality.
    Regards,
    Martin Malmstrom
    Oracle9i Forms: Features Obsolescence
    Statement of Direction April 2002
    http://www.oracle.com/technology/products/forms/pdf/featuresobsolescence.pdf

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

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

  • Using spread control

    Hi all,
    I want to use spread control (activex control) in forms . if any one having sample code/form please forward to
    [email protected]

    Hi,
    If you have developer2000,you find demo of it in directory %Oracle Home%\Tools\Demo\Form\StblOle.frm
    you can not find any thing about this only in Demo of Form5(Developer 2000)
    MMTX32.OCX (Oracle Spread Table Control DLL)
    [email protected]
    bye.

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

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

Maybe you are looking for

  • Custom Miro Reversal

    Custom MIRO done and reversed in the same date & hitting PPV in the reversal document. both the Cusomt MIRO & reversal have same exchange rate. Why the PPV is hitting? Can anyone help on this?

  • Collaboration for a UML Project.

    Is there a way to share a UML Project for Collaboration? If not, are there any plans to implement such a feature? thx in advance, Dieter.

  • Published report requesting DB Login for Dynamic Parameters - V2008

    I have a report that is setup as a main report with many sub-reports. The Main report request a set of parameters all are dynamic and 4 are cascading. The sub-reports access one of 2 database connections and the dynamic paramters come from only one o

  • Width of combo box

    Hi Access 2013. I have two columns in the combo box drop down (image below) and I need the drop down part to be wider than the combobox editor to fit the two columns. How do I achieve this please? Thanks Regards

  • Trouble downloading Camera Raw 8.1

    When I try to update my Camera Raw version from 7.4 to 8.1 ( I'm running CS6 and LR5) I get a message that I have no new updates to install.  When I open an image from Bridge into CR it clearly shows that I'm running the 7.4 version.  Of course I'm h