Consultor Eletrônico



Kbase P111910: Rules for using GUI widgets in a class
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/01/2006
Status: Unverified

GOAL:

Rules for using GUI widgets in a class

FACT(s) (Environment):

OpenEdge 10.1A

FIX:

The following rules must be enforced when using GUI widgets in a class:

Only ON statements and static widget definitions are allowed outside of methods
Dynamic widget creation must be done inside of a method
The WAIT-FOR statement can only be invoked inside of a method