ab290
23-Jun-2006, 09:06 AM
In FormCreate:
the line
if (ParamCount = 1) and (FileExists(ParamStr(1))) then ElaborateLog(ParamStr(1));
must be moved after
LoadState;
to avoid the Invalid password error, when the password is stored in the ini file.
Cheers
the line
if (ParamCount = 1) and (FileExists(ParamStr(1))) then ElaborateLog(ParamStr(1));
must be moved after
LoadState;
to avoid the Invalid password error, when the password is stored in the ini file.
Cheers