Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proper case
Message
From
23/01/2001 16:35:47
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00467292
Message ID:
00467601
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform