In V2.5/2.6 of FoxPro, about the only way to simulate a grid (that I know of) was to create a browse window and define the fields to be displayed. This browse window could have columns from different tables all displayed at the same time as long as a relation was set between the tables.
In the VFP versions, I cannot find a method to have a grid look at multiple tables. Of course, building a table which the grid can use can take considerably longer than just having relations set as the where/joins take time to build the resultant table.
Does anyone have a possible solution so that the grid can use columns from multiple tables?
Thanks in advance for any and all help.
In the VFP versions, I cannot find a method to have a grid look at multiple tables. Of course, building a table which the grid can use can take considerably longer than just having relations set as the where/joins take time to build the resultant table.
Does anyone have a possible solution so that the grid can use columns from multiple tables?
Thanks in advance for any and all help.