I'm still pretty new to VFP but not to programming. I have to add on to a legacy program and am having a heck of a time with a grid. I set it up with the recordSource, all the columns have their controlSource's property set. On the form are a few textboxes and a 'Search' button. When I click Search, I build a query based on the text boxes and that part is OK. The only way I found to actually display the query is to reset the grids recordSource property, but this causes the formatting and stuff to pretty much go to the way-side.
Do I really have to do that? and if I do, I presume I'll have to reset all the column headers, and the columns controlSource.
Anyone have any thoughts??
Do I really have to do that? and if I do, I presume I'll have to reset all the column headers, and the columns controlSource.
Anyone have any thoughts??