CS File Reader 2.2.1
The CS File Reader allows for a developer to access any information from a Calyx Point® ".BRW" file. This utility can read all fields that are stored within a Calyx Point® field and give you instant access to that information. With just a few simple lines of code you can now create hundreds of applications and reporting tools based on the Calyx Point® data.   Download the trial

Features
  • Microsoft .NET DLL Componenet
  • Read field values from Calyx Point® Files (Borrower and Prospect)
  • Process 1,000s of files in minutes

Pricing
Single Developer License
$149.00
Add to Cart
Team (5 license) Developer License
$695.00
Add to Cart
> 5 Developer Licenses
Call for Quote

Example Code
[Visual Basic]

Dim clxFile as New CiteSys.CSFileReader.CalyxFile( "\\servername\folder\borrower.brw" )
Dim strBorrowerNameFirst as String = clxFile.FieldValue( CType(100, UShort) )
Dim strBorrowerNameLast as String = clxFile.FieldValue( CType(101, UShort) )

Console.WriteLine( "The Borrower's name is: " & strBorrowerNameFirst & " " & strBorrowerNameLast)
REM Results in: The Borrower's name is: Steve Smith

[C#]

CiteSys.CSFileReader.CalyxFile clxFile = new CiteSys.CSFileReader.CalyxFile( "\\servername\folder\borrower.brw" );
string strBorrowerNameFirst = clxFile.FieldValue( 100 );
string strBorrowerNameLast = clxFile.FieldValue( 101 );

Console.WriteLine( "The Borrower's name is: " + strBorrowerNameFirst + " " + strBorrowerNameLast );
// Results in: The Borrower's name is: Steve Smith

Additional Downloads

Common Search Terms
Calyx®, Calyx Point®, Calyx Point® file parser, read Calyx® file, borrower file, Calyx® tools Calyx® Fields, Read Calyx® Files, Export Calyx Point®, Export Calyx Point® Files, Calyx Point® Data folders, Calyx® tools