| Thread | Last Post | Replies |
|
| HighlightForeColor same as DynamicForeColor? | 29 Mar 2007 11:22 GMT | 1 |
how can i keep Highlighted line's fore color (GRID) the same as it was set by DynamicForeColor method? I have green and black rows, but if it is highlithed i cant distinguish what fore color it had black or green.
|
| How to get a value for another value in combobox | 20 Mar 2007 03:22 GMT | 1 |
Consider the following piece of code select unit,id from units into cursor uTo thisform.cmbTo.rowSourceType = 2 thisform.cmbTo.rowSource = uTo
|
| Dynamic Row Coloring | 17 Mar 2007 20:20 GMT | 4 |
If the value in two columns of a given row in a grid do not match I want to change the color of the row. How do I do that?
|
| how to programatically add combobox in a grid of a form | 17 Mar 2007 08:32 GMT | 1 |
Dear friends I want to create combobox in a specific column of a ( in gotfocus event of text1) grid programatically which will be enable when the text box gotfocus and disable after lostfocus. the purpose is to select some data from the
|
| VFP 9 "hangs" when clicking grid | 14 Mar 2007 22:01 GMT | 6 |
i have a grid, the data i read from mysql and is displayed. This works fine, but, if i click anywhere in the grid my whole app hangs? What can i do about this... Thanks for help!
|