| Thread | Last Post | Replies |
|
| Not a question, just a thank you | 24 Oct 2005 16:55 GMT | 1 |
Many thanks to Gerben Kessen and Lee Mitchell - I came to this group to post a question about how to conditionally change the color of grid rows, and found that they answered it over a year ago ( "Visual FoxPro 8.0 Grids"). I love the newsgroups. If only I could figure out how to ...
|
| Refreshing a Grid Help | 20 Oct 2005 08:26 GMT | 1 |
Hi Everyone/Anyone, I have a VFP 6 grid showing a simple DBF file. When a user clicks a button on the form holding the grid, I change the calculation in column 5 and I want the records to sort by the new calculations in column five and have the grid
|
| Grid Column is TextBox Class | 07 Oct 2005 16:25 GMT | 4 |
OK I discovered the issue...lets see if I can describe it. I have a grid whos columns current control is a class defined textbox I have code in the class defined textbox to open up a form to display the current record for editing. Upon closing the form I want to refresh the
|
| Update form from a grid | 05 Oct 2005 14:39 GMT | 1 |
I am trying to create a grid that when you double click on a row it will take that row and open up a form displaying tht data and allow you to edit it. And when you close hat form it will update the grid with the updated info. I am hving difficulty doing this. Is there a ...
|
| Grid? | 05 Oct 2005 05:14 GMT | 1 |
How can grdEmp.Column1.Name <> grdEmp.Columns(1).Name?
|
| Open Record Double Clicked on | 03 Oct 2005 20:11 GMT | 3 |
What do I need to do inorder for when I double click on a row in a grid for that row to open up in another form. I do have the other form created already.
|