| Thread | Last Post | Replies |
|
| programatically reassigning grid columns | 30 Oct 2003 21:24 GMT | 1 |
Hi, I am trying to progamatically reassign a grid's columns by using a for loop and an array, and I am having problems. For this particular form, the grid's columns get rearranged sometimes, and during mid-run, I need to
|
| How to Determine a Cell | 30 Oct 2003 15:41 GMT | 2 |
I want to highlight the cell in a Grid which meet the criteria at runtime. for eg. I want the cells highlighted in different color in a column which have value more then 500.
|
| Member Text1 is a class member | 30 Oct 2003 11:49 GMT | 4 |
I got the message when I was trying to delete a textbox in the grid. Can anyone please tell me what that means? Best Regards Edwin
|
| Combo Box Problem | 30 Oct 2003 11:40 GMT | 2 |
Would like to thank you so much for all your contribution to this forum. I wouldn't have make it if not for you guys. Anyway, as I always has a lot of question to ask, please
|
| Member Text1 is a class member | 29 Oct 2003 16:19 GMT | 1 |
I got the message when I was trying to delete a textbox in the grid. Can anyone please tell me what that means? Best Regards Edwin
|
| Scrolltrack in MSHFlexgrid..... how to do it with VFP Grid? | 29 Oct 2003 14:03 GMT | 4 |
How can I move up or down the contents of a grid while the user drags the scroll box instantaneously. In a flexgrid there is a property that do this job which is ScrollTrack but now I need to use the VFP Grid? Can anyone
|
| How to change cursor over header? | 26 Oct 2003 11:18 GMT | 7 |
Hi!, It is possible? How to? In VFP7, when cursor crossover header, into a grid, change the shape to down black arrow. I want to change it
|
| Grid filtering - mystery loop when active. | 24 Oct 2003 20:55 GMT | 6 |
I've discovered that in FP 8.0 the grid is calling the filter expression practically all of the time when grid is active. It calls endlessly 2 times per second the filter expression. And the most mysterious is that when
|
| How to remove the combo box control from the grid column ? | 21 Oct 2003 16:57 GMT | 2 |
as title, please help. Thanks Derek
|
| I can't put Farpoint Spread on a VFP form | 19 Oct 2003 03:31 GMT | 1 |
I don't manage to put a spread on a VFP form. What should I do exactly to do it ?
|
| Get value in a grid | 17 Oct 2003 21:17 GMT | 3 |
Would anyone teach me how to solve the following question? I had a form with grid, which had sales_no(column1), shipment(column2) and qty(column3). When a user click on the column1, how can I get the column1's value and fill the a text box(in the same form).
|
| Grid doesn't display the correct data | 17 Oct 2003 18:29 GMT | 3 |
I've got two tables that are in relation (one-to-many). First, doctors (master) and schedule (child). In a form, I have a combo box where I select a doctor (from table doctors) and a grid where is diplayed the
|
| SubClass Columns and Header | 17 Oct 2003 10:41 GMT | 2 |
I'd like subclass the columns and headers class to personalized my grid class. At now, the only way that I can know, it's using the programing way (define class _MyColumn as Column) in
|
| DEFINE CLASS _Column as "Column" | 16 Oct 2003 15:33 GMT | 1 |
I want add any properties/method to Column class and header, for personalize my Grid Class, ... Is it possible excluding the programming way? in other's word, Can I Define these class visually?
|
| Check Activecolumn problem | 16 Oct 2003 11:05 GMT | 3 |
Now I have a column class, how can I know which coloumn's header is click. I know grid class have a ActiveColumn properties. How can I add the code to following class ? Please advise.
|