Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why lock() fails.
Message
From
19/10/2001 07:34:51
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
18/10/2001 14:11:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00570423
Message ID:
00570712
Views:
22
When using buffering, rlock() isn't required any more. VFP will do all required locking implicitly.

Just do a TableUpdate(), and check the result.
if not TableUpdate(...)
  aerror(...)
  MessageBox(...)
endif
HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform