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.