Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND FROM problems
Message
De
20/08/2000 01:10:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
APPEND FROM problems
Divers
Thread ID:
00407143
Message ID:
00407143
Vues:
51
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform