Namespace: Consultingwerk.Util.Support
Class 
ShowDialogSupport Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Util.Support.IShowDialogSupport

File:ShowDialogSupport
Purpose:Helper class that can show GUI for .NET Dialog Forms
Description:Basically a workaround, when WAIT-FOR oForm:ShowDialog ()
is not supported (no -IOEverywhere 1 on 10.2B) or when
it may crash
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Jun 18 12:11:59 CEST 2012
Notes:Used by the MessageFormHelper and ErrorHelper classes
Purpose: Shows a .NET Form or ABL GUI for .NET hybrid Form as a Dialog
Notes:



Top Method Summary
Options Name Purpose
+ CHARACTER ShowDialog (CommonDialog) Shows a .NET Form or ABL GUI for .NET hybrid Form as a Dialog
+ ShowDialog (Form) Shows a .NET Form or ABL GUI for .NET hybrid Form as a Dialog


Method Detail
Top

PUBLIC CHARACTER ShowDialog (CommonDialog)

Purpose: Shows a .NET Form or ABL GUI for .NET hybrid Form as a Dialog
Notes:

Parameters:
poForm System.Windows.Forms.CommonDialog
The .NET Common Dialog Form to show as a Dialog
Returns CHARACTER
The CHARACTER representation of the DialogResult value (ToString())
Top

PUBLIC ShowDialog (Form)

Purpose: Shows a .NET Form or ABL GUI for .NET hybrid Form as a Dialog
Notes:

Parameters:
poForm System.Windows.Forms.Form
The .NET Form or ABL GUI for .NET hybrid Form to show as a Dialog


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:17:02