Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
De
03/03/2001 08:33:15
 
 
À
02/03/2001 20:53:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grids
Divers
Thread ID:
00481607
Message ID:
00481653
Vues:
13
Hi Milt.

>> In my generic grid I have the following code in the fresh of the grid that refresh each column:
LOCAL lnKount, lnPages
lnColumn = This.ColumnCount
For lnKount = 1 TO lnColumn
lcobject = "This.Column" + Alltrim(Str(lnKount))
&lcobject..refresh()
Endfor <<
FOR EACH loColumn IN This.Columns
   loColumn.Refresh()
ENDFOR
But I am curious. Why are you taking this approach instead of just issuing a This.Refresh()? What is it that you are trying to accomplish here?

Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform