Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Switch pages in frame?
Message
From
08/12/1999 20:05:32
 
 
To
08/12/1999 19:49:35
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00300697
Message ID:
00300701
Views:
12
>How do you programatically switch pages in a page frame?
>
>What I am trying to do: Press enter on a grid and have the screen go to page 2, which contains all of the fields of data.
>
>Thanks, Randy

Usually, pages will be changed by following line:
With Thisform.MyPageframe
.ActivePage=.MyPage.Pageorder
Endwith

You can use this code in your Grid.Column.Control.Keypress event
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform