Namespace: Consultingwerk.Studio.LegacyGuiMigration.Browse
Class 
AblBrowseMigrationForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
AblBrowseMigrationForm_DragDrop (Object, DragEventArgs) Event handler for the DragDrop event of the Form
AblBrowseMigrationForm_DragEnter (Object, DragEventArgs) Event handler for the DragEnter event of the Form
AddToExistingBusinessEntity () Adds a temp-table to an existing Business Entity
BindBrowseColumnTempTable (table) Binds the ttBrowseColumn temp-table
BindSelectedBrowseColumnTempTable (table) Binds the ttSelectedBrowseColumn temp-table
BindTriggerDataset (dataset) Binds the dsTrigger dataset
BrowseAblGuiFiles () Browses for an ABL GUI file
coBrowseName_ValueChanged (Object, EventArgs) Event handler for the ValueChanged event of the coBrowseName
CHARACTER CommentBlock (character, character, character, longchar) Converts a source code block into a comment
CustomizeBusinessEntity (Object, CustomizeBusinessEntityEventArgs) Event handler for the CustomizeBusinessEntity event of the CreateBusinessEntityWizardForm
CustomizeBusinessEntity (rowid, handle, BusinessEntityDatasetController) Event handler for the CustomizeBusinessEntity event of the CreateBusinessEntityWizardForm
DeselectAll () Marks all records as deselected
DisplayStatus (character) Displays the Status
GenerateMetaGrid () Generates a Grid in the Repository
InitializeComponent ()
LookupKeyDownHandler (Object, KeyEventArgs) Event handler for the KeyDown handler of the Text boxes with an EditorButton (Lookup)
OnFormClosing (FormClosingEventArgs) Raises the FormClosing Event
OnLoad (EventArgs) Raises the Load event
OpenFile () Shows the openFileDialog1 and opens a file for parsing
OpenFile (character) Opens the given file
OpenFileFromLru (character) Opens a File From the LRU
OpenFileInProparse () Opens the current file in the Proparse Tree View
OpenInPdsoe () Opens the current file in PDSOE
OpenInVsCode () Opens the current file in VS Code
OpenInWindsurf () Opens the current file in Windsurf
PopulateBrowseTablesList (CharacterList) Populates a CharacterList with the list of browse tables
CHARACTER ProcessCalculatedFieldExpression (character, handle) Processes a calculated field expression
SaveUnsavedChanges () Saves unsaved changes in the SmartUpdatableBrowser
SelectAll () Marks all records as selected
SelectAll (logical) Marks all records as selected or deselected
ShowNewBusinessEntityWizard () Shows the wizard to create a new Business Entity
ShowOptionsDialog () Opens the Options Dialog
smartToolbarController1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the smartToolbarController1
StatusChangedHandler (Object, StatusChangedEventArgs) Event handler for the StatusChanged event of the Frame or Trigger Parser
ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the ultraTextEditor1
ultraTextEditor2_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the ultraTextEditor2
ultraTextEditor3_EditorButtonClick (Object, EditorButtonEventArgs) Event handler for the EditorButtonClick event of the ultraTextEditor3

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

Top Property Summary
Options Name Purpose
CHARACTER FileName


Method Detail
Top

AblBrowseMigrationForm_DragDrop (Object, DragEventArgs)

Purpose: Event handler for the DragDrop event of the Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

AblBrowseMigrationForm_DragEnter (Object, DragEventArgs)

Purpose: Event handler for the DragEnter event of the Form
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.DragEventArgs
The DragEventArgs with the data for this event
Top

AddToExistingBusinessEntity ()

Purpose: Adds a temp-table to an existing Business Entity
Notes:

Top

BindBrowseColumnTempTable (table)

Purpose: Binds the ttBrowseColumn temp-table
Notes:

Parameters:
ttBrowseColumn TEMP-TABLE ttBrowseColumn
BIND temp-table
Top

BindSelectedBrowseColumnTempTable (table)

Purpose: Binds the ttSelectedBrowseColumn temp-table
Notes:

Parameters:
ttSelectedBrowseColumn TEMP-TABLE ttSelectedBrowseColumn
BIND temp-table
Top

BindTriggerDataset (dataset)

Purpose: Binds the dsTrigger dataset
Notes:

Parameters:
dsTrigger DATASET dsTrigger
BIND dataset
Top

BrowseAblGuiFiles ()

Purpose: Browses for an ABL GUI file
Notes:

Top

coBrowseName_ValueChanged (Object, EventArgs)

Purpose: Event handler for the ValueChanged event of the coBrowseName
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

CHARACTER CommentBlock (character, character, character, longchar)

Purpose: Converts a source code block into a comment
Notes:

Parameters:
pcEvent CHARACTER
The name of the event
pcWidget CHARACTER
The name of the widget
pcBrowse CHARACTER
The browse name
pcSource LONGCHAR
The trigger source code
Returns CHARACTER
The commented source code block
Top

CustomizeBusinessEntity (Object, CustomizeBusinessEntityEventArgs)

