Welcome, Guest
Username: Password: Remember me
Components and Libraries for Networking Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

IdFTP Client 6 years 7 months ago #10969

  • Carlos Alberto Périco
  • Carlos Alberto Périco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Someone has the solution for this bug? Just put the idftp that gives this error and does nothing else.

If someone has the solution help me ...

thank you.


Gostaria de saber se alguem tem a solução para este bug, é só colocar o item idftp que da este erro e nao faz mais nada.

Se alguem tiver a solução me ajudem...

obrigado.

Carlos Perico

Please Log in or Create an account to join the conversation.

IdFTP Client 6 years 7 months ago #10977

  • Carlos Alberto Périco
  • Carlos Alberto Périco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Erro IDFTP no found in thyphon 6.1 and 6.2 found in lazarus 1.6.4.
Attachments:

Please Log in or Create an account to join the conversation.

IdFTP Client 6 years 7 months ago #10978

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
Until we solve and this problem
please,
try to Create TIdFTP on Main form FormCreate event

uses
  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
  IdFTP;

type

  { TForm1 }

  TForm1 = class(TForm)
    Button1: TButton;
    procedure FormCreate(Sender: TObject);
  private
   IdFTP1:TIdFTP;
  public

  end;

var
  Form1: TForm1;

implementation

{$R *.frm}

{ TForm1 }

procedure TForm1.FormCreate(Sender: TObject);
begin
 IdFTP1:=TIdFTP.Create(self);

end;

end.
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

IdFTP Client 6 years 7 months ago #10996

  • Carlos Alberto Périco
  • Carlos Alberto Périco's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Just put the icon already the error, click the error too, I would like you to test this error.
Vesao before 2.15 was not happening.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1