drosenkranz
Programmer
I'm new to VFP. I have a grid who's source is an sql select statement. I want the user to be able to either click on the cell or tab to the cell in the grid control and press enter to select the row of the grid that contains their item. On that (click?) event, I want to save the value to a gc_var so I can load another form with an sql select based upon that same gc_var from the grid.
How would I save that cell's value to the gc_var?
The Click and DblClick events don't appear to work on my grid's control... why?
How would I save that cell's value to the gc_var?
The Click and DblClick events don't appear to work on my grid's control... why?