Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: OnBeforeCommandHandler - Indy v9
| Subject: | Re: OnBeforeCommandHandler - Indy v9 |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 29 Oct 2007 16:44:16 |
"Jamie Dale" <jamie.dale@yahoo.com> wrote in message
news:472666fe$1@newsgroups.borland.com...
> It isn't the indy component which was giving me greif, it was the Indy
> demo!
I do not know what demo you are referring to.
> The commandhandler server was using a case statement for
> a TComboBox integer - unfortunately sending the command
> with a parameter made the itemindex be returned as -1 - there
> was no case for -1 and thus it wasn't reading using ReadLn!
Why was it calling ReadLn() in the first place? What is the demo trying to
do?
Gambit