Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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: <code> http://127.0.0.1/cgi-bin/oecgi.exe/INET_FORMLOAD?FORM_ID=WEB_REPORT_DEMO </code> ==== See Also ==== [[inet_formread|Inet_FormRead()]], [[inet_formwrite|Inet_FormWrite()]], [[inet_repos|Inet_Repos()]] guides/programming/programmers_reference_manual/inet_formload.txt Last modified: 2024/06/19 20:20by 127.0.0.1