Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Only Problem In DBF
Message
From
21/02/2013 06:10:52
 
 
To
21/02/2013 06:06:38
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01566644
Message ID:
01566645
Views:
48
>For unknown reasons sometimes My DBF file is gets READ ONLY, due to which it does not appends Data.
>
>Is there any way to check that whether a File has become READ ONLY and If it is Than what would be code to make it Writable.
>
>
>Regards
>Harsh

Isreadonly()

And note that if you open a table which is already open in another work area, the table will be opened with the same attributes as it was opened earlier. This is from help:
When you open a table again in another work area, the table in the new work area takes on the attributes of the table in the original work area. For example, if a table is opened for read-only or exclusive access and is opened again in another work area, the table is opened for read-only or exclusive access in the new work area.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform