Board index » delphi » Ftp Run Error
Donald Bossen
![]() Delphi Developer |
Donald Bossen
![]() Delphi Developer |
Ftp Run Error2005-10-18 07:30:06 AM delphi234 Ver 9.0.18, Delphi 6 I have compiled and run other projects with Pop and Smtp with no problems with. Now TidFtp It compiles ok but I get the following error when it trys to run. Project BuildAvalable.exe raised exception class EReadError with message 'Property MaxLineAction does not exist'. Process stopped. Use Step or Run to continue. Thanks Donald S. Bossen |
Remy Lebeau (TeamB)
![]() Delphi Developer |
2005-10-18 08:22:04 AM
Re:Ftp Run Error
"Donald Bossen" <XXXX@XXXXX.COM>writes
QuoteVer 9.0.18, Delphi 6 QuoteProject BuildAvalable.exe raised exception class EReadError Gambit |
Jeremy Darling
![]() Delphi Developer |
2005-10-18 08:26:54 AM
Re:Ftp Run Error
Open up the DFM for the Form or DataModule that contains the TIdFTP
Component on it. Search for MaxLineAction and remove it from the DFM saving after you have removed and try building again. This should fix the problem. Jeremy "Donald Bossen" <XXXX@XXXXX.COM>writes QuoteVer 9.0.18, Delphi 6 |
Donald Bossen
![]() Delphi Developer |
2005-10-18 11:48:05 PM
Re:Ftp Run Error
Thanks For the Reply
The Options of Download was 9.0.18 Developers Snapshot I downloaded the Developers SnapShot and Installed. Now the version reads DevSnapshot is this the correct version I should use. I am able to finally compile and run. Donald S. Bossen Remy Lebeau (TeamB) writes: Quote"Donald Bossen" <XXXX@XXXXX.COM>writes |