> Hi foxie members, thanks men for your help, God bless you all.
> I have a problem
> i have this grid in VFP 9.0 that contains several students records. I want when i enter the marks ie a numeric value like 68 or 56 or 89 etc, the grid column called grade should grade that value approriately eg Pass, Credit, or Distinction, i have included this code in the column.header.text-click method. The grid is working well in grading but the problem is that when i click in the next grid row then the value in the upper row is inserted in the current row ie the clicked row. How can i solve this
> Thanks
> Be heard and be seen
Hi Danson,
Can you describe more details, e.g. post the code that you are currently using?
Since you mentioned Header.Click(), would perhaps grid.After/BeforeRowColChange() work better for you?
hth
-Stefan