Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
2 first letters in a field are fixed
Message
From
20/09/2002 23:34:53
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00702996
Message ID:
00703003
Views:
19
>My question was about form's control. It should be prefilled, I experimented with KeyPress, but don't like the result. I'm now experimenting with GotFocus...

Depends on what you were trying to do in the KeyPress. For one, you should have something like (pseudocode follows)
do case
   case this.selstart>2
{allow everything}
   case this.selstart=2
{allow everything except backspace, home and left arrow}
   other
   this.value=stuff(this.value,1,2,"A0")
   this.selstart=2
   nodefault
endcase

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform