Kbase P20413: How to figure out which SDO belongs to what SmartDataBrowser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2004 |
|
Status: Unverified
GOAL:
How to figure out which SDO belongs to what SmartDataBrowser?
FACT(s) (Environment):
Progress 9.1C
FACT(s) (Environment):
Progress 9.1D
FIX:
Each SmartDataBrowser has an include file with the RowObject temp-table definition. DataFieldDefs is a Preprocessor that is generated as part of the SmartDataBrowser's Preprocessor Definitions. This occurs when choosing which SmartDataObject filename to use for the SmartDataBrowser.
/* ******************** Preprocessor Definitions ******************** */
&Scoped-define DATA-FIELD-DEFS "NameOfSDO.i".
The name of the SmartDataObject associated with the SmartDataBrowser can be determined by looking at the value of DATA-FIELD-DEFS.