Search results

  1. T

    Promon won't see my DB

    I have an 85g db running as out main db. The db is on UNIX and at locaiton /app_dsk/data/qad/rfp01.db If I type promon rfp01 (the name of the db), promon launches and runs fine. I have a version 91d db running also. Its location is /app_dsk/data/91d/rfp01new.db If I type promon rfp01new, I...
  2. T

    MFG/Pro ver 8 to eb2 conversion

    Hi... I need to convert a version 8 db to eb2. I'm not sure what the best tact to take is in this adventure. Can anyone give me some help? How you knew the steps? Are there any point-by-point conversion tutorials or places I can learn? Thanks. Bob
  3. T

    How to parse the .lg file?

    We are a MFG.PRO shop. Basically, MFG.PRO runs on Progress. I need to be able to determine the number of concurrent users on our system for points in time over the last 4 months. I know the .lg file has such information, but is there a convenient way to get the info I want from it, or do I...
  4. T

    Can PROMON be run using parameters?

    Good suggestion Gabor.. thanks. bob
  5. T

    What code will print schema to file?

    thanks for the suggestion Mike.
  6. T

    What code will print schema to file?

    Prograess 4gl. What code can I run to print a table's schema to a file?
  7. T

    CIM process

    What exactly are you trying to do. Please be specific.
  8. T

    What code will print schema to file?

    Progress 4GL. What code can I run to print the schema for a table?
  9. T

    Can PROMON be run using parameters?

    I know how to run PROMON and disconnect a user. Is it possible to run PROMON and send it parameters to do the same thing so that it can run non-interactive?
  10. T

    Can PROMON be run using parameters?

    I know how to run PROMON and disconnect a user. Is it possible to run PROMON and send it parameters to do the same thing so that it can run non-interactive?
  11. T

    Can I use vaiables in a FOR EACH?

    Good Stuff Thanks for the reply
  12. T

    Any QAD customers to answer this?

    In QAD, you can use "lvmon.p" to monitor user activity and idle time. I want to write a 4GL prog that can watch this activity and notify me when someone goes past 30 min idle on the main menu. Does anyone know what table this program (lvmon.p) puts its stuff so I can program against it?
  13. T

    What code lists all TABLES in DB?

    Excellent...thanks..! That's what I needed.
  14. T

    Can I use vaiables in a FOR EACH?

    In 4gl. How can i put a variable in a FOR EACH statement? Like this... DEFINE variable as CHAR. variable = "master". FOR EACH variable NO-LOCK: DISPLAY variable WITH FRAME frame1. (the above doesn't work by the way) thanks rbender@rosina.com
  15. T

    What code lists all TABLES in DB?

    In 4 GL. What code will list in text form, all TABLES in my DB?
Back
Top