| Thread | Last Post | Replies |
|
| Checkbox Control in a column | 29 Dec 2005 10:21 GMT | 2 |
How is it possible to add a checkbox control in a specific column of a grid, but without the grid wizard ? I need to display a grid with at least one column with a checkbox control inside and displaying the information of a specific table
|
| Views & Table Buffering | 09 Dec 2005 14:50 GMT | 1 |
I have a problem with a grid 'losing records'. The grid is based on a parameterised view which I allow the user to sort by clicking on the column headings. This click event triggers the code below with two parameters, the index key
|
| Tableupdate.... | 08 Dec 2005 17:39 GMT | 4 |
I've been working on something now for about two days without any success and am beginning to pull my hair out...just wondered if anyone had any ideas. I recently moved from V8 to V9 and started to design a new application.
|
| Interactive change in Grids | 08 Dec 2005 07:14 GMT | 9 |
I need to understrand something with grids (this is relatively new to me). When I open my form, it displays all the records in a gruid from a cursor, with all the settings that I have designed (i.e. column titles, buttons to open another window, etc.) On the form, I have a button ...
|
| How to assign code to the click event | 06 Dec 2005 18:20 GMT | 2 |
I would like to place some code behing the click event of a column header at runtime. My grid is setup as follows: This.Grid1.ColumnCount = 3
|