I was able to get it working by running in XP Compatibility Mode. Thanks, Dan!
John -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Dan Covill Sent: Sunday, August 11, 2013 9:12 PM To: [email protected] Subject: Re: VFP 7 OLE Error code 0x80040154: Class not registered. OLE object is being ignored Hi, John Like it says, your app apparently uses a non-VFP control (an OLE object), probably in a DLL, that is not registered on this other computer. Could be a calendar control, a tree view, or something like that. Cure is to find which DLL it is, then load it and register it on the other machine. Google will tell you the registration process. (That's pretty much why I avoid using 3rd-party controls.) Dan Covill San Diego On 08/11/13 06:05 PM, John J. Mihaljevic wrote: > Hi all, > > A VFP 7 application that I'm working on works just fine on my XP > desktop, but I'm getting the above error on my Vista laptop when > trying to run the same application. Any ideas or suggestions? > > Thanks very much! > > John [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

