Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Limiting Text Lines in Edit Control
Message
 
À
08/05/2000 11:08:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00367257
Message ID:
00367322
Vues:
17
In the editbox keypress event:

if len(this.value) > 3 && Or whatever length you like.
nodefault
this.value = left(this.value,len(this.value)-1)
endi
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform