I am adding objects to a page in a pageframe by using the following code in the Activate Method of the Page:
This.AddObject('page2obj', 'page2obj')
I added the class "page2obj" to the project. The class was created by highlighting some controls and then choosing "save as class..." from the VFP8 file menu. When I run the form and activate the page, I get the following message: Class definition PAGE2OBJ is not found. Why can't PAGE2OBJ be found?
Loomis
This.AddObject('page2obj', 'page2obj')
I added the class "page2obj" to the project. The class was created by highlighting some controls and then choosing "save as class..." from the VFP8 file menu. When I run the form and activate the page, I get the following message: Class definition PAGE2OBJ is not found. Why can't PAGE2OBJ be found?
Loomis