Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New Number
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00443749
Message ID:
00443769
Views:
10
>else
>   replace key with key && lock record so no one else can get it
>   lnretval = key + 1
>   replace key with lnretval
>endif
Larry, what's wrong with:
IF RLOCK()
   lnRetVal = key + 1
   REPLACE key WITH lnRetVal
   UNLOCK
ENDif
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform