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 Chriss Miller 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: carolynh
  • Content: Threads
  • Order by date
  1. carolynh

    Programmically Open word

    What i would like to do is progrmmically open Word, programmically place some data from the database in the doc and then let the user print or save or close it. I am running v 91D and will be on Win2003 server.
  2. carolynh

    Parse String

    How can I parse the following string into three different fields and/or varaibles for city, state and zip: "Cleveland,Ohio 44041
  3. carolynh

    Encryption

    Could someone point me in the direction of how to encrypt files. I have been trying to use xcode but I am not successful for some reason. my command in ProEnv is: xcdoe -d mypath myfile.p but it tells me ***openfil could not open ***. i am running it from \dlc91d\bin\ where the xcode.exe file...
  4. carolynh

    Pause Option

    I am running a 'listener' program that simply watches for records to be written to a table; WATCH-XML-TRXS: repeat: does some procressing pause 60. end. My problem is that Progress does not recognize the pause statement unless I put some kind of transaction after it; like a...
  5. carolynh

    Assign Next Value

    I need to programmically create a new record in a table that has a field that typically is auto incremented when a user creates a record in the UIB portion of the application. How can I auto-increment this value when I programmically create the record. I have tried to do a Find-last on the...
  6. carolynh

    :u parameter

    Could someone tell me what this command/parameter is used for? I am trying to document some Progress code and this is used a lot and I was just wondering what it does. Is it some type of Undo reference? Some of the code looks like this: "If Return-Value = "Cancelled":u then" OR assign vNote =...
  7. carolynh

    Progress 91d and PostgreSQL

    I have never used PostgreSQL before and I have been charged with exporting data from PostgreSQL and importing it into a Progress 91d database. I do have exp with Progress. Has anyone ever gone through a data conversion like this before that could give me some pointers or a possibly a website...
  8. carolynh

    Run-time Error 3211

    I am getting a Run-time error 3211, which states; The database engine could not lock table 'table_name' beaue it is already in use by another person or process. How do I close/unlock my table/query from the control that has it locked? Thanks
  9. carolynh

    Converting data

    I am working on a data conversion project from one piece of software (which uses flat files) to another piece of software which is Progress based. We dump a lot of data from the original software to a PostgreSQL db via a web based product. I would like to take the data that is in the SQL table...
  10. carolynh

    Linked Table Manager

    I am using Access 2003 with developer extentions. When I package my database and try to run it from another pc, I get "ODBC -- call failed" even though I have created an ODBC connection with the same name I am using in my database, but if I go into the Database Utilities -> Linked Table Manager...
  11. carolynh

    JDBC Driver

    Where can I find the latest version of the JDBC driver for Progress 9?
  12. carolynh

    super procedure

    Could someone explain to me in layman terms what a super procedure is/does??
  13. carolynh

    &IF versus IF

    What is the difference between using a preprocessor in front of the IF statment?
  14. carolynh

    How to read a working table

    I have a program that creates a working table and I want to browse the data in these tables, but I cannot remember how to do this. Thanks carolyn

Part and Inventory Search

Back
Top