Forces selection to appear normally when table does not have focus.

Usage

Set_Property(OLECtrlEntID, "OLE.AlwaysShowSelection", Boolean)

Values

[True | False]

Default: False

Remarks

The AlwaysShowSelection property determines how the selection appears to the end user when the table does not have focus. By default, this property is false, and the selection is grayed when focus is lost. However, if you want the selection to appear the same whether the table has focus or not, then set this property to true.

Example

// Force selection to look the same in focus and non-focus modes 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.AlwaysShowSelection", 1)
  • No labels