Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error messages
Message
From
02/09/1999 10:58:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00260555
Message ID:
00260622
Views:
13
>i displayed the fields from a table into a grid and now i find that if i view the grid, i cannot delete any record from the same table anymore. the message "file need to be opened exclusively" is displayed. what i dont understand is, i had already opened it exclusively. the grid and the delete function is in 2 different forms. i find that if i dont run the form that contains the grid, i can delete the records from the same table without any problems at all. can anyone help me with this?

Deleting records has nothing to do with Exclusive or shared use. Are you trying to PACK after the delete? If so, you *do* need exclusive use to PACK. However, PACKing is a no-no in multi-user applications unless performed as a maintenance routine when all users are out of the system. You can hide deleted records with SET DELETED ON.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform