Search results

  1. B

    AUTORUN ON CD IN UNIX

    Hi everyone, questions, questions, questions, all i ever do is ask questions. I'm cutting my software release installer onto a unix cd. Can anyone inform me "Is there a way to autodetect a CD in unix (eg AIX, HPUX, SCO). something like autorun on windows. I know of one on linux but not on the...
  2. B

    Hiding Fields using :HIDDEN

    Hi, Benji again With the following piece of code, the field xxx and label is hidden. /*** correct code ****/ def stream s1. def var w1 as char. def var w2 as char. def var w3 as log. w3 = yes. w1 = "aaa". w2 = "bbb". form w1 w2 with frame 1. if w3 then assign w2:hidden in frame...
  3. B

    html code to tabulate a directory contents.

    Hi, we are attempting to supply our upgrades of progress object code to customers on a CD ROM. Along with this object code there will be business documents, user manuals, Hypertext Help etc etc etc. Does anyone know of a small program which would tabulate the contents of a directory into a...
  4. B

    How do I know where Bi File Is. ??

    Hi, If you have connected to a database and used the -g parameter to point to the bi file in a different directory, is there any way of knowing within progress tramlines where the bi file is. waiting for an einstein to solve this !! Benji
  5. B

    Calling load_df.p load_d.p from Progress License.

    Thanks Chris. Regards Benji
  6. B

    Calling load_df.p load_d.p from Progress License.

    Chris, thanks for the advice. That one isn't too much of a problem. The problem as specified is load_d.p the data load. I hoave coded with the same code as you specified but during data load the number being loaded increments on the screen by 100 each increment and the number errors are...
  7. B

    Calling load_df.p load_d.p from Progress License.

    Hello All, Sorry to be a pain with this subject. Ok, so I can call these Progress Admin utils directly from my programs. However do you know of a way of switching off the Loading and Error Counters and the Table Load Complete messages. I don't want or need them. What I did before was to take...
  8. B

    Calling Progress DB Admin Utils Directly

    Hi, At the moment, I have the enviable task of writing a Progress Deployment Utility to install or upgrade our flagship product GlobalDMS on any flavour of Unix OS. This is my second attempt, after the first version had it's limitations. With this attempt I want to get it right at all...
  9. B

    Tim May/Peter Van Damm's CRC Database Copy

    I'm afraid my copies of both source are exactly the same.
  10. B

    Tim May/Peter Van Damm's CRC Database Copy

    Firstly let me congratulate Tim May and Peter Van Damm on the work they has done on crccopy.p and crccopy2.p. I have been testing them for some time now and the code will alleviate some of our more technical customer release problems. I have tested the code on V7 progress on different flavours...
  11. B

    Tool to rewrite Progress source code in standard form

    Hi, Is this version of beauty.p compatible with V7 code ? I have doubts if it is. I have heard that somewhere out there, someone has developed a V7 beautifier. Any possibilities of having this one ?
Top