Kbase P163732: 4GL/ABL: Error (4052) referencing the CURSOR-OFFSET attribute of a COMBO-BOX widget.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/13/2010 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: Error (4052) referencing the CURSOR-OFFSET attribute of a COMBO-BOX widget.
**<attribute> is not a <settable/queryable> attribute for <widget id>. (4052)
**CURSOR-OFFSET is not a queryable attribute for COMBO-BOX COMBO-BOX-1. (4052)
Error is generated by any 4GL/ABL code that that references the CURSOR-OFFSET attribute of a COMBO-BOX widget. For example:
MESSAGE
COMBO-BOX-1:CURSOR-OFFSET
VIEW-AS ALERT-BOX INFO BUTTONS OK.
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
Bug# OE00196966
CAUSE:
This is a documentation bug. The documentation incorrectly states the the CURSOR-OFFSET Attribute is supported for the COMBO-BOX widget.
FIX:
None at this time. As a workaround, do not reference the CURSOR-OFFSET attribute for COMBO-BOX widgets in your application.