Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validation and candidate key
Message
From
25/01/1999 13:34:37
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00179806
Message ID:
00179922
Views:
21
>Hi,
>
>I have a table:
> Rate_Memb N 12 2
> Eff_date D
>
>Index Eff_date on Eff_date is a candidate index.
>Buffering mode is optimistic table buffering.
>
>Users should enter Rate_memb and Eff_date manually.
>In the textbox Valid event I validate This.Value:
>
>Local lRet
>
>lRet = !Seek(This.Value,"ratememb","eff_date")
>if !lRet
> =MessageBox("Duplicate effective date.",16,"Members rate")
>endif
>
>Return lRet
>
>But On Seek() I got error on uniqness violation.
>
>What are solutions of the problem?
>
>Sincerely.

Both John and Bob's suggestions are valid, I just wanted to throw in that if you are using VFP 6.0, this is an excellent place to use INDEXSEEK instead of seek. That way you can check for duplicate values without moving the reocrd pointer.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform