Vince Teachout wrote on 2014-08-19: > I have a client who started getting C5 errors. I don't know exactly > when. But any VFP program we have throws the error whenever she goes to > print something. Ie, the errors seem to occur when the REPORT FORM is > being called. Other copies of the same programs on other machines are fine. > > Does anyone have any ideas I could try?
Vince, Something is corrupting the index used by the data in the report. This happens when an anti-virus or auto-backup software temporarily locks the files when the indexes are supposed to be updated. With VFP 9, if you ship the "Report*.app" files, one of them may have gotten corrupted. If you have images in the report, the image is a bad type or corrupt. I get C5 errors when the VFP DLL's on the machine are not matched well. Usually we will get a new customer install our application and immediately get the C5 error when starting the program due to mismatched DLL versions. This is registered VFP9R.DLL is a different version than the VFP9RENU.DLL (or whichever language file you have). I have seen with VFP 6 SP 5 the environment variable PATH having incorrect paths cause a C5 on start up as well. And what Ted said about printer drivers. I rarely see them create a C5 (they do though), more often than not I see a windows spooler error. 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.

