Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make an edit box scroll down through code?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00309915
Message ID:
00309943
Vues:
27
Keith,
>
>Just a thought: Try KeyBoard '{PgDown}' IN GotFocus() event. You may did it in a loop...

PgDn. It seems to me, that it doesn't work. That's pity :(

I've tried:
for i=1 to 1000
	 KeyBoard '{Enter}' PLAIN
next 
,
which works,
but
for i=1 to 1000
KeyBoard '{PgDn}' PLAIN
next
Doesn't work.

Let's try another combination...


>>I want to make an editbox control scroll down through code, how do I do that? I tried stuff like edit1.keypress(3,0), or whatever, to (3 is pgDN, by the way). But that doesn't work.
>>
>>Do you know of a simple way to do this anyone.
>>
>>Thanks
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform