Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM problems
Message
From
20/08/2000 01:10:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
APPEND FROM problems
Miscellaneous
Thread ID:
00407143
Message ID:
00407143
Views:
50
I am trying to append records to a table from a text file using the following code:

LOCAL lcFile
lcFile = ALLTRIM(LOCFILE("Inventory.txt","TXT","Select the inventory file."))
APPEND FROM &lcFile TYPE DELIMITED WITH TAB

The APPEND FROM generates an error 36, "Command contains unrecognized phrase/keyword." I have read about issues concerning APPEND FROM and certain types of files, but thought they had been resolved in Service Pack 3. I'm using sp4. This command worked in Fox 2.6. I have tried replacing &lcFile with (lcFile) and I get the same error. Anyone have any ideas or a workaround? Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform