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
Single Developer License
$149.00
Add to Cart
Team (5 license) Developer License
$695.00
Add to Cart
> 5 Developer Licenses
Call for Quote
[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
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