| Thread | Last Post | Replies |
|
| Row access restriction in Grid | 29 Nov 2003 16:28 GMT | 1 |
I have a form with a grid of multiple rows. How can I block the user going to another row once he has entered a row? e.g. when the user clicks into row 1, all other rows are
|
| non responding Grid events | 27 Nov 2003 19:31 GMT | 1 |
I have a form with grid grd_bal on it. this grid definition is called after I call a method MyQuery. In the first run, all is ok. If I run call the query again, the EVENTS of the grid, such as dblClick, do
|
| Grids and Views | 26 Nov 2003 21:56 GMT | 1 |
I have a for with two grids on it. One is the selection source for the second. The first one needs to be a grid because they want to be able to sort the students by namwe or number, which I have working. The second is based on a Parameterized View. because I need to pull the ...
|
| Grid Question | 26 Nov 2003 19:14 GMT | 4 |
Is it possible to have a grid where some columns are bound to a field yet others are not. For example, I'm trying to create a program where the user is allow to open a file which will be display in a grid. In this grid I need the ability to
|
| Get values from ComboBox | 19 Nov 2003 08:41 GMT | 5 |
I have "loaded" a ComboBox with a view, it contents 6 columns, (ID,name,address,city,etc.) How can I get the value of current(selected) 5th column? Please, help me. Beforehand thank you very much.
|
| Problem with combobox (jumping bad) | 18 Nov 2003 14:03 GMT | 9 |
I have a problem with combobox in sometimes in some forms in differents application; when I use the mouse to possioning in some row of the combo, without choosing nothing or clicking over the row and later I use the keys
|
| Error in Combobox | 17 Nov 2003 19:23 GMT | 1 |
Hi, this is an error in combobox: 1. Run this application. 2. Without selecting a item open it clicking in the right arrow of the combobox.
|
| Grid slow with large table and no matches | 14 Nov 2003 14:35 GMT | 1 |
I have a grid that has a rushmore optimised filter applied to it. The source of the grid is a 40,000 record table. All is fine until the condition returns no records and then the gird is really slow to refresh (like 30-60 seconds).
|
| Refresh a grid | 13 Nov 2003 16:51 GMT | 4 |
I have a grid on my form. And Then i go and do some processing with the table under the grid and when i return back to the form the grid is blank. How do I reset the grid?
|
| Grid Header Color ?? | 07 Nov 2003 13:46 GMT | 3 |
Can I set the "Grid Header" color ? How ? Very Appreciated for any suggestion ! Many Thanks !! Sam
|
| How delete a record, asking first? | 05 Nov 2003 21:27 GMT | 2 |
Hi, I want to know, How can I to delete a Record using the delete mark in a grid, and asking first: Do you want to delete this record?. Thanks,
|
| RelativeRow | 05 Nov 2003 10:16 GMT | 6 |
Hello friends Does anybody know more about the grid's ActiveRow? I try in the refresh of the grid: DO while this.ActiveRow < this.rowcount
|