Recent content by William Wehner

  1. W

    Dynamic COLUMN-LABEL values

    Thanks for all your help. I found everyone responses useful. I found a solution to this which is a bit of a hack... I have one .p call my other .p with all the labels: test.drv: RUN test.p "Jan" "Feb" "March". test.p: DISPLAY v-col-1 COLUMN-LABEL "{1}" v-col-2 COLUMN-LABEL "{2}"...
  2. W

    Dynamic COLUMN-LABEL values

    Hi - I have taken this code and used a version of it in a report I am generating. My only issue is the label gets set to 13 characters (even though I want Feb-08). I tried using COLUMN-LABEL, but I get the error message: **COLUMN-LABEL is not a setable attribute for FILL-IN v-bill-tot[ 1] Does...
  3. W

    load_df.p Documentation

    Hi - I am researching using load_df.p to apply schema changes using a 4GL script. Is there any documentation for this? I haven't had much luck finding any documentation from Progress about this. I basically am looking for some information regarding how load_df.p handles errors in the schema. I...
Top