You are not logged in.
Pages: 1
The example "12 - SynDB Explorer" fails to compile.
The error is:
[dcc32 Erreur] SynDBExplorerMain.pas(231): E2035 Pas assez de paramètres originaux
if C<>nil then
with TRecordEditForm.Create(self) do
try
C.Password := Crypt(C.Password);
SetRecord(nil,C,nil,nil,sConnectionHints,0,msg);
if ShowModal=mrOk then begin
C.Password := Crypt(C.Password);
if TryConnect(C,true) and (res=100) then
--> Conns.AddOne(C,false) else
if res=100 then
FreeAndNil(C);
Offline
Should be fixed now.
See http://synopse.info/fossil/info/e1c6e15 … 725d416de5
Thanks for the feedback!
Offline
Pages: 1