Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Abstract Classes
Message
From
31/03/1997 15:48:49
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00026135
Message ID:
00026307
Views:
38
>>I am happy to take your advice. What I am doing now is generating the number
>>and , in a DO WHILE loop, SEEKing it and re-generating it until !FOUND(). If I put
>>the primary key in a table, how do I generate it? By just adding 1 to its existing
>>value? In a busy network, am I liable to face contention problems?
>
>
USE KeyTable
>IF Seek(lcAlias, 'cTableName')
>    RLOCK()
>    liRetVal = iKeyVal
>    REPLACE iKeyVal WITH iKeyVal + 1
>    UNLOCK
>ENDif
>
>RETURN liRetVal
Garrett:

Thanks for the help--I'm changing my ways!

John
Previous
Reply
Map
View

Click here to load this message in the networking platform