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_FormWrite function ====== ==== Description ==== Internet procedure that retrieves data from an HTTP request and writes a row to native OpenInsight table(s). In a form, the names of the controls are matched with the OpenInsight column names when the row is written. ==== Syntax ==== **return = Inet_FormWrite**(Request) ==== Parameters ==== ^Parameter^Description^ |//Request// [in]|HTTP-request\\ || ==== Remarks ==== This function is analogous to a call to [[write_event|Send_Event(formID, "WRITE")]] ==== Example ==== To write a row from a HTML form to the PRODUCTS file, with the ID=1-4235-24, enter the URL similar to that shown below: <code> http://127.0.0.1/cgi-bin/oecgi.exe/INET_FORMWRITE?FORM_ID=PROD_ENTRY&ID=1-4235-24 </code> where the name of each control in the form matches to the name of the OpenInsight column. ==== Returns ==== HTML representation of the OpenInsight form. guides/programming/programmers_reference_manual/inet_formwrite.txt Last modified: 2024/06/19 20:20by 127.0.0.1