About Output Formatting in Scripts - Designer - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Designer

Platform
Brainware
Product
Designer
Release
Foundation 23.1
License

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.