Kbase 33493: dynamics: the same records are seen in multiple child windows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P3493
FACT(s) (Environment):
Windows
Dynamics 1.1A
SYMPTOM(s):
Dynamics: The same records are seen in multiple child windows
Multiple child windows run from a dynamic browser (using the Launch Container attribute) within a parent window display the same records
CAUSE:
From a parent SmartDataObject in a parent window there can be only one focused (current) record. The foreign key values of this record will be passed to all instances of child windows. The child windows will subsequently display records corresponding to these foreign key values.
FIX:
To resolve this problem, do the following:
1) Select 'File' from the Dynamics Development menu,
2) Select 'Preferences' from the 'File' menu
3) Select the 'Multi Window' tab
4) Set the toggle on for 'Browse records using a single window for each record'
This will allow only a single child order window to be instantiated.