Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EditBox controls jump with keyboard
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00901916
Message ID:
00902045
Views:
62

Tab is the normal key to use to move from one field to another. This is a Windows standard, not just for Visual FoxPro. There is a topic in the online help called "Keyboard shortcuts" which is what you're looking for.


I known it, and it is 99% incomplete.
Only 10 lines:

Controls

Shortcut Action
CTRL+TAB When a Grid control has focus, exits the grid.
When an EditBox control has focus, and EditBox AllowTabs property is True (.T.), exits the edit box.

When inside a form or dialog box containing a PageFrame control, moves to the next page in the page frame. However, this behavior is not supported in project files or when the page frame contains an ActiveX control.

CTRL+SHIFT+TAB If inside a form or dialog box containing a PageFrame control, moves to the previous page in the page frame. However, this behavior is not supported in project files or when the page frame contains an ActiveX control.
TAB When a Grid control has focus, moves to the next field.


Example:
ENTER in a EditBox control:
- out of grid ?
- in  a  grid ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform