Top Method Summary
Options Name Purpose
Progress.Windows.Form FindFormInstance () Locates the reference to a running Form instance
Progress.Lang.Object invoke (logical, Object) Invokes/Starts the function associated with the IFunctionCallParameter object
LOGICAL IsActive () Returns true when the function is currently active (runninng)
LOGICAL ReActivate () ReActivates the function
WaitForShowDialog (Form, DialogResult) Executes the WAIT-FOR ShowDialog for a DialogForm

Top Constructor Summary
Options Name Purpose
LaunchFormCallParameter () Constructor for the LaunchFormCallParameter class
LaunchFormCallParameter () Constructor for the LaunchFormCallParameter class

Top Property Summary
Options Name Purpose
LOGICAL AllowMultiple
CHARACTER CharacterParameterValue
CHARACTER ClassName
Consultingwerk.Windows.Framework.FormStartTypeEnum DefaultFormStartType
CHARACTER EditorControl
CHARACTER EditorPlaceholderId
CHARACTER FormAction
Consultingwerk.Windows.Framework.FormStartTypeEnum FormStartType
CHARACTER ImageKey
LOGICAL UseCharacterParameterValue


Method Detail
Top

Progress.Windows.Form FindFormInstance ()

Purpose: Locates the reference to a running Form instance
Notes:

Returns Progress.Windows.Form
The reference to the running Form instance
Top

Progress.Lang.Object invoke (logical, Object)

Purpose: Invokes/Starts the function associated with the IFunctionCallParameter
object
Notes:

Parameters:
plForceNewInstance LOGICAL
Logical value indicating if a new Instance should be started (True/False/?)
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the Form that has been launched
Top

LOGICAL IsActive ()

Purpose: Returns true when the function is currently active (runninng)
Notes:

Returns LOGICAL
True when the function is currently active (runninng)
Top

LOGICAL ReActivate ()

Purpose: ReActivates the function
Notes:

Returns LOGICAL
True when the function was successfully reactivated
Top

WaitForShowDialog (Form, DialogResult)

Purpose: Executes the WAIT-FOR ShowDialog for a DialogForm
Notes: avoid using WAIT-FOR in a non-void method to simplify compilation
on OpenEdge 10.2B

Parameters:
poForm System.Windows.Forms.Form
The DialogForm to show
poDialogResult System.Windows.Forms.DialogResult
OUTPUT The DialogResult member that is the result of the ShowDialog method


Constructor Detail
Top

LaunchFormCallParameter ()

Purpose: Constructor for the LaunchFormCallParameter class
Notes:

Top

STATIC LaunchFormCallParameter ()

Purpose: Constructor for the LaunchFormCallParameter class
Notes:



Property Detail
Top

LOGICAL AllowMultiple


Returns LOGICAL
Top

CHARACTER CharacterParameterValue


Returns CHARACTER
Top

CHARACTER ClassName


Returns CHARACTER
Top

Consultingwerk.Windows.Framework.FormStartTypeEnum DefaultFormStartType


Returns Consultingwerk.Windows.Framework.FormStartTypeEnum
Top

CHARACTER EditorControl


Returns CHARACTER
Top

CHARACTER EditorPlaceholderId


Returns CHARACTER
Top

CHARACTER FormAction


Returns CHARACTER
Top

Consultingwerk.Windows.Framework.FormStartTypeEnum FormStartType


Returns Consultingwerk.Windows.Framework.FormStartTypeEnum
Top

CHARACTER ImageKey


Returns CHARACTER
Top

LOGICAL UseCharacterParameterValue


Returns LOGICAL


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