Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tip of the Day --- Pageframe and Page Refreshing
Message
From
02/12/1999 15:24:03
 
 
To
02/12/1999 15:16:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00297873
Message ID:
00298127
Views:
43
>How about this...:

That might work, personally, I'd pass a reference to the page, then compare the Name property.
lparam toPage
FOR EACH loPage IN THIS.Pages
   IF loPage.Name # toPage.Name
      loPage.Refresh()
   ENDIF
ENDFOR
Of course validate the toPage first :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform