====== Inet_FormLoad function ====== ==== 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 ==== ^Parameter^Description^ |//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|Start_Window(formID)]] for a database bound form. For a non-bound form, its nearly identical to the Internet procedure [[inet_repos|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_FormRead()]], [[inet_formwrite|Inet_FormWrite()]], [[inet_repos|Inet_Repos()]]