Description

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

Syntax

return = Inet_FormLoad(Request)

Parameters

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().

Returns

HTML representation of the OpenInsight form.

Example

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

See also

Inet_FormRead()Inet_FormWrite()Inet_Repos()

  • No labels