Kbase P118354: How to build a filter viewer that does not use a data-source ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  30/08/2006 |
|
Status: Unverified
GOAL:
How to build a filter viewer that does not use a data-source ?
FACT(s) (Environment):
Dynamics
FIX:
In the Dynamics framework, the default runtime behavior is that a SmartDataViewer that is not linked to a data source (SDO, SBO or dataview) will be disabled.
However, there are a few use cases where viewers do not require a data source, and it's more efficient to make the viewer work without one (the most common use case being filter viewers).
To make sure these viewers work as expected, any fields they contain must be enabled manually at the end of the initializeObject sequence.
For an example on how this is done, check the rycsofiltv.w viewer which is part of the Dynamics tool set.