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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Update of .EXE

Status
Not open for further replies.

fdc

IS-IT--Management
Dec 26, 2001
15
US
New user to VFP. In old versions of Foxpro it was possible to distribute runtime applications containing .prg files. To update the distributed systems, new or changed .prg's could be transmitted via communications and changes were in effect immediately with restart. Is this possible with VFP or is it necessary to send new EXE?
 
I believe this is possible to do, however you would need to send the compiled .FXP file, NOT the .PRG file, since the runtime VFP engine does not compile. You can still leave the command as
Code:
DO MyProg.PRG
if you like, the engine really runs the .FXP file, anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top