Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make an edit box scroll down through code?
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00309915
Message ID:
00309943
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform