Progress
ADM 2 Reference
processWebRequest (webrep.p)
Processes the submitted request from the Web.
Parameters: NoneReturns: Nothing (procedure)Notes:
- The following Web data are retrieved with get–field:
- CurrentRowids — A list of the rowids that are currently in use for this object on the Web
- Navigate — Next,Prev,First,Last,Search.
- Maintoption — Add,Delete,Submit.
- SearchValue—Use when Navigate =
"
Search"
.- ExternalObjects — Data-source objects to join to (comma separated).
- ExternalTables — Tables to join to (comma separated).
- ExternalRowids — ROWIDs that correspond to ExternalTables ROWIDs (comma separated).
- After the data-source query has been manipulated according to the received Web data and other properties, the data-source query is opened.
- If this is a search and the query is empty, the query is reopened and a message is added to the ADM 2 message queue to inform the user that no data was found.
- The last action that is performed is to set the CurrentRowids property from the Rowids property. This must be done last because the property is used in navigation and because, to keep context for the next request, the property must reflect the new current record as it is going to be passed back to the Web page.
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |