Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem copying and deleting files
Message
De
03/12/2002 05:49:28
 
 
À
03/12/2002 05:24:43
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00728917
Message ID:
00728929
Vues:
12
Hi Vladimir,

Thanks for the suggestion, but that doesn't explain why only one workstation has the problem - ALL others work OK with the existing syntax.

Regards
Doug Johnston





>>Hi,
>>
>>I have a client running WIN98 peer to peer(3) and VFP6 SP3. All exe's etc
>>reside on workstation & data only on server.
>>One workstation only (not server) has a problem when it reaches a 2 lines of code...
>> COPY FILE File1 TO File2
>>or
>> DELETE FILE('FILE.EXT')
>>...giving the above error (Command contains unrecognised Phrase/Keyword).
>>
>>COPY FILE is copying 1 file on the server to another file on the server.
>>DELETE FILE is deleting a temp file on the workstation.
>>
>>No other workstations at this site or other sites have experienced this problem.
>>
>>They have downloaded the latest virus definition file and thoroughly checked for viruses - NONE.
>>
>>Anyone have any ideas?
>>
>>Regards
>>Doug Johnston
> DELETE FILE('FILE.EXT')-s mistake
> DELETE FILE 'FILE.EXT'
>or fln='FILE.EXT'
> DELETE FILE(fln)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform