SET NOCPTRANS Command

Prevents translation to a different code page for selected fields in an open table.

SET NOCPTRANS TO [FieldName1 [, FieldName2 ...]]

Parameters

TO [ FieldName1[, FieldName2...]]

Specifies the fields that should not be translated to another code page.

Issue SET NOCPTRANS TO without a set of fields to return to the default translation (established by the CODEPAGE configuration item) for all character and memo fields in a table. Use SET("NOCPTRANS") to return the fields specified in the last SET NOCPTRANS command you issued. Use the CHR( ) function to ensure that individual characters don't get translated.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic