Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Desativar o revert do banco
Message
 
À
13/03/2002 22:11:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00632546
Message ID:
00632619
Vues:
11
Neste caso, uma das saidas pode ser:

1- No Field Validation / Rule, tire o !empty(nome) e substitua por: verifica_Vazio()

2- Crie na Stored Procedures do banco uma function verifica_vazio assim:
procedure verifica_vazio
if empty(nome)
   =messagebox("Erro. Não pode ser vazio.")
   replace nome with oldval("nome")
endif
Agora você tem sua validação customizada.
Cordialmente,

Fabiano Costa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform