Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing the entire pageframe
Message
From
04/02/2009 11:38:00
 
 
To
04/02/2009 10:37:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01379213
Message ID:
01379242
Views:
27
hmmm.... I didn't about BINDEVENT. That's a new one for me and not sure I understand how it works. I guess I've being away from fox too long.

In the Init() of the PageFrame:
FOR EACH loPage IN This.Pages
  BINDEVENT( loPage, 'Activate', loPage, 'Refresh', 1 )
ENDFOR
It is a much better solution than trying to refresh all the pages - that is, of course, unless your application is running too fast and you'd like to slow it down a little bit {g}.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform