Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh cell in a grid
Message
From
25/07/2001 12:09:55
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00535086
Message ID:
00535108
Views:
42
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform