|
|
|
|
|
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), you must: - Position on the selected row.
- Use SetFocusAndReturnToUserInput to set the focus to the desired column.
Code sample: nRowNum is int  nRowNum = 5 TABLE_OrdLine = nRowNum // Position in the ProductRef column on row #5 SetFocusAndReturnToUserInput(TABLE_OrdLine.COL_ProductRef)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|