guides:programming:programmers_reference_manual:inet_formread

Inet_FormRead function

Internet procedure that reads a row from native OpenInsight table(s) and merges the retrieved data with an HTML form. The form must be registered in the Repository as a published form. Use the Web Publishing menu item to publish the form from the Form Designer.

return = Inet_FormRead(Request)

ParameterDescription
Request [in]HTTP-request

This function is analogous to a call to Send_Event(formID, "READ").

Returns HTML representation of the OpenInsight form.

In the EXAMPLES application, to read the row from the PRODUCTS table with ID = 1-4235-24, into the PROD_ENTRY form (after the form has been published), enter a URL similar to the following:

http://127.0.0.1/cgi-bin/oecgi.exe/INET_FORMREAD?FORM_ID=PROD_ENTRY&ID=1-4235-24
  • guides/programming/programmers_reference_manual/inet_formread.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1