Purpose: Event handler for the CustomizeBusinessEntity event of the
CreateBusinessEntityWizardForm
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Studio.LegacyGuiMigration.CreateBusinessEntityWizard.CustomizeBusinessEntityEventArgs
The CustomizeBusinessEntityEventArgs with the data for this event
Top

CustomizeBusinessEntity (rowid, handle, BusinessEntityDatasetController)

Purpose: Event handler for the CustomizeBusinessEntity event of the
CreateBusinessEntityWizardForm
Notes:

Parameters:
proTableRowid ROWID
The rowid of the eTable record
phDataset HANDLE
The handle of the dsBusinessEntity Dataset
poController Consultingwerk.BusinessEntityDesigner.Services.BusinessEntityDatasetController
The reference to the BusinessEntityDatasetController that maintains the dsBusinessEntity
Top

DeselectAll ()

Purpose: Marks all records as deselected
Notes:

Top

DisplayStatus (character)

Purpose: Displays the Status
Notes:

Parameters:
pcStatus CHARACTER
The status to display
Top

GenerateMetaGrid ()

Purpose: Generates a Grid in the Repository
Notes:

Top

InitializeComponent ()


Top

LookupKeyDownHandler (Object, KeyEventArgs)

Purpose: Event handler for the KeyDown handler of the Text boxes with an
EditorButton (Lookup)
Notes: Maps F3 to EditorButtonClick

Parameters:
sender System.Object
The reference to the object that raised the event
e System.Windows.Forms.KeyEventArgs
The KeyEventArgs with the data for this event
Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing Event
Notes:

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

OpenFile ()

Purpose: Shows the openFileDialog1 and opens a file for parsing
Notes:

Top

OpenFile (character)

Purpose: Opens the given file
Notes:

Parameters:
pcFileName CHARACTER
The name of the file of open
Top

OpenFileFromLru (character)

Purpose: Opens a File From the LRU
Notes:

Parameters:
pcFileName CHARACTER
The name of the file to open
Top

OpenFileInProparse ()

Purpose: Opens the current file in the Proparse Tree View
Notes:

Top

OpenInPdsoe ()

Purpose: Opens the current file in PDSOE
Notes:

Top

OpenInVsCode ()

Purpose: Opens the current file in VS Code
Notes:

Top

OpenInWindsurf ()

Purpose: Opens the current file in Windsurf
Notes:

Top

PopulateBrowseTablesList (CharacterList)

Purpose: Populates a CharacterList with the list of browse tables
Notes:

Parameters:
poTables Consultingwerk.Framework.Collections.CharacterList
The CharacterList to receive the list of browse tables
Top

CHARACTER ProcessCalculatedFieldExpression (character, handle)

Purpose: Processes a calculated field expression
Notes: Replaces database field references in the expression with the mapped
temp-tables

Parameters:
pcExpression CHARACTER
The original calculated field expression
phDataset HANDLE
The dataset with the Business Entity design
Returns CHARACTER
The modified calculated field expression
Top

SaveUnsavedChanges ()

Purpose: Saves unsaved changes in the SmartUpdatableBrowser
Notes:

Top

SelectAll ()

Purpose: Marks all records as selected
Notes:

Top

SelectAll (logical)

Purpose: Marks all records as selected or deselected
Notes:

Parameters:
plSelected LOGICAL
Logical value indicating if the records should be selected (true) or deselected (false)
Top

ShowNewBusinessEntityWizard ()

Purpose: Shows the wizard to create a new Business Entity
Notes:

Top

ShowOptionsDialog ()

Purpose: Opens the Options Dialog
Notes:

Top

smartToolbarController1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the smartToolbarController1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs with the data for this event
Top

StatusChangedHandler (Object, StatusChangedEventArgs)

Purpose: Event handler for the StatusChanged event of the Frame or Trigger
Parser
Notes:

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.StatusChangedEventArgs
The StatusChangedEventArgs with the data for this event
Top

ultraTextEditor1_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the ultraTextEditor1
Notes: Opens the Business Entity search dialog

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ultraTextEditor2_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the ultraTextEditor2
Notes: Opens the Table Selection dialog for the chosen Business Entity

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event
Top

ultraTextEditor3_EditorButtonClick (Object, EditorButtonEventArgs)

Purpose: Event handler for the EditorButtonClick event of the ultraTextEditor3
Notes: Opens the Package Selection dialog

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinEditors.EditorButtonEventArgs
The EditorButtonEventArgs with the data for this event


Constructor Detail
Top

AblBrowseMigrationForm ()

Purpose: Constructor for the AblBrowseMigrationForm class
Notes:



Property Detail
Top

CHARACTER FileName


Returns CHARACTER


ProDataset Detail

ProDataset dsTrigger

Member tables: ttTriggerEvent, ttTriggerCode


Temp-Table Detail

Temp-Table ttBrowseColumn

Defined in:

Temp-Table ttSelectedBrowseColumn

Defined in:

Temp-Table ttTriggerCode

Defined in:

Temp-Table ttTriggerEvent

Defined in:


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