Jeff Johnson wrote on 2013-07-24: > I have a mature VFP9 application running on Windows 7. My customer got > a new Windows 7 machine. When importing an XLS spreadsheet the > application comes to a screeching halt with the informative message: > ARX.EXE has stopped working. Windows will try to find a solution > online. > > I haven't heard back from them but I haven't checked the mail box > today. Sheesh! > > I Googled it and it said something about setting the Data Execution > Prevention off for that program, which I did and it does not change > anything. > > What have these guys done now?!? > > This same program works on all Windows 7 machines except for this one!!! > > The line of code that is failing is: > APPEND FROM (lcspreadsheet) TYPE XL5 > > >
Jeff, This has happened from time to time with a few of our clients. The XL5 was created from Office 2010 and saved as an older version. The older version of Excel will open it, the import process fails. Sometimes, when VFP is closed by the OS, an error file created where the runtime file exists. Most of the time that I've seen one of those, it points to the READ EVENTS line. Which suggests an error occurred in an event routine with an ActiveX control on a form. Sometimes it has pointed me to an exact line of code. Tracy Pearson PowerChurch Software _______________________________________________ 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.

