PRB: APPEND FROM to Logical Field Loads Literal t or y Values (141145)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q141145 SYMPTOMS
Using the the following command saves literal "t" and "y" values as false
in a logical field:
APPEND FROM <textfile> TYPE DELIMITED
CAUSE
The APPEND FROM command does not recognize lowercase "t" or "y" as valid
logical values.
RESOLUTION
Change 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.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/11/1999 |
---|
Keywords: | kbcode KB141145 kbAudDeveloper |
---|
|