Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh order problems
Message
De
08/01/1999 13:43:53
 
 
À
08/01/1999 13:40:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00174120
Message ID:
00174135
Vues:
35
>>It might be a solution to have your own 'refresh' method and don't use Form.Refresh
>
>Thanks Ed I will give that some thought. I could then use a for next loop like:
>
>for 1 to XX
> _SCREEN.Object#.Refresh
>next
>
>or something ( I will need to research the syntax!!! )
>
>
>Thanks
>Terry

Short syntax would be like:
For Each oControl in Thisform.Controls
oControl.Refresh
Endfor
but it would be simulation of Form.Refresh, so you may type exact sequence of control.refresh statements.
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform