|
It appears that you are calling both
GetInput and ZhbGetInput in that order. Because standard input can be read only once, which is being done by GetInput, ZhbGetInput fails with the CPF3C17 message when it attempts to read standard input. Only one of the input subprocedures should be used, preferably ZhbGetInput. See the discussion in this group starting with message number 4770. Also be sure to read "Getting and parsing the browser's input" in the CGIDEV2 readme file at http://www.easy400.net/cgidev2h/readme.htm#funcBrowserInput For an example of using GetInput and CvtDb, see sample program TEMPLATE1 in member CGIDEV2/QRPGLESRC. For an example of using ZhbGetInput and its related parsing subprocedures, see members TEMPLATE3 through TEMPLATE5. When using GetInput,, the input string does not start with an ampersand. It starts with the first character of input. Mel Rothman, CGIDEV2 Author Mel Rothman, Inc. har75001 wrote: I traceed this and in XXXCGIPARS proceedure during the call to YAHOO! GROUPS LINKS
|
- [Easy400Group] ZhbGetInput: Call to QzhbCgiParse API failed wi... har75001
- Re: [Easy400Group] ZhbGetInput: Call to QzhbCgiParse API ... Mel Rothman
