Recent content by kjmacon

  1. K

    How to change dcolor of cell in browse widget - CHUI

    The columns are composed of a character variable with 50 extents. When I reference an element of the extent, I get this message: "Widget array-element requires constant subscript." The code is: ON ROW-DISPLAY of BROWSE item-browse DO: ASSIGN vmatrix.sz[icounter]:dcolor in browse...
  2. K

    How to change dcolor of cell in browse widget - CHUI

    Thanks! I will try this. The field in this case is an extent, so I think I should be able to find out what element of the extent by using the column number.
  3. K

    How to change dcolor of cell in browse widget - CHUI

    This is a CHUI environment. Thanks.
  4. K

    How to change dcolor of cell in browse widget - CHUI

    I'm running version 9.1e on a linux box. I am new to browse widgets and would like to know if anyone can please provide a sample of how to change the cell dcolor in the browse. Thanks.
Back
Top