Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Page Frames and refreshing the screen
Message
From
26/08/1999 14:31:37
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00258052
Message ID:
00258082
Views:
13
>>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()

Thanks that worked perfectly.
Previous
Reply
Map
View

Click here to load this message in the networking platform