| Thread | Last Post | Replies |
|
| command button in Grid | 30 Aug 2004 14:46 GMT | 2 |
is there any drawback in using a command button in a grid which might list up to 10,000 records? thanks
|
| Problem in grdi with remote view | 26 Aug 2004 13:05 GMT | 1 |
Como puedo usar un combo para filtar datos como el apellido de un clinte y sus trabajos se vean reflejados en un grid.... Yo hago esto sin problemas con tablas de la base de datos or Free, pero usando claro esta indices...
|
| Grid checkbox has become readonly in vfp8 | 23 Aug 2004 13:57 GMT | 1 |
I have a grid class that uses a checkbox to enable users to do multiple record selections. I developed it in vfp5. The checkbox column is bound to an array as follows : oSelCol.chkSelected.ControlSource = "this.parent.parent.aSelectedRecs( RECNO(this.parent.parent.recordsource) ...
|
| Application does not shows grid cell data | 19 Aug 2004 20:48 GMT | 2 |
I need help. I have a grid in a form that shows the content of a table. I can see all the cells just fine but it seems that where ever I move the cell pointer to the data inside that cell does not show ( just gray bar that
|
| Cell Movement in Grid.. | 15 Aug 2004 12:45 GMT | 2 |
I've got a odd problem, VFP8, when editing a grid, the cell focus goes to the next cell when a enter is hit. On one field, I've got a Valid event. In the Valid event I search around the file and then return the
|
| split grids | 12 Aug 2004 08:25 GMT | 1 |
I have tried to use split grids to display different data in the first column with different headings in both the left and right panels. It seems that I can't make them separate with different data sources. Is this true, or is there another class of grid that I need to use.
|
| Reusing a gird loses definitions | 12 Aug 2004 00:48 GMT | 2 |
VFP 6: I have a form that contains a grid. The grid has a RECORDSOURCE and each column has a CONTROLSOURCE. Within the form, the user can click a HISTORY button. This, among a number
|
| using member classes in VFP 8 for grid columns & headers | 11 Aug 2004 09:12 GMT | 1 |
I'm trying to use the Member class feature of VFP 8 to create classes for 1). Grid class (which uses the Member class feature for mapping Columns) 2). Column class in a PRG (which uses the HeaderClass for mapping Header class)
|
| Where is my source code | 09 Aug 2004 07:21 GMT | 2 |
When I design a datagrid in a form. I want to know where is my source code. Thank you very much! Kent
|
| SpellText in a Grid | 07 Aug 2004 12:58 GMT | 10 |
I'm trying to incorporate a spell checker into my VFP8 application. I'm currently testing SpellText by Chado, sent them this question but they have not responded. I cannot get SpellText to work properly in a Grid. The text being
|
| Header Class | 05 Aug 2004 17:22 GMT | 9 |
If I have not blown my chances to ask for help, I created my Header Class to Sort and it kind of works but it is like it will not release it self. And it will not let me close the form. Anybody have any idea? Thank you.
|
| Arrow Keys do not commit changes in grid | 05 Aug 2004 15:02 GMT | 5 |
If I enter data into a cell and use an arrow key as the next movement the data is not saved. The Enter and Tab keys work fine. I have tried this in Ver 6, 7 & 8 If I enter the data, move down with DNARROW, then press UPARROW it
|
| Header column sort | 04 Aug 2004 17:22 GMT | 11 |
I want to be able to code certain colums to be able to sort on thatt column upon clicking on the header. I am doing this in 6.0 and i am creating the grid dynamiclly.
|