| Thread | Last Post | Replies |
|
| sync the grid cursor and recordsource\ | 30 Apr 2004 16:42 GMT | 2 |
I have a grid with recordsource="mydbf", wiht one column allowing basic data entry. on a validation method, I would scan mydbf for the inputted value and sum its value as well.
|
| Grid Heading Forecolor | 30 Apr 2004 15:22 GMT | 1 |
How come in VFP 8 we have lost the ability to change the Forecolor in a heading? We used to turn the headings for the columns that are sortable, blue. I'm on SP1 Any ideas
|
| Custom header class for grid | 29 Apr 2004 19:35 GMT | 6 |
How could I programmatically use a custom header for a column in a grid? Grid's data could be dispalyed using the control specified by column.currentcontrol. what about column header?
|
| Filter in grid! | 28 Apr 2004 08:28 GMT | 1 |
Hi to all, I want to put a filter condition by doubleclicking the header of a column in a grid! The grid populated from the child table of a "one to many" relationship. I am using Visual FoxPro 6.0. Any idea?
|
| Can you freeze grid columns to always be visible | 28 Apr 2004 02:04 GMT | 2 |
I have not seen any documentation on this subject and none of the grid properties appear to relate to this behavior. I am using VFP Ver 6.0 and would like to freeze grid columns similar to the way you can in Excel. Thanks in advance for any assistance.
|
| center a checkbox in a grid column | 27 Apr 2004 14:50 GMT | 3 |
Is it a complicated exercise for VFP6? The checkbox has no caption, just the box.
 Signature .~. Might, Courage, Vision. In Linux We Trust.
|
| Bug in vfp8sp1 with AllowCellSelection=.F. and when event returns .F. | 26 Apr 2004 23:17 GMT | 2 |
Using VFP8SP1 If Grid's AllowCellSelection=.F. and grid's "When" event returns .F., execution continues to occur in grid's other events/methods. Is this a confirmed bug?
|
| Help! Complicated Multiple Grid Refreshing Problem!!! | 22 Apr 2004 14:03 GMT | 2 |
I have four grids: A, B, C, D. A and B share a common field, B and C share a common field and C and D share a common field. There is a one to many relationship between the tables as such: A has many Bs, B has many Cs and C has many Ds.
|
| Grid Border Color | 21 Apr 2004 13:07 GMT | 1 |
Foxpro doesn't allow for changing the border color for a grid. Is there a way to set the border color for a grid using windows API?
|
| Grid Colors In Some Condition | 16 Apr 2004 01:00 GMT | 2 |
HI... I Want To Make Grid Like : if the field of a record the status is .T. then the color of this row is BLUE.
|
| grid.Enabled=.F. does not work if AllowCellSelection=.F. | 10 Apr 2004 02:40 GMT | 2 |
I have recently started using VFP 8 SP1 after 4/5 years with VFP 6 and 9 years with FP 2.6. The grid remains enabled and I can select and jump to any row even if it's enabled property is set to false and the
|
| Excusive property | 06 Apr 2004 04:36 GMT | 1 |
I created a view over two tables to use to populate a grid. When I look at the view in the data environment of the grid I see that the Exclusive property is set to .T. for True and is disabled. It is opening the two tables in the view as exclusive which keeps others from having ...
|
| custom controls don't work in grid columns | 05 Apr 2004 03:26 GMT | 3 |
If I programmatically add a custom control (based on a text box as it happens) to a grid and make it the current contro all the custom properties of the control are lost. (as are the events) If I add the controls at run time it works fine e.
|
| Pictures in a Grid | 04 Apr 2004 22:36 GMT | 1 |
I would like to dynamically display a small bitmap as a picture in a grid, such as the flagged status in outlook. A test table that I am working with has a logical field named flagged. I have added a custom Image to the grid and the control source has been set.
|
| grilla | 01 Apr 2004 22:51 GMT | 2 |
Date: 09/02/2004 Saludo al grupo: Necesito un ejemplo de una grilla para observar como baja a la otra linea cuando llega a la ultima columna, y se posiciona en la siguientes linea,
|