Re: Adding a method to a form that's in a formset by Fred
Fred
Mon Nov 03 20:14:56 CST 2003
You can't. A formset is a container, and you can not add things to the
members of a container. The same is true of a Textbox on a page of a
pageframe.
Fred
Microsoft Visual FoxPro MVP
"Caleb Land" <bokonon@rochester.rr.com> wrote in message
news:pan.2003.11.04.02.04.59.203000@rochester.rr.com...
> Hello,
> I would like to add a method to a form that is in a formset, but it
> seems that when I use the Form->Add Method menu item it adds it to the
> formset instead of the form.
>
> How do I add a method to a form instead of the formset?
>
> -Caleb