Consultor Eletrônico



Kbase P33738: Getting errors when running a SmartDataBrowser directly from the AppBuilder
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Getting errors when running a SmartDataBrowser

FUNCTION function given invalid or Unknown context to run IN. (5705)

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 ADM-DATA attribute because the widget does not exist. (3140)

CAUSE:

The errors are caused by trying to directly run the SmartDataBrowser object itself. The SmartDataBrowser object requires links to a SmartDataObject in order to run properly.

FIX:

Do not attempt to run the SmartDataBrowser from within the AppBuilder. The SmartDataBrowser must be dropped into a SmartWindow (along with its needed SmartDataObject) and then the SmartWindow should be run.