Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I make an edit box scroll down through code?
Message
De
29/12/1999 13:01:23
 
 
À
29/12/1999 12:05:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00309915
Message ID:
00309944
Vues:
25
Hi Keith,

>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.

Try:
with thisform.edit1
	for x = 1 to len(.value)
		.SelStart = x
		.Refresh()
	endfor
endwith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform