Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append From - Access Denied
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00124141
Message ID:
00124190
Views:
24
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform