| Thread | Last Post | Replies |
|
| position of the text | 28 Mar 2004 05:20 GMT | 2 |
On a grid I created, I noticed that the text would fall down about one pixel when the cell changed from non-hi-lighted to hi-lighted. Could that be fixed? I am using VFPa. The grid's recordsource was set during runtime, with
|
| Combo in a Grid. | 26 Mar 2004 15:48 GMT | 1 |
Here is the code behind my Combobox class. However on the Click of the ComboBox the IDBook and Condition are not being filled in correctly or at all. Any Help
|
| Racking my Brain | 25 Mar 2004 15:43 GMT | 1 |
This seems to be a fairly simple thing to do to a grid. I don't want my users to have the ability to edit data directly from my grid. To further elaborate, when selecting a row inside the grid, I can delete/modify whatever is in there straight from the grid. I set the highlight ...
|
| Selection of Multiple Cell in Grid (VFP 6.0) | 15 Mar 2004 15:23 GMT | 4 |
I am using Visual Foxpro 6.0 I want to select multiple cell in a grid on the form. Like I can do in Excel Sheet. The cells may be continous or non-continous and may be of different records. So that the selected data may be copied into clip board and may be shared with other ...
|
| Different values for ComboBox Depending on Row in Grid | 14 Mar 2004 01:16 GMT | 3 |
I want to create a Grid of Courses with a comboBox that will display the different book numbers for the course that the combobox is on.
|
| 2 Grid and a Combo | 11 Mar 2004 00:16 GMT | 1 |
How do i get this to work? I ave a form with two grids, Grid 1 and Grid 2. Grid 1 determines what is viewed in Grid 2 depwending on the row that it is on in Grid 1, I think I have this figured out.
|
| Grid Combo Index | 08 Mar 2004 20:44 GMT | 2 |
I have a Grid with one column being a ComboBox. When I go and check what is in the underlying table of the grid it is the index value of the item selected rather then the value of the item selected. How do I get the Value rather then the index?
|
| tabstop doesn't work for a control in a column | 08 Mar 2004 19:10 GMT | 3 |
The property tabstop is ignored for a control in a column. So does anyone know an easy way to prevent tabbing into a column? I still want to be able to get to the column by clicking on it.
|
| No DblClick Event in textbox in grid | 05 Mar 2004 15:55 GMT | 5 |
Does anyone know why, in VFP 7, the DblClick event of a textbox (native control) in a grid does not fire? There is no code in the textbox's Click event.
|
| Grid Combo Index | 05 Mar 2004 14:54 GMT | 4 |
I have a Grid with one column being a ComboBox. When I go and check what is in the underlying table of the grid it is the index value of the item selected rather then the value of the item selected. How do I get the Value rather then the index?
|
| Show Picture | 04 Mar 2004 06:49 GMT | 2 |
I have a lot of JPG file. I want to show in grid but I don't know how to do it And I don't want to use memo field to store data Please Tell me how to do Thanks .
|
| allowcellselection weirdness | 02 Mar 2004 21:20 GMT | 1 |
I have a grid. If I set allowcellselection = .F., all data in the current row simply disappears, just blanked out. That can't be normal. In any case, it's not particularly useful! Any ideas?
|