Get column_labels from widget_table? [message #94344] |
Sat, 15 April 2017 07:45  |
LNpellen
Messages: 37 Registered: November 2009
|
Member |
|
|
I have an application where the column_labels of the table is set due to interaction during the session. Then I use
widget_control, myTable, COLUMN_LABELS=theNewLabels
But then I'd like to copy the table to clipboard at any time and then I'd like to retrieve the column_labels to include these in the copied table, but I cannot find an option to get these out of the system. Not With widget_info and not With widget_control.
Any ideas?
-LN
|
|
|
|
|