I added a check box and a combobox to a grid...i set the sparse to .f. and I set the current control to check1 and combo1. They do not display...I have done this in other foxpro applications...the only difference is i am making an exe instead of an app.
I have seen the setall method used to change the backcolor of alternating rows of a grid but am having trouble using it for other purposes. Lets say I want to set the background color of a single cell (not the
I am using a grid and want to change the color of a row if the user double clicks anywhere on that row. I am trying to use the following code to do this: WITH THISFORM IF .ogrdCandidate.BackColor = RGB(255,255,224) then