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

    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...
  5. 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...
  6. 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...
Top