Search results

  1. T

    Data import

    Thanks for the assistance Chris. For one I am doing a lot of testing and writing a 4GL for everything would be time consuming. However, I found out from Tech Support that PROGRESS\bin must be in your system PATH. That did solve my problem. Thanks for your assistance. Terri
  2. T

    Data import

    Chris, I am importing all the fields and they are in the proper order. I am not getting any error messages/logs, just the information box that says "0 records in Delimited ASCII format loaded..." Terri
  3. T

    Data import

    tdi, I tried using space as a delimiter and it didn't like that either. I don't understand your Foxpro comment. My text file looks something like this: 1 Smith 1 Jones 2 Williams 1 Jones where field one is an integer, two is character, three is an integer and four is a character. Still...
  4. T

    Data import

    I am working on a Windows NT platform using Progress 9.0. Using the Database Administration tool I am trying to import comma delimited text (from a .txt file) into a database table (for GUI testing purposes). But it never imports anything. Is there a known bug or a trick I am missing...
  5. T

    Named Pipes

    I need to pass commands from the Progress application to the C++ process running in the background. Has anyone used named pipes to do this? C++ is naming the pipe, but the Progress application needs to open the pipe and write to it. Any help (like a snippet of code) would greatly be...
  6. T

    Windows 2000

    Does Progress 9.0 run on Windows 2000?
  7. T

    Importing

    I am working on a Windows NT platform using Progress 9.0. Using the Database Administration tool I am trying to import comma delimited text (from a .txt file) into a database table (for GUI testing purposes). But it never imports anything. Is there a known bug or a trick I am missing...
  8. T

    Creating Storage Areas

    In both cases I am using the database administration gui tool. I am working on a Windows NT machine.
  9. T

    Creating Storage Areas

    I have created a new database from scratch. How do I create Data Storage areas in the .st file. I have tried editing it in notepad, I followed the db administration directions, etc. The only thing available is the schema area. Also, could someone tell me how to import data to a table, I...
  10. T

    Printing source code

    I have developed several windows using AppBuilder. I now need to print all the source code as viewed through Code Preview for each window. Does anyone know how to do this?
Back
Top