Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP editor
Message
From
27/04/2016 19:16:30
 
 
To
27/04/2016 17:29:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01635477
Message ID:
01635518
Views:
83
I think the vfp scollbars are in its IDE and cannot be traversed.
the mouse parameters can be adjusted in windows section (control panel)

maybe you must know some usefull shotcuts working with editor , form designer...
added to arrow up+arrow down, there is pgUp and pgDOwn and many others.
try this snippet in command window selection+return or in a prg (simply to access to the specific help).
to see "Keyboard Shortcuts (Visual FoxPro)" section in foxhelp
help Keyboard Shortcuts 
local oshell
oshell=newObject("wscript.shell")
oshell.sendkeys("{ENTER}")
oshell.sendkeys("{DOWN}")
oshell.sendkeys("{ENTER}")
oshell=null
can apply these shortcuts
CTRL+DOWNARROW Scrolls window up without moving cursor.
CTRL+UPARROW Scrolls window down without moving cursor.
CTRL+LEFTARROW Moves the cursor one word to the left.
CTRL+RIGHTARROW Moves the cursor one word to the right.
Previous
Reply
Map
View

Click here to load this message in the networking platform