× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Tim,
There is a routine I wrote called stdout() that will do what you want.
Effectively, it writes directly to the standard output device via
QtmhWrStout.  However, if you want to write to the CGIDEV2 buffer, you
probably need to use Mel's solution.
The source is available at this URL:
http://www.rpgiv.com/downloads/cgitools.html

If you have RPG xTools, the CGILIB service program (Which is similar to
CGIDEV2) include the cgiStdOut() procedure which is a hybrid of the free
stdout() procedure. Both routines, however, can interpret the \n value as a
linefeed so you don't have to embed X'25' into your HTML source.
-Bob Cozzi
www.rpgxtools.com


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Hatzenbeler, Tim
Sent: Wednesday, February 09, 2005 1:20 PM
To: 'RPG programming on the AS400 / iSeries'
Subject: cgidev2

This might be a web400 question... since it's rpg, I wasn't sure...

I found this section, of code, if I wanted to write html straight to the
browser without using the substitute functions.  I was wondring if there was
a better routine?

c                   eval      out = 'Content-type: text/html' +            
c                             newline + newline + '<html><body><head> -    
c                             <title>State Demonstration</title></head> -  
c                             <body title="State"><h1 align="center"> -    
c                             State Demonstration -                        
c                             </h1><p>Error(s) ocurred.  Programmer has -  
c                             been notified.  Please try again later. -    
c                             </p></body></html>'                          
c                   callp     WrtNoSection(%addr(out)+2:                   
c                             %len(out))                                   
                                                                           
c                   callp     WrtSection('*fini')                          

I would like a routine that does a simple out &  does the *fini... ie:

c                   callp     wrtweb('<td>name</td>')

Is there a function that does this? Or would I need to write a procedure to
combine the above functions?  Also, in the previous section, why would they
offset the %addr(out) by +2 (it was like this in the sample programs??)

Thanks, for your time, tim
This e-mail message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential or privileged
information.  Any unauthorized review, use, disclosure or distribution is
prohibited.  If you are not the intended recipient, please contact the
sender by reply e-mail and destroy the message.
-- 
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.