Changing the EditTable Column Header (OpenInsight Specific)
At 13 OCT 1999 06:52:27PM CT Savell wrote:
I can't find a PROPERTY for changing the column header text in an EditTable. I am sure you can do it and I am guessing it is an UNDOCUMENTED property like "COLOR_BY_POS" which allows you to change the color of the text and background for selected EditTable columns.
How can I do this programmatically?
At 14 OCT 1999 02:04AM Stefano S. Cavaglieri wrote:
You're probably looking for the LABEL property (which is documented). Column headings are @Fm delimited.
At 14 OCT 1999 12:34PM CT Savell wrote:
Thanks,
LABEL did the trick. I just missed it in searching through properties.
Tom