Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Profesional vs enterprise edition

Status
Not open for further replies.

GaryWilsonCPA

Technical User
Jul 19, 2000
253
US
Is the foxpro profesional edition able to produce a database that can be used on a pc without foxpro installed. I am trying to create an application, and the users will not have foxpro.

 
To expand just a bit, using VFP you'll be able to produce an application .EXE that can be installed with the appropriate runtime files that will run without having to buy development licenses for all your users. The easiest way to create the install is using the SETUP Wizard in VFP 5/6 and VFP InstallShield in VFP 7.0.

Rick
 
You can use SETUP wizard , which allow you to create install programs or you can make your own install and distribution program which must include vfp6r.dll and vfp6enu.dll (and of course your programs , forms , reports,etc) .
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top