Top Method Summary
Options Name Purpose
+ AssignPropertyValue (Object, character) Assigns the current Control input value to a property of the value object
+ DisplayPropertyValue (Object, character) Reads a property of the input value object and assigns it to the Control input
# InsertNewLine (KeyEventArgs) Handles insert of a new line in the Editor
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
# OnKeyDown (KeyEventArgs) Raises the KeyDown event
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
# OpenContentAssist (integer) Opens the Content Assist
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
# PopulateBufferFields (character, character) Populates the the list with the fields of a buffer
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
# LOGICAL PopulateListBox (character, logical) Populates the the list with the fields of a buffer
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
# PopulateTables (character) Populates the the list with the names of matching buffers
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor

Top Constructor Summary
Options Name Purpose
+ ComplexDatasetQueryStringControl (handle) Constructor for the ComplexDatasetQueryStringControl class

Top Property Summary
Options Name Purpose
+ Consultingwerk.Windows.Controls.ICodeAssistSchemaProvider SchemaProvider
Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor


Method Detail
Top

PUBLIC AssignPropertyValue (Object, character)

Purpose: Assigns the current Control input value to a property of the
value object
Notes:

Parameters:
poObject Progress.Lang.Object
The value object
pcPropertyName CHARACTER
The name of the object property to display
Top

PUBLIC DisplayPropertyValue (Object, character)

Purpose: Reads a property of the input value object and assigns it to
the Control input
Notes:

Parameters:
poObject Progress.Lang.Object
The value object
pcPropertyName CHARACTER
The name of the object property to display
Top

PROTECTED InsertNewLine (KeyEventArgs)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Handles insert of a new line in the Editor
Notes:

Parameters:
args System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

PROTECTED OnKeyDown (KeyEventArgs)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Raises the KeyDown event
Notes:

Parameters:
args System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

PROTECTED OpenContentAssist (integer)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Opens the Content Assist
Notes:

Parameters:
piKeyValue INTEGER
The args:KeyValue of the KeyDown event arg or ?
Top

PROTECTED PopulateBufferFields (character, character)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Populates the the list with the fields of a buffer
Notes:

Parameters:
pcTableName CHARACTER
The name of the table to return the fields from
pcFieldName CHARACTER
The pattern that buffer fields need to match (BEGINS)
Top

PROTECTED LOGICAL PopulateListBox (character, logical)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Populates the the list with the fields of a buffer
Notes:

Parameters:
pcWord CHARACTER
The current word entered in the text editor when the content assist was opened
plPeriod LOGICAL
Logical value indicating if the period was pressed
Returns LOGICAL
Logical value indicating if the list was populated
Top

PROTECTED PopulateTables (character)

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor
Purpose: Populates the the list with the names of matching buffers
Notes:

Parameters:
pcTableName CHARACTER
The pattern that buffer names need to match (BEGINS)


Constructor Detail
Top

PUBLIC ComplexDatasetQueryStringControl (handle)

Purpose: Constructor for the ComplexDatasetQueryStringControl class
Notes:

Parameters:
phDataset HANDLE
The handle of the source ProDataset


Property Detail
Top

PUBLIC Consultingwerk.Windows.Controls.ICodeAssistSchemaProvider SchemaProvider

Inherited from Consultingwerk.Windows.Controls.DatasetCodeAssistTextEditor

Returns Consultingwerk.Windows.Controls.ICodeAssistSchemaProvider


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       09.11.2024 19:13:00