The information in this article applies to:
SYMPTOMSUsing the the following command saves literal "t" and "y" values as false in a logical field:
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 INFORMATIONSteps 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 query words: VFoxWin
Keywords : kbcode FxprgTable |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |