I am new to VFP and am trying to dynamically add a container to one of my
forms.
This container is inherited from container, and contains some custom code.
Anyways I am trying to
use the forms addobject method, and VFP says that the class cannot be found.
Is there something I have to do so that my inherited class shows up in the
default search path.
I have also tried passing the library that contains the inherited class with
no luck.