Welcome to Foxite.COM Community Weblog Sign in | Join | Help

Thursday, September 27, 2007 - Posts

As I am automating VFP build process as mentioned, I always need to execute VFP code from non-VFP environment. In order to have "full" power of VFP, I choose to use OLE automation using VBscript. There are two ways to run VFP code from VBScript which Read More
I just found that is "really" written in C/C++. When I try to replace string from "myfolder\" to "myfolder\trunk" using Find and Replace dialog, VFP would replace my text as below ..\myfolder\myfile.prg ==> ..\myfolder\{TAB}runk\myfile.prg VFP treat Read More