Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Navigation problem
Message
 
To
31/07/2000 10:08:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00398770
Message ID:
00398817
Views:
15
>I have a form w/Private Datasession. I initially select a table and place the cursor in a grid on the form. In the init of the form I have the following code:
>
>ON KEY LABEL HOME GO TOP
>ON KEY LABEL END GO BOTTOM
>
>However, when I hit the listed keys, the Open Table dialog pops up.
>Obviously, this code is pointing to the default session rather than the current private session. How can I account for this ??
>
>Thanks

Bruce,

Don't use ON KEY LABEL instead use the Form's KeyPress event with the Form's KeyPreview property set to .T.
Previous
Reply
Map
View

Click here to load this message in the networking platform