guides:programming:programmers_reference_manual:inet_formload

Inet_FormLoad function

Internet procedure that retrieves an HTML form from the repository and fills it in with default form values.

return = Inet_FormLoad(Request)

ParameterDescription
Request
[in]

HTTP-request that carries the following parameter:

FORM_ID - name of a form published by HTML Publisher

This function is analogous to a call to Start_Window(formID) for a database bound form. For a non-bound form, its nearly identical to the Internet procedure Inet_Repos().

HTML representation of the OpenInsight form.

To launch a form WEB_REPORT_DEMO published using the Web Publisher, submit a URL similar to the following:

http://127.0.0.1/cgi-bin/oecgi.exe/INET_FORMLOAD?FORM_ID=WEB_REPORT_DEMO
  • guides/programming/programmers_reference_manual/inet_formload.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1