Jump to main content
  Brainware Intelligent Capture Scripting
Brainware Intelligent Capture Scripting
 Foundation 23.1
  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption
  1. Home
  2. Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  3. SCBCdrVerificationField

    This interface is used to identify verification properties specific for header fields’ validation elements, like drop down lists, check-boxes, and normal edit fields.

  4. SCBCdrVerificationField Properties

    The CdrVerifiedFieldType provides the following properties.

  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
    • DISTILLERVERIFIERCOMPLib Type Definitions

      The DISTILLERVERIFIERCOMPLib provides the following type definition.

    • SCBCdrVerificationForm

      Use this interface to set specific verification form properties, as well as to set default properties for embedded elements, such as verification fields, labels, tables, and buttons.

    • SCBCdrVerificationField

      This interface is used to identify verification properties specific for header fields’ validation elements, like drop down lists, check-boxes, and normal edit fields.

      • SCBCdrVerificationField Properties

        The CdrVerifiedFieldType provides the following properties.

        • AutoCompletionEnabled

          This property sets or returns the auto-completion setting for a verification field.

        • BackgroundColorInvalid

          This property sets or returns the color for the verification field to display to the user when the field required manual verification. When the field is invalid in Verifier, the color that is set displays to the user. By default, the invalid background color of the field is red.

        • BackgroundColorValid

          This property sets or returns the color for the verification field to display to the user when the field does not require manual verification. When the field is Valid in Verifier, the color that is set displays to the user. By default, the valid background color of the field is green.

        • Font

          This property sets or returns the font for the content of the verification field.

        • FontColor

          This property sets or returns the font color for the content of the verification field.

        • Invisible

          This property sets or returns if the field is visible or hidden from the Verifier or Web Verifier form. The developer uses script options to hide or display the field from the verifier user. In Web Verifier, you can use this property in the VerifierFormload event only.

        • Left

          This property sets or returns the left position of the field on the Verifier form.

        • Name

          This read-only property returns the name of the field on the Verifier form.

        • ReadOnly

          This property sets or returns if the verification field on the Verifier or Web Verifier form is editable or read-only. For the Web Verifier, use this method in the VerifiedFormatLoad event.

        • TabIndex

          This property sets or returns the tab sequence number of the verification field on the Verifier form.

        • Top

          This property sets or returns the top position coordinates of the field on the Verifier form.

        • Type

          This read-only property returns the field type information of the field on the Verifier form.

        • Width

          This property sets or returns the Width size information of the field on the Verifier form.

    • SCBCdrVerificationTable

      This interface is used to identify verification properties specific for table validation elements.

    • SCBCdrVerificationButton

      Use this interface to set verification properties specific for all custom buttons defined on a verification form.

    • SCBCdrVerificationLabel

      This object is part of the Cedar Verifier Component Library. It enables the scripter to manipulate the verifier form labels.

  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption

SCBCdrVerificationField Properties

The CdrVerifiedFieldType provides the following properties.

  • AutoCompletionEnabled
  • BackgroundColorInvalid
  • BackgroundColorValid
  • Font
  • FontColor
  • Invisible
  • Left
  • Name
  • ReadOnly
  • TabIndex
  • Top
  • Type
  • Width
footer © Hyland Software, Inc. and its affiliates. All rights reserved.