Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Go bottom at EDIT BOX
Message
De
18/06/2007 08:47:34
 
 
À
18/06/2007 08:34:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01233853
Message ID:
01233864
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform