Set session values before connection

Visual LANSA Framework

Set session values before connection

For Framework Windows applications that connect to a server, there is a new IIP that allows session values to be set just before the connection to the server occurs. The new IIP is called avSetBCSessionValues. See UF_SYSTM for details.

Most session values are set  by IIP avSetSessionValues, but since this occurs after connection to the server, it is not appropriate for some session values (for example session value PSRR). The new IIP avSetBCSessionValues allows the designer to set the session values that need to be set prior to connection.