| Thread | Last Post | Replies |
|
| rowheight and fontsize of textbox | 30 Jun 2004 18:46 GMT | 1 |
with thisform.grid1 .setall("fontsize",12,"textbox") .setall("rowheight",30) .refresh()
|
| Header lines | 30 Jun 2004 16:10 GMT | 1 |
I want to dissapear the square that surrounds each header. How can I do that?
|
| Is there a way to determine the reletive row number of the current record in a grid? | 25 Jun 2004 14:54 GMT | 9 |
I am trying to improve some code that I found that turns a grid into a greenbar presentation. The code is currently dependent on the RECNO() going odd/even, but this does not work if the rows in the grid are presented in a non-record number order. I am trying to do this in a ...
|
| VFP 6.0 - Column Widths | 16 Jun 2004 21:35 GMT | 3 |
Does some one have a function or a way for me to programatically adjust the colun widths? I want the Columns Widths to be as wide as the largest data item or the caption what ever is longer. Here is what I came up with so far, but it does not totally work.
|
| righttoleft in grids object in Vfp8 | 16 Jun 2004 17:23 GMT | 2 |
righttoleft in grids object in Vfp8 dosen't act
|
| Column Widths | 15 Jun 2004 21:54 GMT | 2 |
Does some one have a function or a way for me to programatically adjust the colun widths? I want the columns wWidths to be as wide as the largest data item or the caption what ever is longer. Here is what I came up with so far, but it does not totally work.
|
| copy & paste | 08 Jun 2004 23:04 GMT | 2 |
how can you copy & paste from a grid application to excel.
|
| Check box in Grid? | 08 Jun 2004 14:32 GMT | 3 |
Is it possible to put check box in grid? I can put it in activated cell but I need to it be shown for all record with value witch dispend on some conditions... Thanks
|
| Why is my grid read only? | 03 Jun 2004 15:07 GMT | 5 |
I have a grid on a page of a pageframe on a form. None of the table being edited, the grid, the column or any of the text boxes are marked read only and yet VFP reports "This control is read only" when I try to edit anything.
|
| re: dbl Click Method on a grid column | 02 Jun 2004 21:51 GMT | 2 |
I loose my dblClick event Method propertie on the grid column that contains customer ID's when a new search builds a new search result table that is the data source for the grid. I want my users to be able to double click on customer id display on the grid to bring up the ...
|
| column visible issue | 01 Jun 2004 18:48 GMT | 4 |
I have this grid, with two columns with the visible property valued as this. grid1.Column1.visible = .T. grid1.Column1.visible = .F. then I make
|