Namespace: Consultingwerk.Windows.Framework
Interface 
IValidateFormStart Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:IValidateFormStart
Purpose:Interface to be implemented by Form's launched from the
Consultingwerk.Windows.Framework.LaunchFormCallParameter
class in case the Form should be queried if it's o.k. to
start the Form right now
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Mar 13 14:58:14 CET 2014
Purpose: Validates if the Form is o.k. to be started (Shown)
Notes: The implementing method may return FALSE or THROW an error to prevent
the Form instance from being shown. When an error is showen, the
ErrorHelper is used to show the error to the user



Top Method Summary
Options Name Purpose
+ LOGICAL ValidateFormStart (Object) Validates if the Form is o.k. to be started (Shown)


Method Detail
Top

PUBLIC LOGICAL ValidateFormStart (Object)

Purpose: Validates if the Form is o.k. to be started (Shown)
Notes: The implementing method may return FALSE or THROW an error to prevent
the Form instance from being shown. When an error is showen, the
ErrorHelper is used to show the error to the user

Parameters:
poContext Progress.Lang.Object
The context of the menu function that launched the current object
Returns LOGICAL
Logical value indicating if the Form may be started


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