| Thread | Last Post | Replies |
|
| viewing data in a grid from 2 different tables | 26 Feb 2004 20:44 GMT | 1 |
Please let me know how to achieve the following, Data is retrieved from 2 tables, both tables are related with a 1 to many relationship. I want to display the data from the above tables in one single grid.
|
| Grids and comboboxes in VFP8 | 23 Feb 2004 17:41 GMT | 8 |
I'm trying to display a drop down list in a grid control and display a list of choices but store ONLY the ID to the parent table. My problem is that everything seems to wotk fine but when the combobox gets the focus it goes BLANK, then I lost the focus and it shows the item I ...
|
| Grid ComboBox Fill | 22 Feb 2004 16:02 GMT | 1 |
I want to create a Grid with 8 columns. Where the third column is a ComboBox and when a value is selected in the combo box columns 4 - 8 are filled in with information from the record selected by the combo box. And i want to do this through code...
|
| CurrentControl | 19 Feb 2004 14:03 GMT | 2 |
Why wont this allow me to have a combobox as current control? Whenever I run the form all I get is a grey box in that cell. lCombo = .F. FOR i = 1 to thisform.grdBook.clmBookNum.ControlCount
|
| unknown member | 18 Feb 2004 21:13 GMT | 1 |
I have a search grid on a form to select an employee record. Works great In the dataenvironment I have selected the clemploy table to display in the grid If I leave the form to call a print program of the employee table and close the employee table in the print program, when I ...
|
| Record Source Type | 16 Feb 2004 18:44 GMT | 2 |
I have seen that all Record Source Types require a direct or indirect relation with tables. Is it a way to handle grid without tables, only to fill data inserted manually Beforehand, thank you very you LUI
|
| BeforeRowColChange | 16 Feb 2004 01:35 GMT | 1 |
I have a form with two grids on it. Grid1 controls what is displayed in Grid2. Grid2 is based on a Table. Before I change row in Grid1 I need to process the data in the table that Grid 2 is based on. The problem is i enter data into Grid2, but when I go into BeforeRowColChange ...
|
| AfterRowColChange | 11 Feb 2004 20:22 GMT | 1 |
Why does Changing the RecordSource in one grid trigger the AfterRowColChange in another grid? Or does the Changing RecordSource actually trigger a Refresh which in turns triggers the AfterRowColChange?
|
| Password character in grid | 11 Feb 2004 19:17 GMT | 2 |
i created a form in which i have an overview of the users, their passwords and permissions. I have a detail section above in which changes and additions / deletions can be made. In my grid i want the password to be the character '*' as it is in my detail. Strange enough, i see this ...
|
| Problem with grid in VFP 8.0 | 10 Feb 2004 11:46 GMT | 2 |
I discovered one problem with grids Let's take for example customer.dbf and orders.dbf tables from Tastrade example USE "c:\program files\microsoft visual foxpro 8\samples\tastrade\data\customer.dbf" IN 0 SHARE USE "c:\program files\microsoft visual foxpro ...
|
| looking for powerful grid class for VFP | 07 Feb 2004 18:33 GMT | 1 |
I have to choose grid class for our applications. I'm interested in your opinion about grids and grid replacements included in the products below. Do you have any experience with using these products in VFP apps?:
|
| Changing the display order of a grid by clicking the heading. | 04 Feb 2004 04:41 GMT | 2 |
I was just wondering if anybody had an elegant way of doing this ?
|