Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dantar
  • Content: Threads
  • Order by date
  1. dantar

    Activeconnection property

    How do you set the activeconnection property using Fujitsu Powercobol version 7? I already have a connection established that I want to use in a new form and return a value to the original form, and I think setting the activeconnection property will do it. Is that the right way, or is there a...
  2. dantar

    Fujitsu PowerCobol compiler error

    I am using PowerCobol version 7, and I was compiling a program that I've compiled many times before, including earlier today, and suddenly I'm getting the message: "Create Type Library for compilation... ** The build has failed ** I've tried everything I can think of...
  3. dantar

    PowerCobol & Excel

    I'm new to pc COBOL, and I'm struggling with how to use the Excel object library that comes with MS Office. I think I have to somehow declare the "Excel9.olb" as a COM object to be able to reference it, but I need some help. I'm using PowerCobol version 7.
  4. dantar

    ADO error trapping

    Does anyone out there know how to trap an error in an ADO operation? For example, when using the update method after the addnew method, if the record I'm adding would create a duplicate primary key, an ADO error displays, but I haven't been able to determine how to capture the error code. Any...
  5. dantar

    NetCobol Wrapper Wizard

    I'm using the NetCobol Wrapper Wizard to setup an installation for a PowerCobol (v 7) app, and although it installs fine on a Windows 98 or 2000 pc, I get errors on Windows XP. The message indicates that the installation requires the latest version of the MS Installer, and it asks if I want to...
  6. dantar

    PowerCobol & Events

    Using PowerCobol 7, is there any way to fire an event from another event? For example, run an command button click event from a menu click event. Thanks.

Part and Inventory Search

Back
Top