|
From: John R. C. <jo...@we...> - 2005-09-08 23:22:10
|
On Thursday 08 September 2005 04:28 pm, John R. Culleton wrote: > I am pursuing this activity with some determination. I can > DISPLAY text successfully. I discovered that the header > Content-type=html/text > isn't really necessary. But the totall empty line that goes > before the first real DISPLAY statement is necessary. > > Now I am ready to start importing the fields of a FORM. I can > deconstruct the message after I get it, but my problem is that > my COBOL program never gets any input. Here is the web page: <snip> I solved the problem in an unexpected way. I changed from TinyCOBOL to OpenCOBOL. This was unexpected because in general TC has more features than OC. But for this app on my computer at least OC works and TC doesn't. Very interesting. -- John Culleton |