Top Method Summary
Options Name Purpose
LONGCHAR ExecuteAbl (longchar) Generates an ABL procedure and executes it
ExecuteProcedure (character) Executes an ABL procedure
INTEGER HandlePost (IWebRequest) Default handler for the HTTP POST method. The request being serviced and an optional status code is returned. A zero or null value means this method will deal with all errors.


Method Detail
Top

LONGCHAR ExecuteAbl (longchar)

Purpose: Generates an ABL procedure and executes it
Notes:

Parameters:
plcSource LONGCHAR
The source code to execute
Returns LONGCHAR
The response
Top

ExecuteProcedure (character)

Purpose: Executes an ABL procedure
Notes:

Parameters:
pcFileName CHARACTER
The procedure to run
Top

INTEGER HandlePost (IWebRequest)

Purpose: Default handler for the HTTP POST method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors.
Notes:

Parameters:
poRequest OpenEdge.Web.IWebRequest
The IWebRequest instance representing the call
Returns INTEGER
StatusCode of the response sent to the client


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:11