| Thread | Last Post | Replies |
|
| 3rd party grid replacement | 29 Dec 2003 14:52 GMT | 1 |
I wonder if anybody use 3rd party replacements for the VFP grid? I'm looking for a commercial OCX or native VFP Grid class that is able to do sorting, filtering, grouping, incremental searching, editing local and remote (MS SQL) data, printing/exporting grid content.
|
| Checkbox control in a grid for remote view table | 26 Dec 2003 14:57 GMT | 1 |
Hi expert, Again I need your advice, I have a grid with remote view table (from SQL server 2K). I change the current control of the column from Textbox to Checkbox and put Sparse
|
| Insert a checkbox into a grid | 26 Dec 2003 11:38 GMT | 2 |
I'm a newbie to Foxpro. Can anyone tell me how, or where to find examples, to place a checkbox inside a grid?
|
| Addiing A Calendar Control To A Grid | 26 Dec 2003 11:31 GMT | 2 |
I would like to add a calendar control to a grid to enable the user to enter a date into a combo or text box or be able to 'drop down' a calendar to select the date with the mouse. I have had limited success so far after creating a class which contains a
|
| 'View definition is changed' | 23 Dec 2003 14:59 GMT | 2 |
I am facing some problem with views. Generated all views through view designer. I have 2 Remote views connected to SQL Srvr. One is a parameterised view: MasterTable
|
| Sort Parent + Child Grid | 22 Dec 2003 23:46 GMT | 1 |
I have two grids on a form linked in a one to many relationship on a common key. The first shows a list of customers and the second a list of orders which belong to the customer highlighted in the first grid. I would like to sort the list in the child grid in a different sequence to
|
| Custom Column class doesn't seem to work when added to a grid | 19 Dec 2003 16:58 GMT | 3 |
I want to capture the resize event of the columns of a grid control. This grid will hold different number of columns depending on the situation of the program, so I cannot use the columnCount property and then code the reseize event in the form designer. Therefore I decided to ...
|
| Adding Controls in a grid | 19 Dec 2003 14:07 GMT | 2 |
I have a grid, in one of its column I have added a new object in the forms init event. grid.col1.addobject('xx','myclass') This 'myclass' contains a text box and a command button in
|
| Add controls to header | 13 Dec 2003 16:55 GMT | 2 |
Does anybody know's how to add controls such as images,command buttons or combo boxes to headers of a grid. Thanks in advance. Daskalopoulos Xenofon
|
| help for grid row backcolor | 13 Dec 2003 08:58 GMT | 2 |
help needed for highlight all columns in the atctive row of a grid with a background or foreground color. Thanks in advance Xenofontas
|
| Grid and Form Level Error | 12 Dec 2003 17:03 GMT | 2 |
I have a simple grid with few fields pointing to a table. I have created two buttons one is NEW and other is DELETE. There is a primary key defined on one of the table fields as well. Now question is if I click NEW, it is basically APPEND Blank is operated on
|
| Cell Movement | 12 Dec 2003 15:34 GMT | 1 |
A very simple one (I think). I have a grid on a form that shows rows from a table. I haven't changed any of the grids default properties or methods. The cells use standard text boxes.
|
| View Numeric Type as Time Format In A Grids. | 12 Dec 2003 00:27 GMT | 1 |
I have numeric filed data type, that was figuring time like 50 as 00:00:50, but i want to know how to view this time format in a coloumn of a grid ? Thanks a Lot Sorry, about my english
|
| No RowSource available | 11 Dec 2003 19:42 GMT | 2 |
"As a rule of thumb", I design controls to hold the data which they represent. This gives me the luxury of closing all databases for about 99% of the time. The grid has been a challenge so far. I need to load data
|
| Unable to release form | 10 Dec 2003 20:17 GMT | 1 |
I use VFP7. I have a top level form and top level menu. A form is displayed for each meu item. I run a programme to release the displayed form when another menu item is chosen.
|