Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uniqueness of Index Violation via Seek()?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00049857
Message ID:
00049872
Views:
56
>Hello,
>
>I was wondering how I could get a Uniqueness of Index Violation
>just by issuing a seek() command. I am new to FoxPro but I thought
>that the seek command just searched for a value rather than try to
>commit changes.
>The code is simple:
> select payment
> set order to pay_pk
> seek(x)
>When I pull up the debugger the line that causes the error is the
>seek() command.
>
>Any Ideas?
>
>Thanks,
>
>Paul Acton
>Tri-Technical Systems, Inc.

If you have Row Buffering, TableUpdate will be enforced implicitly any time you move record pointer.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform