Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh on pageframes
Message
From
14/06/2001 14:58:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
14/06/2001 14:54:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00519586
Message ID:
00519638
Views:
13
>>Unfortunately still you need :( But might shorten the code :)
>>
for each oControl in thisform.Controls
>>   if upper(oControl.BaseClass) = 'PAGEFRAME'
>>      for each oPage in oControl.Pages
>>         oPage.Refresh()
>>      endfor
>>   endif
>>endfor
Cetin
>
>Anyone know if MS will resolve this issue?
>
>BTW, is that taking care of all sub controls as well such as a pageframe within a pageframe?

I don't think they'd for performance reasons.
Your code wasn't taking care of subcontrols and mine doesn't too. Check foxyclasses ExecAll sample. It does take that into account. I might send you the code later. Currently I'm quite late already.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform