| Thread | Last Post | Replies |
|
| How do I know which cell is active in a grid? | 15 May 2006 08:58 GMT | 2 |
Im doing some minor additions to a program someone wrote years ago, since I dont have a language reference nearby im kinda stuck. Im working with VFP 6.0. Basically I need to know which cell is active on the current row in a
|
| FontBold for specific rows in a grid | 11 May 2006 15:18 GMT | 2 |
Lets say you want the text to appear in boldface for certain rows on a grid. For example with a column LASTNAME = 'SMITH' in the grids init event I tried, this.column1.fontbold='MyBold()'
|
| Grid highlighting does not color the entire cell. | 05 May 2006 09:11 GMT | 1 |
I have added a custom textbox to a grid that has highlighting turned on for the selected row. The problem is aesthetic in that when navigating through the grid with the keyboard, the highlighting for the cell that has focus does not entirely fill the cell but allows some white ...
|
| Grid Problem | 04 May 2006 01:07 GMT | 6 |
I have a grid that I populate using a cursor. I would like to add a checkbox to the grid and let the user either check it or not then save the results back in a table. I can add the checkbox to the grid with out a problem, however it seems to
|