<i><font color="#663300">I previously had to figure out that I had to distribute a SECURITY subfolder even though I am not using any security features.</font></i>
..commonprogssetup.prg has the following lines
llSuccessfulLogin = PerformLoginProcessing() IF llSuccessfulLogin ... ELSE goApp.Release() ENDIF
The 'PerformLoginProcessing()' function returns .F. if it does not find the security folder. So if you don't want to distribute the security folder then you may modify 'PerformLoginProcessing()' function to RETURN .T. or remove the call to 'PerformLoginProcessing()' from setup.prg
<i><font color="#663300">...Then I had to figure out that I had to distribute the DBPATHS.* files. Now that doesn't work ...</font></i>
This is how I solved the path problem in PATHS.DBF: Replace all absolute paths in cDB_Local and cDB_Remote fields with relative paths. For example replace "E:VFPPROJECTSMYAPPDATA" with ".DATA"
©2001 A Datta |