Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Uniqueness of index ... is violated
Message
De
23/07/2002 04:41:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Uniqueness of index ... is violated
Divers
Thread ID:
00681498
Message ID:
00681498
Vues:
44
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 .

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform