Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File lock issue (help)
Message
From
30/05/1997 15:45:26
 
 
To
30/05/1997 15:32:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00034295
Message ID:
00034298
Views:
36
>I have an application that allows a user to view and approve records
>in dbf A . When he approves them they are transferred to data
>file B on a server by means of:
>
>use file b:
>append from file a:
>
>Periodically a user prints the transactions that accumulate in file
>B and clears it out, putting the records in an archive file C.
>
>use file b:
>do printing
>use file c:
>appe from file b:
>use file b:exclusive
>dele all
>pack
>use
>
>
>During the moments of printing the first user tried to append records
>to the print file (B) and got an error causing the exe to blow up.
>
>How do I control this situation? Can I tell B is in use and stop
>the first process until it is clear?
>
>Thx (A LOT) in ADV
>Chris

You do not need 50 different TABLES. Just use one TABLE and use a field as a flag to get the information you need.
Example.. approved = true or false
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform