Recent content by bob_hicks

  1. B

    Dynamic temp-table array field labels

    Thanks. You did think of a 'hack' that hadn't occurred to me.
  2. B

    Dynamic temp-table array field labels

    Is there a way to dynamically access the labels of a temp-table field defined as an array. Example: DEFINE TEMP-TABLE tt FIELD key1 AS CHARACTER FIELD preco-matrix AS DECIMAL EXTENT 3 LABEL "Label1","Label2","Label3"...
Back
Top