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:16:18
 
 
To
02/12/1999 15:06:05
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00297873
Message ID:
00298120
Views:
38
How about this:
FOR i = 1 TO THIS.PageCount
   IF THIS.Pages(i).Pageorder # THIS.ActivePage
      THIS.Pages(i).Refresh()
   ENDIF
ENDFOR 
?

>>Hmmm...I have not run into this issue and I've used this code for many moons. I'll have to look into that and post some followup revised code.
>>
>
>If you haven't had it occur, it's 'cause you always design your pagesframes with the right number of pages to begin with. :-) I don't or can't. If you add pages later, and reposition the order, then ActivePage fails.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform