ACTIVEX_LIST

Use ActiveX list control by default

WSupported on Windows

 

 

 

The ACTIVEX_LIST environment variable specifies which list, ActiveX or UI Toolkit, should be used by default for any lists that are processed.

One of the following flags:

0 = Use the Toolkit list. (default)

1 = Use the ActiveX list control.

If ACTIVEX_LIST is set to 1, the global g_activex_list is set to true within U_START. For any list class that does not specify which list (ActiveX or UI Toolkit) to use by specifying the ACTIVEX qualifier on the .LISTCLASS script command, g_activex_list is used to determine which list is used.

The environment or the [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).

UI Toolkit

.LISTCLASS script command for more information on overloading the global list default on a per list basis

In the synergy.ini file,

[synergy]
ACTIVEX_LIST=1