Hi Arno You're a star. Thank you so much :-)
Kind regards Jon -----Original Message----- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of twsocket-requ...@elists.org Sent: 18 April 2012 13:00 To: twsocket@elists.org Subject: TWSocket Digest, Vol 472, Issue 1 Send TWSocket mailing list submissions to twsocket@elists.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket or, via email, send a message with subject or body 'help' to twsocket-requ...@elists.org You can reach the person managing the list at twsocket-ow...@elists.org When replying, please edit your Subject line so it is more specific than "Re: Contents of TWSocket digest..." Today's Topics: 1. ICS XE2 non-visual registration (Jon Burnham) 2. Re: ICS XE2 non-visual registration (Arno Garrels) 3. FTP Error 426 (Matt Minnis) 4. Re: FTP Error 426 (Arno Garrels) ---------------------------------------------------------------------- Message: 1 Date: Tue, 17 Apr 2012 12:58:16 +0100 From: "Jon Burnham" <j...@dial.pipex.com> Subject: [twsocket] ICS XE2 non-visual registration To: <twsocket@elists.org> Message-ID: <007101cd1c91$5f9ad270$1ed07750$@pipex.com> Content-Type: text/plain; charset="us-ascii" Pardon Francois, I should have sent this last message to the list, as it may be more useful to your fans. =========================== Bonjour Francois I have just discovered ICS is available for XE2. Bravo and merci beaucoup. I have decided to give them a whirl, as they seem to have an excellent reputation. Postcard at the ready (really), I just wanted to point out that the components *may* not be registering in the IDE properly. They do not appear in the non-visual selection once you use a data-module. Not sure how to remedy this. Of course, not being a Delphi expert, I could be wrong. It happens all the time J A bientot <can't do the accents> Jon ------------------------------ Message: 2 Date: Tue, 17 Apr 2012 15:00:36 +0200 From: "Arno Garrels" <arno.garr...@gmx.de> Subject: Re: [twsocket] ICS XE2 non-visual registration To: "ICS support mailing" <twsocket@elists.org> Message-ID: <AD7CC5D345CC472E9889F0B3B33F4F31@asus> Content-Type: text/plain; charset="iso-8859-1" ----- Original Message ----- From: "Jon Burnham" <j...@dial.pipex.com> To: <twsocket@elists.org> Sent: Tuesday, April 17, 2012 1:58 PM Subject: [twsocket] ICS XE2 non-visual registration > I just wanted to point out that the > components *may* not be registering in the IDE properly. They do not appear > in the non-visual selection once you use a data-module. That's a know issue, just set new property ClassGroup of the data module to Vcl.Controls.TControl then switch to editor view and back to designer view to apply these changes (IDE bug). In a FireMonkey application (ICS Beta only) set ClassGroup to FMX.Types.TControl. -- Arno Garrels ------------------------------ Message: 3 Date: Tue, 17 Apr 2012 16:32:06 -0500 From: "Matt Minnis" <ma...@firestreamww.com> Subject: [twsocket] FTP Error 426 To: "'ICS support mailing'" <twsocket@elists.org> Message-ID: <13a501cd1ce1$8a240c50$9e6c24f0$@firestreamww.com> Content-Type: text/plain; charset="UTF-8" I am getting a spurious error 426 (426 Operation aborted.) when I run my program automated to upload files to a ftp site. When I do the exact same steps manually in same exe, it works fine. Error Listed below from my own logs. I checked all the settings, they are identical between runs, I exported the component settings to XML and they are identical to the byte. I use the Menu->Click events to trigger each step when running automatically, I see no reason why this would be failing. :( I am taking a SQL backup of our database, archiving it, then uploading to a FTP site. Since this is being uncooperative, I have hardcoded the settings to rule that stuff out. Anyone have any experience with this error 426 that might be able to shed some light on this to help me? I am using Delphi 7 and ICS7. Here's what I did to automate this: (initiated by timer event) procedure StartProcessing(); begin UploadFrm.DBBackup1.Click(); UploadFrm.GetDBInfo1.Click(); UploadFrm.Make7Z1.Click(); UploadFrm.MakeMD51.Click(); UploadFrm.InitiateFTP2.Click(); end; These are the same steps I do manually in this same order. I tried a sleep of 2000 between each, but no dice. This is maddening, I have to be overlooking something really really stupid. If anyone can help, I would appreciate it. Thanks, Matt Error: ###Resume Put 16:05:56: FTP: FtpClient1ReadyToTransmit: ftp Request PutAsync Done. ftp StatusCode = 150 ftp LastResponse was : '150 Opening BINARY mode data connection for 4071Ascend4.09.7z' ****>>>> ftp Error = 426 (426 Operation aborted.) 16:05:57: FTP Upload Process Canceled ------------------------------ Message: 4 Date: Wed, 18 Apr 2012 10:04:33 +0200 From: "Arno Garrels" <arno.garr...@gmx.de> Subject: Re: [twsocket] FTP Error 426 To: "ICS support mailing" <twsocket@elists.org> Message-ID: <9BB82D9FB3FF406690B54833F37D13A7@asus> Content-Type: text/plain; charset="iso-8859-1" Matt Minnis wrote: > I am getting a spurious error 426 (426 Operation aborted.) when I run > my program automated to upload files to a ftp site. When I do the > exact same steps manually in same exe, it works fine. Error Listed > below from my own logs. Please try to reproduce the issue with latest ICSv7 from here: http://wiki.overbyte.be/wiki/index.php/ICS_Download Any change? -- Arno ------------------------------ _______________________________________________ To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be End of TWSocket Digest, Vol 472, Issue 1 **************************************** -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be