VFP5.0
I had a need to add a property to a form within a formset that already existed. I discovered I could add a property to the formset but not to any of the forms within the formset. Can any of you shed some light on why, and how would one work around this apparent restriction? In my case I settled for building separate forms resulting in a bit of code changes etc. That seems a bit of the long way around. Is there a better way?
Thanks,
George
I had a need to add a property to a form within a formset that already existed. I discovered I could add a property to the formset but not to any of the forms within the formset. Can any of you shed some light on why, and how would one work around this apparent restriction? In my case I settled for building separate forms resulting in a bit of code changes etc. That seems a bit of the long way around. Is there a better way?
Thanks,
George