Kbase P21003: How to call methods and functions from web-util.p ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/08/2004 |
|
Status: Unverified
GOAL:
How to call methods and functions from web-util.p ?
FIX:
web-util.p is running as persistent procedure by webspeed agents, thus web-utilities-hdl is avaible to any web objects run by the agents including src/web/methods/cgidefs.
Methods and functions from web-util.p can be called as
run procedure name
or
run procedure name in web-utilities-hdl
funtions can be called directly or dynamically as in dynamic-function