Accusoft ISIS Xpress 6
EvaluationMode Property
See Also  Send comments on this topic.
AccusoftISISXpress6 ActiveX DLL > ISISXpress Object : EvaluationMode Property

Glossary Item Box

Description

Indicates the License evaluation mode to use for the control.

Property Type

Read-write property

Syntax

Visual Basic
Public Property EvaluationMode As ISX_Evaluation

Return Type

The ISX_Evaluation Enumeration setting representing the current Licensing evaluation mode.

Remarks

In order to test the component in an application running as a service or other environments where the component does not have permissions to create a window, the application logic needs to set the EvaluationMode to Timeout. In this mode, the component does not attempt to create the Evaluation Mode dialog window, but will timeout after 5 minutes of operation and cease to operate.

When running your project with the ISIS Xpress component in ISX_Timeout mode under the Visual Basic 6 IDE, the component will still display the evaluation dialog.  However, setting the EvaluationMode property to ISX_Timeout will allow your Visual Basic 6 compiled executable to properly timeout after 5 minutes of execution and not display the evaluation dialog.

See Also

©2013. Accusoft Corporation. All Rights Reserved.