| Thread | Last Post | Replies |
|
| Strange behavior in grid | 27 May 2005 07:52 GMT | 5 |
I have a grid with recordsource pointing to a table name and recordsourcetype = 1 Alias. Table is index with tag: index on cust_id+payCode tag cust_pay All this work fine except one thing: when a record is selected
|
| some problem in using color on grids | 25 May 2005 22:15 GMT | 2 |
i am trying to apply about six different colors in gird according to some condition. All right it works fine for two colors thisform.SetAll("dynamicforecolor", ; "IIF(SUBSTR(gacno,3,8)=' . . ' .OR. SUBSTR(gacno,9,2)='00',
|
| Next question: "notes" field popup in a grid? | 25 May 2005 20:32 GMT | 2 |
On my grid, I'd like to have a "notes" field, which is linked to a SQL Server varchar field. What I'd like it to do is pop open a window in which the user can enter notes or comments. As it is now, the user can type the notes directly into the cell, but it's very unwieldly the ...
|
| In a grid, how do i display the date from a datetime field? | 25 May 2005 20:30 GMT | 2 |
I have a grid that contains a column bound to a "datetime" field from a SQL Server table (remote view). Unfortunately, SQL Server doesn't have a "date" field, and I'm not interested in the time portion. How can I modify my column to display & accept only a date & not the time? ...
|
| Setting Focus on a particular cell. | 25 May 2005 16:24 GMT | 1 |
I am currently trying to set focus to a textbox in a grid control. The two methods I tried to use with no success are: Grid.setfocus() grid.column.setfocus()
|
| Simplfying Code | 08 May 2005 19:28 GMT | 4 |
How would I go about simplifying this code in some sort of FOR NEXT Loop? grdEmpDoc -> Grid clmA -> Column cchkA -> Control
|
| Delete a control from a grid column | 06 May 2005 18:03 GMT | 1 |
I have two check box controls within a column. How do I go about deleting one of them?
|
| Grids header | 05 May 2005 16:48 GMT | 2 |
I like to add a small up/down arrow besides the header caption like any windows colums stating that the grid is ordered by name, barcode etc.,etc.(ascend/descend/none) Is it possible? (VFP 8.0)
|
| How to make grid to have alternate color for rows? | 02 May 2005 20:05 GMT | 7 |
Is there a way in VFP 9 to make the grid have alternate color so the 1st, 3rd, 5th... rows are one color and 2nd, 4th, 6th rows are another color? One catch is that the grid can be sorted by any column. Thanks.
|