03-01-2007 09:09 AM
03-01-2007 10:33 AM
If I follow your question, this should do it:
SetTableColumnAttribute (panel, ctrl, col, ATTR_USE_LABEL_TEXT, 1);SetTableColumnAttribute (panel, ctrl, col, ATTR_LABEL_TEXT, "MyLabel");
03-02-2007 01:06 AM