Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proper case
Message
De
23/01/2001 16:35:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00467292
Message ID:
00467601
Vues:
11
>I mean if you write: "Mike of Sauk Rapids", then select "Mike", and start writing "Mr.Helland", for example.

Thats what I thought you meant, and thats what I tested before I asked, but:
lnStart		= this.SelStart
lnLength	= this.SelLength
this.value = proper( this.value )
this.SelStart	= lnStart
this.SelLength	= lnLength
Doesn't work any differently than
lnStart		= this.SelStart
this.value = proper( this.value )
this.SelStart	= lnStart
In my test
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform