Kbase 17068: Corrections to the Webspeed 2.x on-line help
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/06/1998 |
|
Corrections to the Webspeed 2.x on-line help
There are several issues with the on-line WebSpeed API help.
* Several functions are supported but not documented in the on-line
Language Reference for API Functions and Procedures:
check-agent-mode() - Determines if the Agent is running in
Development or Production modes.
convert-datetime() - Converts date and time between local and UTC
(GMT) times. Called by format-datetime().
format-datetime() - Formats date and time for use with HTTP headers
or Cookies. Supercedes the version 1.0 CookieDate procedure.
get-config() - Returns any configuration option for the service
under which the Agent is running.
adm-timing-out event - By default, this event sets the web-state to
"Timed out." The event is defined in src/web/method/admweb.i.
This is normally overriden when a user does not want to time out.
For example:
PROCEDURE local-timing-out:
IF changes-exist THEN RUN set-web-state (THIS-PROCEDURE, 100).
ELSE RUN dispatch ('timing-out').
END.
* The function set-user-field() has incorrectly documented parameters.
the replace parameter should instead be the a character string with
the of the field to set.
* In a note for the get-field() function, it incorrectly states the
function is for version 1.0 compatibility. The GetField procedure
is in fact maintained for version 1.0 compatibility.
When using the Section Editor in WorkShop, the Edit, Insert Utility
Call.. option correctly lists all functions and their respective
For more information on these and other functions, see the comments
in the source files $DLC/src/web/method/cgiutils.i, cookies.i and
other files in the same directory.
Progress Software Technical Support Note # 17068