|
> 1. Can we play with cookies (to store session state for > example) in RPG CGI > programs? (not with JavaScript on client side). Any examples? > Javascript is client side. So are cookies. My book has examples of this. (www.bvstools.com/erpg.html) > 2. The maximum length of character field in RPG is 32767? How > can we build > large page that has more than 32767 characters? > (since the output > API QtmhWrStout uses a single string to write the built page to the > HTTP server/browser) > You call QtmhWrStout more than once. I like to keep my strings to a max of 1024. This was a the limit in V3R2. It's also a nice workable size. I don't count bytes, but I build strings and call the API whever I feel.. ;) You could call WrStout one byte at a time if you wanted. Brad +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.