Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Uniqueness of index ... is violated
Message
From
23/07/2002 04:41:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Uniqueness of index ... is violated
Miscellaneous
Thread ID:
00681498
Message ID:
00681498
Views:
45
Hi

In my form , i use buffer .
I have a table with one index candidate in field codigo .

When user make a new record , can write in field codigo .

So in Valid (TexBox) , i make :
Select MyTable
GO TOP
SEEK codigo
IF Found()
RETURN .F.
ELSE
RETURN .T.
ENDIF



But , the VFP give me error Uniqueness of index codigo is violated .

I don´t want see that error , i want see my error message in portuguese .
I know that i can , use ON ERROR .
But that is the better way ?

I want use one index candidate , but i don´t want see message Uniqueness of index codigo is violated , in english .

How many ways i can do ?
And , What is the better way ?

Thanks


Pedro Silva

world is wonderful with your help .

Next
Reply
Map
View

Click here to load this message in the networking platform