Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > SetCSTextFile

SetCSTextFile

Saves text to for a text file type field. To save the filename for a text file type, use SetCSField. If you use the SetCSField for a TextFile type, the filename is what is saved. SetCSTextFile uses GetCSFilename SetCSField and SaveVirtualFile.


Syntax


Call ccLib.SetCSTextFile( CSPointer, FieldName, Copy, ContentName )


Parameters


CSPointer - Long Integer, pointer used to identify the result set.


FieldName - String, the name of the field affected


Copy ? String, the text to be saved for the field (not the filename)


ContentName ? String, name that uniquely identifies the content

This page was last reviewed 4/4/2009 11:57:55 AM