SET NOCPTRANS Command
| Visual FoxPro 9.0 SP2 |
| SET NOCPTRANS Command |
| See Also |
|
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.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08