About Output Formatting in Scripts - Designer - Foundation 23.1 - Foundation 23.1 - Brainware - external - Brainware/Designer/Foundation-23.1/Brainware-Intelligent-Capture-Designer/Validation/Validation-Rules-for-Fields/Validation-Scripts/About-Output-Formatting-in-Scripts - 2024-01-22 - You can access the formatted value in the SCBCdrField property FormattedText .

Brainware Intelligent Capture Designer

Platform
Brainware
Product
Designer
Release
Foundation 23.1
License
ft:locale
en-US

You can access the formatted value in the SCBCdrField property FormattedText.

pField.FormattedText

The same property is also available for table cells and can be accessed through a property, as shown below.

pTable.CellFormattedText(Column, Row)

You can access the properties can from script events, such as the ExportDocument” or “Document_Validate event.

For more information, see “FormatForExport”, “FormattedText“, “ExportDocument“, and “Validate” in the Brainware Intelligent Capture Scripting Help.