Re: [fpc-pascal] How to stop a HttpApp via request? (Regression)

2013-10-22 Thread silvioprog
2013/10/18 Michael Van Canneyt mich...@freepascal.org On Thu, 17 Oct 2013, silvioprog wrote: Hello, I updated the fcl-net and fcl-web of my Free Pascal copy, but when I try to terminate my app via request, it return same error reported in this topic. It works fine here. Michael.

Re: [fpc-pascal] How to stop a HttpApp via request? (Regression)

2013-10-22 Thread Michael Van Canneyt
On Tue, 22 Oct 2013, silvioprog wrote: 2013/10/18 Michael Van Canneyt mich...@freepascal.org On Thu, 17 Oct 2013, silvioprog wrote: Hello, I updated the fcl-net and fcl-web of my Free Pascal copy, but when I try to terminate my app via request, it

Re: [fpc-pascal] How to stop a HttpApp via request? (Regression)

2013-10-18 Thread Michael Van Canneyt
On Thu, 17 Oct 2013, silvioprog wrote: Hello, I updated the fcl-net and fcl-web of my Free Pascal copy, but when I try to terminate my app via request, it return same error reported in this topic. It works fine here. Michael. ___ fpc-pascal

[fpc-pascal] How to stop a HttpApp via request? (Regression)

2013-10-17 Thread silvioprog
Hello, I updated the fcl-net and fcl-web of my Free Pascal copy, but when I try to terminate my app via request, it return same error reported in this topic. My code is: 1. program project1; 2. 3. {$mode objfpc}{$H+} 4. 5. uses 6. heaptrc, sysutils, HttpDefs, CustWeb,

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread Michael Van Canneyt
On Sat, 5 Oct 2013, silvioprog wrote: 2013/9/25 Michael Van Canneyt mich...@freepascal.org On Wed, 25 Sep 2013, silvioprog wrote: 2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk       On 24/09/13 10:46, Michael Van Canneyt wrote:      

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread DaWorm
Thumbs up. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

OT: (y) WAS: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread Flávio Etrusco
Worked like a charm. Thank you very much Michael! (y) What does (y) mean ? LOL I was puzzled too. And found a funny topic in Yahoo Answers :-o But in the end found it's a shortcut for Thumbs Up in Microsoft Messenger. -Flávio ___ fpc-pascal

Re: OT: (y) WAS: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread Michael Van Canneyt
On Sun, 6 Oct 2013, Flávio Etrusco wrote: Worked like a charm. Thank you very much Michael! (y) What does (y) mean ? LOL I was puzzled too. And found a funny topic in Yahoo Answers :-o But in the end found it's a shortcut for Thumbs Up in Microsoft Messenger. Well, it clearly shows my

Re: OT: (y) WAS: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread Sven Barth
Am 06.10.2013 18:44 schrieb Michael Van Canneyt mich...@freepascal.org: On Sun, 6 Oct 2013, Flávio Etrusco wrote: Worked like a charm. Thank you very much Michael! (y) What does (y) mean ? LOL I was puzzled too. And found a funny topic in Yahoo Answers :-o But in the end found it's

Re: OT: (y) WAS: [fpc-pascal] How to stop a HttpApp via request?

2013-10-06 Thread silvioprog
Hehehe... (y) is like emoticon in Facebook ( http://jess3.com/media/projects/246/JESS3_Case_Study_JESS3_Labs_FB_Emoticon_Guide_Snackable-1.jpg). :) (y) -- Silvio Clécio My public projects - github.com/silvioprog ___ fpc-pascal maillist -

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-10-05 Thread silvioprog
2013/9/25 Michael Van Canneyt mich...@freepascal.org On Wed, 25 Sep 2013, silvioprog wrote: 2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk On 24/09/13 10:46, Michael Van Canneyt wrote: I am working on it. Thanks Michael. btw: The fcl-web (and all your guidance)

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-26 Thread silvioprog
2013/9/25 Michael Van Canneyt mich...@freepascal.org On Wed, 25 Sep 2013, silvioprog wrote: 2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk On 24/09/13 10:46, Michael Van Canneyt wrote: I am working on it. Thanks Michael. btw: The fcl-web (and all your guidance)

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-25 Thread Graeme Geldenhuys
On 24/09/13 10:46, Michael Van Canneyt wrote: I am working on it. Thanks Michael. btw: The fcl-web (and all your guidance) has worked wonders with my client side CGI application. The organisation of code and application flow is so much better. Thanks again for all your patience and help.

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-25 Thread silvioprog
2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk On 24/09/13 10:46, Michael Van Canneyt wrote: I am working on it. Thanks Michael. btw: The fcl-web (and all your guidance) has worked wonders with my client side CGI application. The organisation of code and application flow is so

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-25 Thread Michael Van Canneyt
On Wed, 25 Sep 2013, silvioprog wrote: 2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk On 24/09/13 10:46, Michael Van Canneyt wrote: I am working on it. Thanks Michael. btw: The fcl-web (and all your guidance) has worked wonders with my client side CGI application.

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-24 Thread Graeme Geldenhuys
On 23/09/13 21:03, silvioprog wrote: How do I stop the socket before finishing my application? I've been unsuccessful with that myself, and mentioned it to Michael van Canneyt. I tried everything I could thing of, and nothing worked. I was using Windows. I haven't tested under Linux or FreeBSD

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-24 Thread Michael Van Canneyt
On Tue, 24 Sep 2013, Graeme Geldenhuys wrote: On 23/09/13 21:03, silvioprog wrote: How do I stop the socket before finishing my application? I've been unsuccessful with that myself, and mentioned it to Michael van Canneyt. I tried everything I could thing of, and nothing worked. I was

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-24 Thread silvioprog
2013/9/24 Graeme Geldenhuys gra...@geldenhuys.co.uk On 23/09/13 21:03, silvioprog wrote: How do I stop the socket before finishing my application? I've been unsuccessful with that myself, and mentioned it to Michael van Canneyt. I tried everything I could thing of, and nothing worked. I was

Re: [fpc-pascal] How to stop a HttpApp via request?

2013-09-24 Thread silvioprog
2013/9/24 Michael Van Canneyt mich...@freepascal.org On Tue, 24 Sep 2013, Graeme Geldenhuys wrote: On 23/09/13 21:03, silvioprog wrote: How do I stop the socket before finishing my application? I've been unsuccessful with that myself, and mentioned it to Michael van Canneyt. I tried