Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Refresh() Method
Message
 
 
To
03/04/1999 15:45:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00204972
Message ID:
00204998
Views:
18
Neil:

Do you have any PageFrames on your form? If so, you will need to refresh each page.

FOR i = 1 TO ThisForm.Pageframe1.PageCount
Thisform.Pageframe1.pages[i].Refresh()
ENDFOR

Otherwise, I'm not sure what could be the reason. Also, you could try refreshing each control manually.

--Paul

>I've done that but the form still doesn't get refreshed. Any other ideas. Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform