#1 2014-06-30 08:14:48

Titou
Member
Registered: 2014-05-11
Posts: 12

Sample 12 fails to compile

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

#2 2014-06-30 09:44:44

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,603
Website

Re: Sample 12 fails to compile

Should be fixed now.
See http://synopse.info/fossil/info/e1c6e15 … 725d416de5

Thanks for the feedback!

Offline

Board footer

Powered by FluxBB