AndrewMozley
Programmer
I have a form class EnqForm which is used as the basis for several forms which offer different sorts of enquiries.
This form class includes a grid in which the results of an enquiry may be displayed; its name is at present grdresult. I would like to change the name of this grid (in Enqform) in order to be consistent with another form class.
However, if the name of the grid is changed, this upsets the existing forms which have been based on Enqform. When I try to modify such a form (say enqsales), VFP correctly reports that the parent field of several records are referring to an unknown member, grdresult.
I could indeed open each of the relevant .scx files as a dbf, and change the values in the various memo fields. However even locating such fields is rather laborious.
Is there any way round this? Or should I have stabilised the design of my form class before basing forms on it!
Thanks.
This form class includes a grid in which the results of an enquiry may be displayed; its name is at present grdresult. I would like to change the name of this grid (in Enqform) in order to be consistent with another form class.
However, if the name of the grid is changed, this upsets the existing forms which have been based on Enqform. When I try to modify such a form (say enqsales), VFP correctly reports that the parent field of several records are referring to an unknown member, grdresult.
I could indeed open each of the relevant .scx files as a dbf, and change the values in the various memo fields. However even locating such fields is rather laborious.
Is there any way round this? Or should I have stabilised the design of my form class before basing forms on it!
Thanks.