On 6/14/13 9:10 AM, Jeff Johnson wrote: > I do a lot of importing and exporting where I am using a combination of > Python and > VFP. With this I can do most of it in Python.
I did a VFP-Python conversion once but I don't think any of the DBF tools would have worked because I needed to interact with the DBC, pulling relations and other bits out. So I used com automation from Python to launch VFP and run little off-the-cuff Foxpro code snippets written dynamically by my Python program. Nothing too complex but it sure felt powerful watching it work. Paul _______________________________________________ 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.

