IsNodeSignEnabled Method

Checks to see if the node is enabled for electronic signature by determining if the Electronic Signature option is enabled on the node's hardware key, if iFIX security is enabled on the node, and whether bypass signature is in effect. Bypass signature applies when the currently logged in iFIX user has the Electronic Signature-Bypass application feature assigned.

Syntax

object.IsNodeSignEnabled(pbEnabled)

Properties

The IsNodeSignEnabled method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

pbEnabled

Boolean. Returns True if signature is enabled on the local node, False if it is not.

Return Value

This method returns HRESULT. If the HRESULT is a value other than S_OK, VBA generates an error. You can handle this error using the On Error Statement You can find out more information about the error by using Err Object.

 

Example

Applies To