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

September 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
VFP allow us to edit project version info from build dialog. We also can edit it programmatically as below. Both ways is working fine, except VFP IDE is required. I have written a simple class to enable Project and Version Info edition programmatically Read More