Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View field values not displaying properly
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00588027
Message ID:
00588226
Views:
25
Doug,

Your new page is not being refreshed when you move through the records. In the page's activate event put;

This.Refresh()

This will fix the problem.

The reason this is happening is that fox is being smart, when you move the records and issue a form.refresh() fox only refreshs the page that the user can see. You should have a This.Refresh() in each page's activate.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform