Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid in pageframe
Message
 
 
À
18/10/2000 00:44:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00430740
Message ID:
00430747
Vues:
13
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform