Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh cell in a grid
Message
De
25/07/2001 12:09:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00535086
Message ID:
00535108
Vues:
43
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,

add this code to the ProgrammaticChange() of this.parent.parent.column2.text1

if( this.Value <> eval(this.ControlSource) )
replace (this.ControlSource) with this.Value

this.Refresh() && not sure whether this is necessary
endif

another possibility would be to set up a relation between the table of your grid and curTowns and make the ControlSource of the column CurTowns.ccode
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform