Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to Stop Duplicates IDs
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Trying to Stop Duplicates IDs
Miscellaneous
Thread ID:
00572064
Message ID:
00572064
Views:
63
This is my function I have a global variable (m._lstuid) which stores the last gen id and the next gen id is first compared with the stored id so as to avoid duplicates on a fast machine, but it still gens duplicates

FUNCTION nextid
m.zresult = m._lstuid

DO WHILE m._lstuid = m.zresult
m.zresult = logicfornextid()

*** I had to put this to stop duplicates and I hate it
*** WAIT "" TIMEOUT 0.001
ENDDO

m._lstuid = m.zresult

RETURN m.zresult


what am I doing wrong, why do I still get duplicate??????

Thanks in advance.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Next
Reply
Map
View

Click here to load this message in the networking platform