Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form
Message
From
19/06/1997 12:02:29
 
 
To
19/06/1997 11:37:27
Ying Wang
New York State Health Dept
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Form
Miscellaneous
Thread ID:
00036975
Message ID:
00036981
Views:
50
>I have a PageFrame on a form with a few pages. I don't know how to use PageDown or PageUp keys to move between pages. I can only use arrow key to do so.
>
>
>Thanks for any input.
>
>
>Ying

The basic idea is following:
1. Use For.KeyPress event (with Form.KeyPreview=.T.) to intercept any key combination pressed by user.
2. From this event you can fire code like
This.pgFrame1.ActivePage=3
to open page #3, etc.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform