Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan + count
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01322689
Message ID:
01322695
Views:
8
I think it's solved, I create a second cursor TEST111

SELECT TEST11

SCAN
STORE TEST11.ID TO VERR
SELECT TEST111
COUNT FOR TEST11.ID = VERR TO VERIX
IF VERIX > 1
= MESSAGEBOX ("DUPLICATE RECORD" + STR (VERR))
ENDIF
ENDSCAN
Previous
Reply
Map
View

Click here to load this message in the networking platform