Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lock access to a table
Message
From
27/08/2007 12:28:37
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Lock access to a table
Miscellaneous
Thread ID:
01250664
Message ID:
01250664
Views:
60
I want to make check to see if a process is "locked." I want to keep checking for a period of time (10 seconds or so I guess), then if it is still locked, then skip on out to the RETURN. If it is not locked (becomes available) then I want to do what's in the ELSE block. I'm think of DO WHILE, but I would need to add time-checking logic somewhere and I guess it wouldn't be an ELSE, but another IF?



IF Proc_Lock.Locked = .T.
* WAIT WINDOW 'Unable to update HL7 at this time.'
ELSE
* Do lots of stuff with a table
ENDIF

RETURN
Next
Reply
Map
View

Click here to load this message in the networking platform