main logo
Subject: Re: Distribution of 6.1 and other crap
Author: A Datta
Posted: 2001/08/27 14:48:25
 
View Entire Thread
New Search


<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
<-- Prior Message New Search Next Message -->