$PBExportHeader$xmlhttp.sra $PBExportComments$Generated Application Object forward global type xmlhttp from application end type global transaction sqlca global dynamicdescriptionarea sqlda global dynamicstagingarea sqlsa global error error global message message end forward global type xmlhttp from application string appname = "xmlhttp" string appruntimeversion = "22.0.0.1892" end type global xmlhttp xmlhttp on xmlhttp.create appname="xmlhttp" message=create message sqlca=create transaction sqlda=create dynamicdescriptionarea sqlsa=create dynamicstagingarea error=create error end on on xmlhttp.destroy destroy(sqlca) destroy(sqlda) destroy(sqlsa) destroy(error) destroy(message) end on event open;Open(w_main) end event
File: xmlhttp.sra
Size: 773
Date: Tue, 14 Jul 2026 02:46:02 +0200
Size: 773
Date: Tue, 14 Jul 2026 02:46:02 +0200
- application xmlhttp(sra)