Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sequential numbers
Message
 
To
22/11/2002 11:45:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00725809
Message ID:
00725894
Views:
11
Here is a more reliable approach is, set reprocess to automatic to ensure the locking of the record

SELECT idmaster
IF RLOCK()
lnCounter=idmaster.idfield+1
REPLACE idfield with lnCounter
UNLOCK
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform