Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to add my grid class to form class gives error
Message
From
02/09/2006 00:45:53
 
 
To
29/08/2006 20:37:34
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01149616
Message ID:
01150482
Views:
21
Mike,

Before you drop in onto a form class, first do:
SET PROCEDURE TO PrgWhichHasColumnAndHeader.prg
Hope it helps,

Dennis


>I have a grid class that uses the MemberClassLibrary and MemberClass properties. The MemberClassLibrary points to a prg where the column class is defined and it in turn relies on a HeaderClass that is also in the same prg.
>
>I then drop this grid class on to a container class and set the column count to 2. The two columns appear as expected (using my MemberClass) and their headers are using the HeaderClass (again as expected).
>
>Now when I try to drop this container onto a form class, I receive the following error:
>
>"Cannot add this object to a grid"
>
>My only options are OK and Help. The help says:
>
>"You have attempted to execute the Grid.AddObject method to add an object other than a column to the grid.
>
>You are trying to add an object to a column, rather than adding a column to the grid.
>
>To add an object to a column, use the Grid.Column syntax with the AddObject method."
>
>Any idea where I went wrong?
>
>Thanks for all replies,
>Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform