Difference: CombiningCGIScriptandAPPXILF (4 vs. 5)

Revision 52020-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="CGITechniquestoCreateWebpages"

Combining CGI Script and APPX ILF

Line: 58 to 58
 
  • Move the resulting print file to $APPX_RESULT so the server can find it.

Importing Parameters

Changed:
<
<
In Release 5.1 and higher, you can simply use the Import CGI Data API. In older releases, you have to call the import routine yourself via:
>
>
In Release 5.1 and higher, you can simply use the Import CGI Data API. In older releases, you have to call the import routine yourself via:
 
      CALL ,RT_IMPORT_CGIDATA RESIDENT? Y END? N FAIL 0
Changed:
<
<
Refer to the documentation on the Import CGI Data API for a discussion of how APPX will map the variables on the URL to APPX fields.
>
>
Refer to the documentation on the Import CGI Data API for a discussion of how APPX will map the variables on the URL to APPX fields.
  After this step, the APPX work field DOCID in the current application will contain 'APPX+HOMEPAGE'

Looking Up the Process ID

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback