Top Method Summary
Options Name Purpose
CHARACTER FindProjectNameForPath (character) Searches the Registry for the location of an PDSOE Project
CHARACTER FindProjectPath (character) Searches the Registry for the location of an PDSOE Project
LOGICAL LaunchedFromIde () Returns a logical value indicating if the current session was started from the IDE
SendRequest (character, integer) Sends a request/command to an OpenEdge Architect instance

Top Constructor Summary
Options Name Purpose
OpenEdgeArchitectHelper () Disallow instance creation


Method Detail
Top

CHARACTER FindProjectNameForPath (character)

Purpose: Searches the Registry for the location of an PDSOE Project
Notes: Based on the registry values under HKEY_CURRENT_USER\Software\Consultingwerk Ltd.\IDE Support
that are created by the _idestartup.

Parameters:
pcPathName CHARACTER
The path to lookup
Returns CHARACTER
The name of the project or ? when no project is found
Top

CHARACTER FindProjectPath (character)

Purpose: Searches the Registry for the location of an PDSOE Project
Notes: Based on the registry values under HKEY_CURRENT_USER\Software\Consultingwerk Ltd.\IDE Support
that are created by the _idestartup.

Parameters:
pcPathName CHARACTER
The path to lookup
Returns CHARACTER
The path of the project or ? when no project is found
Top

LOGICAL LaunchedFromIde ()

Purpose: Returns a logical value indicating if the current session was started
from the IDE
Notes:

Returns LOGICAL
Logical value indicating if the current session was started from the IDE
Top

SendRequest (character, integer)

Purpose: Sends a request/command to an OpenEdge Architect instance
Notes: See adecomm/oeideservice.p for details

Parameters:
pcCommand CHARACTER
The request to send to OpenEdge Architect
piOEAPort INTEGER
The port number of the OpenEdge Architect instance


Constructor Detail
Top

OpenEdgeArchitectHelper ()

Purpose: Disallow instance creation
Notes:



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