Tristan, I've copied Control.vcx to Container.vcx and modified the control.vcx so it has a control as the baseclass, then added the new Container based class onto the form with the init() code duplicated to load up the apropriate object and I cannot see any difference in operation between the two "controls" at all.
Dave Crozier "A computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are, in short, a perfect match" - Bill Bryson -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tristan Leask Sent: 12 July 2006 15:43 To: [email protected] Subject: RE: Control & Container Objects Okay, I have put a copy of my dynamic list control up on my site so you can see what is happening. http://www.tleask.plus.com/dynlist.zip Basically, at the moment it is a container baseclass, if I then edit the vcx file (table) and change it to a control baseclass it then stops working. Any ideas? Oh, if you have any comments about the control itself, let me know! I like to hear how bad my coding is! <G> Tristan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Posted At: 12 July 2006 15:04 Posted To: Profox Archive Conversation: Control & Container Objects Subject: RE: Control & Container Objects The form you put the control object onto can not get into the control to see objects. Objects within the control object should be able to see other objects in the control object without a problem. Tracy -----Original Message----- From: Tristan Leask Sent: Wednesday, July 12, 2006 9:44 AM Subject: RE: Control & Container Objects Okay, I have now tried it, but it seems to screw the code up so it doesn't work. No matter. Can objects reference other objects within side the control? I think this maybe what is mucking up the code. Regards Tristan [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

