Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Frames and refreshing the screen
Message
From
26/08/1999 13:33:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Page Frames and refreshing the screen
Miscellaneous
Thread ID:
00258052
Message ID:
00258052
Views:
43
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
Next
Reply
Map
View

Click here to load this message in the networking platform