Frank Cazabon wrote: > Hi Mike, > > I hope the questions below may prove helpful. > > MB Software Solutions, LLC wrote: >> My grid subclass calls a custom method in my form subclass. Now I'm >> getting an error saying "Property ToggleSortOrder is not found." >> >> > Does the property exist? > Is it "addressed" properly? (i.e you've got the correct hierarchy like > this.parent.parent... or thisform.) > Is the property Hidden/Protected? > Maybe you aren't actually using the classes you think you are using? > >
CORRECTION TO MY LAST EMAIL!!! YOU WERE RIGHT, FRANK!!!!!! I had included the class library c:\dev\classes\mjbbase.vcx in my project, but truly the form was using c:\dev\emailextract\classes\mjbbase.vcx. So I removed the generic one and stuck in the emailextract folder as it should have been in the EXE. Preliminary testing looks like that's fixed it. Virtual beers for you, my friend!!! Thanks! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

