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