Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go bottom at EDIT BOX
Message
From
18/06/2007 08:47:34
 
 
To
18/06/2007 08:34:19
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01233853
Message ID:
01233864
Views:
11
>Hi everyone,
>
>I have a few question :
>
>1. how can i move the cursor to the bottom of EDIT BOX ?
>
>2. how can i highlight all the words as "IBM" or "MAC" inside a EDIT BOX.
>( as like as result page of YAHOO/GOOGLE search function, it maybe appear few time ) ?

1.
with thisform.editbox
  .selstart=len(.value)
  .setfocus
endwith
2 You can't do it for regular editbox. You may use Rich Textbox Control for multiple highlighting.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform