Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh on pageframes
Message
De
14/06/2001 14:58:27
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/06/2001 14:54:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00519586
Message ID:
00519638
Vues:
14
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform