| Thread | Last Post | Replies |
|
| Hello | 31 May 2004 20:53 GMT | 1 |
How do u do ? I am Dick Chan
|
| run UDF against column in grid | 28 May 2004 15:05 GMT | 3 |
I have a grid that is loaded from a tabl The date field in the table is a character field in the format YYYMMD I have created a UDF that I use that converts the format YYYYMMDD to a date format of mm/dd/yyy How/where do I use this UDF in the grid so that the dates are changed when ...
|
| numbers in a grid | 28 May 2004 03:03 GMT | 3 |
Using VFP7sp1. Need help formatting a column in a grid. The column's controlsource is a numeric field with 1 decimal place. I want the grid to show the decimal only if its non-zero. Also, I don't want
|
| DynamicBackColor + Column sort | 27 May 2004 19:31 GMT | 2 |
I'm trying to create a grid class with following functionalities : 1- sortable column with sort on header click event 2- alternate row color (exemple : odd- blue / even - white) using dynamicbackcolor based on recno()
|
| Current Row in a Grid | 26 May 2004 19:10 GMT | 2 |
OK let me try this again.... I have a grid based off a table. One column in the grid is CurrentControl is a ComboBox. The Combo Box is based off a Cursor.
|
| Current Row in a Grid | 25 May 2004 21:40 GMT | 3 |
How do I capture the data in the current row of the grid? I need to be able to capture it so I can add it to the combo box on the current row on the Grid. Wheneveri check the bound table the record pointwer is always on the first record of the table....
|
| How do you make a chkbox in a grid only receive focus if it is clicked on? | 21 May 2004 14:14 GMT | 2 |
I have a grid based on a view that contains four columns. The first two are disabled and contain descriptive information that is not updatable. The third column is a checkbox that controls whether the corresponding record in the fourth column is editable. The fourth column contains ...
|
| Autofit Grid column | 19 May 2004 14:59 GMT | 1 |
how to programmaticaly autofit grid columns when columncount = -1 ? vfp8
|
| grid and implicit USE | 17 May 2004 20:52 GMT | 2 |
I have a grid (that I built using the builder) for which I don't have an explicit 'USE'. Every time I invoke the form that contains the grid, I end up with another occurrence of the table. (i.e. the table is open in workareas C,
|
| activate first column on and empty grid | 12 May 2004 18:50 GMT | 3 |
problem description follows user hits <insert> and starts inserting data in row on column 4, user hits <esc when user hits <insert> again, focus is on column 4 of row 1 instead of column 1 of row
|
| Highlighting current row | 12 May 2004 07:10 GMT | 1 |
Would like to know how to highlight the current row when clicked on. Am using VFP 5.0 TIA Tom
|
| how to wrap text in grid | 11 May 2004 22:27 GMT | 2 |
i want to warp the text in grid i did't find any solution how to do this plz help me as soon as posible thanx in advance
|
| Printing Problem with HP-1010 Printer | 10 May 2004 15:12 GMT | 6 |
I have an application running at client side for 2 years. Now client has upgraded to the new hp laser 1010 printer, and after that two of my reports has stopped functioning. Whenever these reports execute and we come back to the calling form, system goes on halt, red light goes on ...
|
| record mark and scrollbar | 10 May 2004 14:47 GMT | 4 |
I just noticed an interesting phenomena. If I clicked the scroll bar to paginate the grid up or down, the record mark didn't follow with the scrolling and went out of sight.
|
| Deleting data from data environment. | 10 May 2004 13:42 GMT | 4 |
I love the way Data environment handle cursors in the grid. But I always have a problem in deleting record. When I use <table buffering> in the grid, what is the best way to handle removing the record from the underlying table permanantly?
|