Feb 10, 2008 #1 SBTBILL Programmer May 1, 2000 515 US I did this in VFP 6 and 7 but now need to set it up in VFP 9 Can anyone help me get started. Bill Couture
I did this in VFP 6 and 7 but now need to set it up in VFP 9 Can anyone help me get started. Bill Couture
Feb 10, 2008 #2 Mike Lewis Programmer Jan 10, 2003 17,516 Scotland Bill, It's basically the same as in earlier versions: - Get all the forms, reports, PRGs, etc. into the project. - Click the Build button (in the project). This will let you create the EXE. - Use InstallShield Express (which comes with VFP) to create a setup program. - Distribute that program to your users. All the details are described in the VFP Help, the InstallShield Help, and a documentation file on the VFP 9.0 CD. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk Upvote 0 Downvote
Bill, It's basically the same as in earlier versions: - Get all the forms, reports, PRGs, etc. into the project. - Click the Build button (in the project). This will let you create the EXE. - Use InstallShield Express (which comes with VFP) to create a setup program. - Distribute that program to your users. All the details are described in the VFP Help, the InstallShield Help, and a documentation file on the VFP 9.0 CD. Mike __________________________________ Mike Lewis (Edinburgh, Scotland) My Visual FoxPro site: www.ml-consult.co.uk