Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append From - Access Denied
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00124141
Message ID:
00124190
Vues:
23
>We've got a line of code:
>
>SELECT GoodFile
>APPEND FROM ErrFile.DBF ;
> FOR EMPTY(ErrFile.Code) and EMPTY(ErrFile.Client)
>
>It's giving us an Access Deined message. We've checked the attributes for both GoodFile and ErrFile and neither is ReadOnly. Both files are currently open.
>
>What are we missing???

Richard,

In addition to what the others have told you, the APPEND FROM FOR clasue applies to the target file being appended into and not the source file. Remove the alias references to errfile and make sure that goodfile has a code and client field.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform