Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid in pageframe
Message
 
 
To
18/10/2000 00:44:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00430740
Message ID:
00430747
Views:
12
>Hi,
>I'm using VFP3.0. I have a problem with a pagerame and grid.
>I'm using pageframe to display the data.I set pagecount=3. In page1
>I'm using textbox to display the data. And in page3, I,m using grid.
>So I want, when I click the field e.g ID field in the grid, the whole
>of data will display in page1.So what should I do? Thanks for your
>feedback.

Hi Usha,

Put in each Page.Activate method this line of code:
this.refresh() && refreshes page content

If you put text boxes on the detail page and grid on the summary page and both of them would use the same table, when you click in a grid (move to some record), you would be on this record in a table. The only thing, you should do, is refresh the information.

HTH
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform