CS File Writer 2.3.1
The CS File Writer gives you instant access to any Calyx Point® Borrower (.BRW) or Prospect (.PRS) file. Not only are you able to read any Calyx Point® field but you are also able to UPDATE the values of existing fields and ADD field values that are not currently in the Calyx Point® file.   Download the trial

NEW FEATURES with version 2.3.1
  • The ability to create new Calyx Point® files
  • Iterate through all of the fields present in a Calyx Point® file
Features
  • Microsoft .NET DLL Componenet
  • Read field values from Calyx Point® Files (Borrower and Prospect)
  • Update Calyx Point® field values
  • Add Calyx Point® fields to the file
  • Make backups of the file you are editing

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

Example Code
[Visual Basic]

Dim clxFile as New CiteSys.CSFileWriter.CalyxFile( "\\servername\folder\borrower.brw" )
REM Update the First Name field in Calyx (# 100) with the value "NEW FIRST NAME"
clxFile.FieldValue( CType(100, UShort), "NEW FIRST NAME" )

clxFile.SaveFile( True )
REM The file was saved and a backup was made of this file in the same directory. Backup file name = borrower.BAK

[C#]

CiteSys.CSFileWriter.CalyxFile clxFile = new CiteSys.CSFileWriter.CalyxFile( "\\servername\folder\borrower.brw" );
// Update the First Name field in Calyx (# 100) with the value "NEW FIRST NAME"
clxFile.FieldValue( 100, "NEW FIRST NAME" );

clxFile.SaveFile( true );
// The file was saved and a backup was made of this file in the same directory. Backup file name = borrower.BAK

Additional Downloads

Common Search Terms
Calyx®, Calyx Point®, Calyx Point® file writer, update calyx® file, borrower file, calyx® tools, Calyx® Software, Calyx Point® Software, Calyx® Fields, Read Calyx® Files, Export Calyx Point®, Export Calyx Point® Files, Calyx Point® Data folders, calyx® tools