Kbase P21175: 4GL: Errors (4078), (4025) and (3520) attempting to create a dynamic browse on CHUI client!
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/05/2007 |
|
Status: Verified
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
**Unable to set attribute <attribute> for <widget id>. (4078)
**Unable to set attribute WIDTH for BROWSE widget. (4078)
**Unable to realize <widget name>. (4025)
**Unable to realize BROWSE widget. (4025)
BROWSE widget must have at least 2 DOWN. (3520)
Executing code to define a dynamic BROWSE widget that includes the CREATE BROWSE statement.
CAUSE:
The CREATE BROWSE is valid only in a graphical interface.
FIX:
Use a static BROWSE widget if the use of a character interface is mandatory or use a Windows Graphical Client Interface if the use of a dynamic BROWSE widget is required.