| Thread | Last Post | Replies |
|
| Mixed colors in grid | 31 Jul 2003 17:51 GMT | 2 |
I have a grid with 24 columns. The value in each column can be ether -1, 0 or a number greater then 0. In any given row I want the background color to be white for -1, green for 0 and red for the everthing greater than 0.
|
| "X" mark on selected column | 30 Jul 2003 10:34 GMT | 3 |
I was trying to make the column which needs to mark down as "X" when the user pressed spacebar. What it does is distinguish between selected column and unselected column. If it is selected, then it would save as "posted
|
| Control does not lose the focus...! | 29 Jul 2003 22:04 GMT | 2 |
I have written the following lines of code in the valid event of a text control (numeric) in a grid : select invoice_line_items zrecno=recno()
|
| RecordSource property of grid | 29 Jul 2003 17:26 GMT | 1 |
I have a problem with the recordsource property of a grid. I'm using a SQL statement in the Load method of a form. I have a grid on the form with the recordsource property set to the alias that's created with the SQL statement. The problem is when I add a new record to the table ...
|
| How use russian text in grid | 28 Jul 2003 12:02 GMT | 1 |
I need to use Russian text in grid text field. Windows is not Russian and most of text in my program also uses not Russian text but some fields need to be in Russian. This field is from table. This table code page is 1251. If I use browse (not grid), then I can select font Courier ...
|
| SUBTOTAL ROW IN A GRID | 25 Jul 2003 17:51 GMT | 1 |
Can I have a subtotal row in a grid to calculate the sum of a group of records. Is any cube available to manipulate data in a form without using pivot table from excel ?
|
| Grid Navigation | 22 Jul 2003 14:31 GMT | 1 |
I have this problem that I hope someone can help me out with. I have a grid on a form. I use this grid to let users define a simple table. The grid has 2 columns: the field
|
| Wierd Grid Bug VFP7sp1 | 09 Jul 2003 16:45 GMT | 2 |
My copy of VFP8 is on it's way, but until it gets here, I'm still in VFP7 sp1. I ran into a wierd bug concerning 2 simple grids on a single form. I have a single table with 28 records. 14 of the records are marked .T. on one of
|
| Help | 08 Jul 2003 23:10 GMT | 1 |
Is there a way of putting an Optiongroup into a grid? Any Help Would be nice
|
| Two Questions on Grids | 03 Jul 2003 22:05 GMT | 1 |
Two Questions I am new to VFP (version 7). I have created a grid on a form for an orders header database and would like to display the number of child records that each header has on the same grid - is this possible?? There can be 1-5
|
| grids and incremental search | 03 Jul 2003 10:09 GMT | 1 |
I like Grids but I hate ListBoxes. Unfortunately ListBoxes have incremental search whereas Grid don't. Is there any workaround? Thanks
|
| Display child records only | 01 Jul 2003 18:28 GMT | 1 |
VFP 6.0 Advanced programmer Hello, I can't get my grid to display only the child records of a
|