Kbase P116116: Dynamics Treeview node displays blank details when it is first selected.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/30/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
Dynamics
SYMPTOM(s):
Dynamics Treeview node displays blank details when it is first selected.
Treeview node is blank the first time it is selected.
Selections after the first node selection display correct details.
CAUSE:
This is a known issue being investigated by Development
FIX:
As a workaround, create an initializeObject override in the SDO that is the datasource for the node. In this procedure add the following code:
RUN SUPER.
RUN dataAvailable IN TARGET-PROCEDURE (INPUT "").