Scott, I did it; here are the messages:
WrtSection: Section HEADERPO not found.
WrtSection: Section DETAILPO not found.
---------------------------------------
WrtSection: Section END not found.
I post again the HTML Source:
<!-- $top$ -->
Content-type: text/html
<html>
<head>
<title>Bills information</title>
</head>
<BODY>
<!-- $HeaderPO$ -->
<TABLE BORDER=4 WIDTH=100%>
<TR ALIGN="Center">
<TH>Stop#</TH>
<TH>P.O.#</TH>
<TH>Seller ID #</TH>
</TR>
<!-- $DetailPO$ -->
<TR ALIGN="Center">
<TD>/%Stop%/</TD>
<TD>/%PO%/</TD>
<TD>/%SellerID%/</TD>
</TR>
<!-- $end$ -->
</TABLE>
</BODY>
</html>
I cannot understand the error messages; as far as I can see, the section
names are correct... is it something tricky I miss here?
Bradley, the WrtHtmlToStmf return code is 0; that means no errors....
Florin Todor
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Monday, August 25, 2008 1:11 PM
To: RPG programming on the AS400 / iSeries
Subject: Re: CGIDEV2
Hello Florin,
Please call the SetNoDebug() API from CGIDEV2 to enable debugging.
CALLP SetNoDebug(*OFF)
Then, run your program and examine the CGIDEBUG file. It should contain
a log of messages that occurred when your program runs -- including any
errors relating to the IFS file.
Good luck
Florin Todor - YYZ Concord wrote:
I am trying to create a little table in IFS (using HTML) and to send
it
out via e-mail.
The problem is that in IFS I get a blank page...
As an Amazon Associate we earn from qualifying purchases.