Help!!! DDE and OLE2 in Developer/2000

I have problems trying to understanding the DDE and OLES
packages in Developer/2000. I have tried some of the sameples
from Oracle Support sites. Somes worked, some did not. Could
somebody show me where I can get more information on this
topics. Thank you for your time. Bye.
null

John,
I am also currently trying to implement OLE in Forms.
It's not easy as there isn't much Doco around. I did find a
good white paper on OTN:
Title: OLE Automation Guide-Oracle Forms to Microsoft Word
Doc ID: 10634996.6
Hope it helps, it did for me.
Chris .........
John (guest) wrote:
: I have problems trying to understanding the DDE and OLES
: packages in Developer/2000. I have tried some of the sameples
: from Oracle Support sites. Somes worked, some did not. Could
: somebody show me where I can get more information on this
: topics. Thank you for your time. Bye.
null

Similar Messages

  • How to frequently read and email using developer/2000?

    Could anyone please tell me if there is a way to frequently
    read an email from the mail server into the database of oracle7
    using any of the tools of oracle7 or developer/2000?
    Thank you very much.
    null

    Mohammed Fadel Shatnawi. (guest) wrote:
    : Hello All,
    : I wonder if there is a way by which one can constantly read an
    : email from the mail server into a database!!
    : If there is a way, please do tell me about it.
    : Thank you very much.
    Hi Mohammed,
    I guess, you can use the Oracle InterOffice Product for your
    requirement. (Hope Oracle still supports/sells InterOffice).
    Using Forms, I am not aware. Sorry !
    Bala.
    null

  • How to deinstall Oracle Developer 2000 6i and again install properly

    hi
    My HDD is partitioned as C,D,E and F. Oracle 9i is successfully installed in my system in C:\ drive (C:\oracle)and it's running fine. when i was going to install Oracle Developer 2000 6i in F:\ drive it dint show neither any error message nor message like successfully installed but all icons are there. when i was started the forms buider it's showing " ORA-12154: TNS: could not resolve service name" error. how to run forms builder? i have installed in XP. should i deinstall Oracle Developer 2000 6i? if yes, how to deinstall that and how to install it properly?
    should i install oracle 9i database before and then oracle developer 2000 6i or vice versa???
    will be waiting for your valuable suggestions.......
    thanks & regards,
    Priyatosh

    hi
    the tnsnames.ora file is in F:\oracle\Frm61\NET80\ADMIN. i have attached the contents of that file below. i don't know where to change and what to change.
    Beq-local.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = beq.world)
    (PROTOCOL = BEQ)
    (PROGRAM = oracle73)
    (ARGV0 = oracle73ORCL)
    (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
    (CONNECT_DATA = (SID = ORCL)
    Tcp-loopback.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 127.0.0.1)
    (Port = 1521)
    (CONNECT_DATA = (SID = ORCL)
    Example1.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = Production1)
    (Port = 1521)
    (CONNECT_DATA = (SID = SID1)
    Example2.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = spx.world)
    (PROTOCOL = SPX)
    (Service = Server_lsnr)
    (CONNECT_DATA = (SID = ORCL)
    Example3.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = nmp.world)
    (PROTOCOL = NMP)
    (Server = FinanceServer1)
    (Pipe = ORAPIPE)
    (CONNECT_DATA = (SID = ORCL)
    please help me out.....
    thanks & regards,
    Priyatosh

  • Ask for a way to learn Oracle and Developer 2000. HELP PLEASE!!

    Hi,
    I want to learn Oracle database and developer 2000. So I need the softwares.I am going to download
    1. Oracle Forms Developer/Server Release 6i for Windows NT
    2. Oracle8i Personal Edition on NT
    Before download them, I want to know if they can work together. I am in Australia, do you know where I can get the free softwares, or with lower price.
    If you have another way for self-training, please let me know.
    Thanks in advance.
    Sue

    They do work together, though the installation process is moderately complicated. You may want to check this web site: http://www.chow1.myweb.nl/
    This site has some experiences and procedures that have worked in the past for this combination.
    You should also check Amazon.com or your local tech bookstore for books on Developer.

  • Oracle 8i on Win 98 and Developer 2000 (v6 from CD tools pack)

    I have successfully installed (Typical) Oracle 8i personal edition into C:\Oracle\Ora81. When I invoke the SQL*Plus installed during this install it works by just specifying the uid/passwd: scott/tiger with no connect string.
    Then I installed the Developer 2000 v6. (C:\Orawin95). When I try to connect using SQL*Plus or Forms etc. I get the message TNS name cannot resolve the service name. I tried to compare and match the TNSnames from previous installation but was unsuccessful. Any help will be greatly appreciated.
    Thanks
    Suresh

    I got a fix and it's working now!!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Suresh Sikharam ([email protected]):
    I have successfully installed (Typical) Oracle 8i personal edition into C:\Oracle\Ora81. When I invoke the SQL*Plus installed during this install it works by just specifying the uid/passwd: scott/tiger with no connect string.
    Then I installed the Developer 6. (C:\Orawin95). When I try to connect using SQL*Plus or Forms etc. I get the message TNS name cannot resolve the service name. I tried to compare and match the TNSnames from previous installation but was unsuccessful. Any help will be greatly appreciated.
    Thanks
    Suresh <HR></BLOCKQUOTE>
    null

  • Java and MS SQL Server 2000 problem, please help

    please help me. I am using java and MS SQL Server 2000, and I'm trying to access and verify the login. I'm getting the following error message: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
    Can any please help in this regard.
    String userNumber = (String)userNumField.getValue();
    char[] userPasswordArray = userPasswordField.getPassword();
    String userPassword = new String(userPasswordArray);
         try {
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                java.sql.Connection connection = java.sql.DriverManager.getConnection("jdbc:odbc:Dikolobe_Data");
                java.sql.PreparedStatement statement = connection.prepareStatement(
                        "SELECT USER_NUMBER, USER_PASSWORD, USER_CLASS, USER_STATUS " +
                        "FROM SYS_USER " +
                        "WHERE (USER_NUMBER = ? AND USER_PASSWORD = ?);");
                statement.setString(1, userNumber);
                statement.setString(2, userPassword);
                java.sql.ResultSet result = statement.executeQuery();
                if(result.next()) {
                    String userStatus = result.getString(4);
                    if(userStatus.equals("logged on")) {
                        String loginErrorMessage = "User with number: " + userNumber + " is already logged on.";
                        javax.swing.JOptionPane loginErrorPane = getNarrowOptionPane(72);
                        loginErrorPane.setMessage(loginErrorMessage);
                        loginErrorPane.setMessageType(javax.swing.JOptionPane.ERROR_MESSAGE);
                        javax.swing.JDialog loginErrorDialog = loginErrorPane.createDialog(null, "Login Error");
                        loginErrorDialog.setVisible(true);
                    else {
                        String userClassification = result.getString(3);
                        if(userClassification.equals("Administrator")) {
                            AdminHomePage newAdminHomePage = new AdminHomePage();
                            newAdminHomePage.setVisible(true);
                        else if(userClassification.equals("Educator")) {
                            EduHomePage newEduHomePage = new EduHomePage();
                            newEduHomePage.setVisible(true);
                        statement = connection.prepareStatement(
                                "UPDATE SYS_USER SET USER_STATUS = ? " +
                                "WHERE USER_NUMBER = ?");
                        statement.setString(1, "logged on");
                        statement.setString(2, userNumber);
                        statement.executeUpdate();
                        dispose();
                }

    Doesn't the following link give you enough information?
    http://www.google.com/search?q=invalid+descriptor+index
    Anyway .. This error means that the given ResultSet column index which you're trying to retrieve the value from is out of the range.

  • Installation developer 2000 and  Developer ORACLE 6I

    Dear Friend
    I would like to install the developer 2000, because I have some FMX file developed by developer 2000 and also I would like to install developer oracle 6I in the same workstation but indifferent folder
    How can I do that , if you can give me the replay in details , very urgent
    Best regards
    Jamil

    Dear Frank
    How can I handle that in the registry editor , because after I install Developer 2000 in C:\ORAWIN95
    So then I want to install form and reports 60 into D:\ORAWIN95 ,but during the installation of 6I the location takes C:\ORAWIN95 as the default , so what is the necessary change that I have to do , in Registry Editor , so that I can use both the version for developing and running the programs .
    Please tell my the step that I have to follow for the above requirement ,please in details .
    Best regards
    Jamil

  • Strengths and weaknesses of Oracle developer/2000

    I wanted to know what the drawbacks and limitations of dev/2000(forms and reports) are. Would appreciate a discussion from various experienced developers on the limitations they faced and even the solutions they have provided/been provided.

    If you're planning on developing a system with good user interface design I wouldn't recommend using Forms 2000.
    We tried to do a design which mimics the Start menu of Windows on Forms 6 and my fellow programmer in charge of user interface had a hard time even with Oracle Technical Support.
    I'm just not sure if later releases of Forms 2000 can address such issues (moving windows, hiding of the title bar, following of the mouse, etc.).

  • Need some help with some Developer 2000 ver 2.1

    I've got a few Developer 2000 questions:
    Is there a way, for either or both the form or report, to
    programmatically get the names and values of parameters, system
    and user, in a report?
    Is there a way to explicitly tell the report to cancel/stop
    itself in PL/SQL or a trigger, particularly the AFTER PARAMETER
    FORM trigger? (eg. Something is wrong that can only be picked
    up by code and then tells the report to cancel everything without
    putting up any error messages and for the user to click the red
    cross button)
    Thanks.
    -William Ho
    null

    I would suggest you upgrade the client software to version 9

  • Older versions of Oracle and Developer 2000

    Can anyone tell me where I can get older versions of Oracle and Developer 2000.
    I'm looking for older versions so I don't have to upgrade my computer to run Oracle 8i and Developer 6.0.
    Thanks

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by richcw:
    Can anyone tell me where I can get older versions of Oracle and Developer 2000.
    I'm looking for older versions so I don't have to upgrade my computer to run Oracle 8i and Developer 6.0.
    Thanks<HR></BLOCKQUOTE>
    For Developer/2000 release 2.x, you can download from www.developer2000.com website.
    Good luck
    null

  • WHAT IS DIFFERENCE BETWEEN DEVELOPER 2000 AND SQL DEVELOPER?

    Hello Everyone.I am new to oracle and want to know the difference between developer 2000 and sql developer in oracle.Pls?

    Developer 2000 is an application for making webforms that will be served on an Application Server, and accessed by the end users through an applet in their webbrowser.
    SQL Developer is a tool for administrating and manipulating data and structure of your database. Like a GUI version of SQL*Plus, not advisable for end users.
    Regards,
    K.

  • Developer 2000 1.0 and Windows 2000

    Hi everybody
    We got a little problem here. Our database is 8i (8.1.7) running in Linux, but in our workstations, where developers work, are NT 4.0 with Developer 2000 1.0 (You know, Forms Designer 4.5 and stuff). Our application was built with Developer 2000 1.0 and this is the product that is installed in our clients (the runtime only for normal users) We're still in a client/server world here. We would like to go from NT to 2000 Professional in all our workstations. Will still Developer 2000 1.0 run in this new platform? Which is the latest OS that is supported by Developer 2000 1.0 and/or Developer 2000 1.0 runtime?
    Thanks

    This is a question that I think you would be better asking in the Forms.
    However, I will just make this point: what do you mean by "supported"? Forms 4.5 is not a supported version of the tool. You may still be able to find an old certification matrix kicking around on the web but Oracle probably won't show it on an official one any more.
    Of the top of my head I don't see why moving from NT to Win2K should causes any major problems - they're basically the same o/s. However, given that Win2K has only a limited lifespan (remember M$ was going to pull the plug this December) why are you going through the grief of porting your apps to it now?
    Cheers, APC

  • LOCATION FOR DOWNLOADING DEVELOPER 2000 AND Designer/2000 SOFTWARE

    Can u pls. give me the location from where I can download DEVELOPER/2000 AND Designer/2000 SOFTWARE

    Designer 2000 can not be downloaded.
    Instead you can download the current releases of Designer -
    Designer10g(9.0.4.7) and Designer10gR2(10.1.2.2) from
    http://www.oracle.com/technology/software/products/designer/index.html.
    This can be a standalone installation but if you are interested in generating Oracle forms/reports from Designer, then you will have to install this on top of the corresponding iDS releases ie iDS 10g(9.0.4) or iDS 10gR2(10.1.2.0.2). iDS can be downloaded from
    http://www.oracle.com/technology/software/products/ids/index.html

  • Help in identifying best available development framework and language for native app development for Windows and mac osx desktops through single code base

    Hi Guys
    i am try to identify the right development framework and technology for developing GUI application which can run on windows and mac osx. 
    i am sure that there will be specific handling for both of these os, but at the same time there could lot of code can be same.
    is it possible to fulfill requirements of both these OS's through single code base. As of now i am more experienced with Dotnet C# on windows.
    Regards
    Mukesh Vashisth

    Just wanted to quickly confirm
    before i dive into xamarian.
    Is Xamerian can be Used to build applications for MAC and Windows PC along with mobile devices.

  • Slow of one form of developer 2000 form 4.5

    Hi all,
    We have developer 2000 form 4.5 with oracle v 7.3.4. we find out that one screen or form of the system are very slow. Can you please help me if you have the reason of that slowness in th form.
    Thank you.
    Said

    The form was running fine, and suddenly or at last days start to become very slow to run.You should have written that the first time!
    Maybe an index has been deleted or disabled that was used by the form's query process.
    Look at the base-table blocks and determine which tables they access, and how. Test the select statements in SQL Plus or another tool. Check the query plan Oracle uses to access the data.
    Also check any record groups that may cause slowness, and look at any SQL queries that may be issued directly by PL/SQL in the form.

Maybe you are looking for

  • Does the IPod Nano sink with the nike fuel band

    Does the IPod Nano sink with the nike fule band? I am getting the IPod nano for christmass and I was wondering if that is compatable with the fuel band? I have seen my firend sink his with his IPhone and was wondering if I could do the same?

  • Instant Search not working on local mailbox in Outlook 2007 on Windows Server 2008 R2 Terminal Server

    Sometime last week Instant Search stopped working on a Terminal Server we have deployed. I don't use Outlook on the server so I didn't notice it myself but users started complaining several days ago. When I checked instant search settings everything

  • Exporting slideshow as a Quicktime movie in iPhoto6?

    I just upgraded to version 6, and I'm not seeing a way to export a slideshow in QT format like there was in the other version. I tried the help section in the drop down menu, but it says the page isn't found. I did a search, but I didn't find anythin

  • How can I omit albums from Cover Flow?

    I have a long list of Music I want on my iPod but would like to omit several entire albums from the Cover Flow. Can someone please advise me on how to do this.

  • Time Capsule data transfer speeds

    Hi, I just bought the 1TB Time Capsule. I'm copying 117GB from MacPro to TC which after an extremely slow start 12Mbps is now bouncing around between 80 and 120Mbps. For Gigabit Ethernet (CAT6) these speeds are not impressive. Out of curiosity, what