Description

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.

Syntax

return = Inet_FormRead(Request)

Parameters

ParameterDescription
Request [in]HTTP-request

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

Returns

Returns HTML representation of the OpenInsight form.

Example

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

See also

Inet_FormLoad()Inet_FormWrite()Inet_Repos()

  • No labels