On 10/8/10 10:28 AM, Jeff Johnson wrote: > Now I click Save whether I work with Dabo or VFP and I have not seen the > problem since.
You have to build up a level of trust with whatever editor you are using to edit and save your code. Vim has never failed me. With VFP, you are using the editor inside the class or form designer, and the underlying data structure unfortunately isn't a plain-text file but a DBF. And VFP organizes this DBF in sometimes magical and complex ways. So it is actually pretty amazing that more corruption problems don't happen. But for ultimate reliability, plain text is definitely your friend. Easier on source control, too. My money is on Jack's SCX dbf being corrupted, and VFP didn't notice. Paul _______________________________________________ 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.

