According to my R:Docs, Dennis, you are looking for
PROPERTY <Component ID> SELECTEDINDEX 'Value'
The first column is 0
[Quote]
Set SelectedIndex to move focus to a column in the grid that is
identified by position. Read SelectedIndex to determine which column in
the grid has focus. A value of 0 indicates the first data column, 1 is
the second data column, and so on. SelectedIndex is -1 if there is no
currently selected column.
[/quote]
Albert
On 31/08/2012 8:52 AM, Dennis McGrath wrote:
Thanks Jim,
I tried this:
PROPERTY grdSchedule 'COLUMNS[5]->SET_FOCUS' 'TRUE'
No luck.