Kbase P24977: Errors 5705, 4083, 3135 and 3140 when adding a smart data li
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/18/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Adding a data type of SmartLink between a SmartDataObject and a SmartDataBrowser object at runtime.
FUNCTION function given invalid or Unknown context to run IN. (5705)
**Unable to assign UNKNOWN value to attribute <attribute> on <widget id>. (4083)
**Unable to assign UNKNOWN value to attribute MAX-DATA-GUESS on BROWSE br_table. (4083)
Invalid widget-handle. Not initialized or points to a deleted widget. (3135)
Cannot access the <attribute name> attribute because the widget does not exist. (3140)
Cannot access the ADM-DATA attribute because the widget does not exist. (3140)
SmartDataBrowser does not display any records.
CAUSE:
Runtime link between the SmartDataObject and the SmartDataBrowser could not be added because of an invalid handle. Therefore, the SmartDataObject does not get to send any records to the SmartDataBrowser.
FIX:
Fix the code that adds a runtime data link between the SmartDataObject and the SmartDataBrowser so that the smart data link is added properly.