Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling Validating event of instance textbox
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Disabling Validating event of instance textbox
Versions des environnements
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Divers
Thread ID:
01491759
Message ID:
01491759
Vues:
100
In the base class of the textbox I would like to have :
    Private Sub txtBase_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles Me.Validating
        If f.lastKeycode <> Keys.Enter And Me.Text = "" Then e.handled = True
    End Sub
and I was hoping that setting e.handled = true would prevent the validating event of its instances to be executed. The problem is that e.handled does not seem to exist in this context.

I'm trying to code a behaviour whereby if the user leaves a field blank, the field would be validated.

Is there a way to achieve this?

Thanks.

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform