Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page Frames and refreshing the screen
Message
 
 
À
26/08/1999 13:33:33
Andy Roth
Neyenesch Printers
Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00258052
Message ID:
00258054
Vues:
14
>I have a form that has a 3 page pageframe set. I am also using the wizard text button set to navigate the records. If I am on the first tab and move to the next record the information on the second page does not show correctly until I am on that page and press the editbutton.
>
>It appears as thought the all pages are not updating until the edit button is press.
>I have the form set to pessimistic buffering.
>
>The code for the Next button is
>
>SELECT (THIS.parent.nWorkArea)
>IF !EOF()
> SKIP 1
>ENDIF
>
>THIS.Parent.EndFile = EOF()
>THIS.Parent.TopFile = BOF()
>
>THIS.Parent.NavRefresh()
>
>
>Any ideas on how to fix this?
>Thanks
>Andy

In the Activate of each page, you could put: This.Refresh()
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform