I think I found what happened. Now I noticed that the base class of the class "callmain" is changed to "Form". It was "Custom" when I created the app in VFP 8.0. When I compiled it in VFP 9.0 it is changed to "Form". Any idea why it changed to from?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schummer Sent: Thursday, December 06, 2007 12:39 PM To: [EMAIL PROTECTED] Subject: RE: [NF] Apple's rising popularity lures hackers MemberData is likely the culprit. If you have any class with a MemberData property with more than 256 characters you need to remove it for it to work with VFP 8. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Davuluri, Murali K. Sent: Thursday, December 06, 2007 12:46 PM To: [EMAIL PROTECTED] Subject: RE: [NF] Apple's rising popularity lures hackers I have a peculiar problem. I have an app "callmain" in VFP 8.0. This app has a custom class "callmain" in it. I compiled this app in VFP 9.0. When I try to run it in VFP 8.0, I am getting an error "callmain.vct is not an object". But if I run it in VFP 9.0, I don't get this error. Hoping to revert and get rid of this problem, I recompiled the app in VFP 8.0. But the problem persists. Any idea why is it doing so? Any solution? Any help is highly appreciated. [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 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.

