PRB: APPEND FROM to Logical Field Loads Literal t or y ValuesLast reviewed: December 14, 1995Article ID: Q141145 |
The information in this article applies to:
SYMPTOMSUsing the the following command saves literal "t" and "y" values as false in a logical field:
APPEND FROM <textfile> TYPE DELIMITED CAUSEThe APPEND FROM command does not recognize lowercase "t" or "y" as valid logical values.
RESOLUTIONChange the table structure of the logical field to a character field. After appending the records to the table, change the structure of the character field back to a logical field.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce & Resolve BehaviorThe following program converts all the logical fields in a table to character fields. Records are appended to the table from a text file. All of the records in character field are converted to uppercase and switched back to logical field type.
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |