http://leafe.com/dls/vfp
I updated the files/zip for the changes that Ajit mentioned the other day, specifically (taken from his email with my comments in CAPS): ----------------------------------------------- 1. Right at the top of main.prg, I had to set a "SET DEFAULT TO......" the current location of the project file (*** I ADDED THE SET DEFA TO LINE ***) 2. Had to hard code the path of registry.h for the include statement at the top of main.prg (*** YOU NEED TO SET THIS ***) 3. In the InstallMySQL fuction, changed lcFile =".\MyODBC\setup.exe" to lcFile =".\setup.exe" (*** DONE ***) 4. In the same function changed loShell = NEWOBJECT("_ShellExecute","_Environ.vcx") to loShell = NEWOBJECT("_ShellExecute",HOME(1)+"Ffc\_Environ.vcx") (*** DONE ***) ----------------------------------------------- -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16 _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/4ebae21e.6050...@mbsoftwaresolutions.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.