Kbase P14275: ADM: How to assign SmartDataViewer ( SDV ) field(s) on change of the SmartSelect?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/11/2009 |
|
Status: Verified
GOAL:
ADM: How to assign SmartDataViewer ( SDV ) field(s) on change of the SmartSelect?
GOAL:
How to populate a SmartDataViewer based on the current SmartSelect value?
FACT(s) (Environment):
Windows
Progress 9.x
OpenEdge 10.x
FIX:
1. In the Event on Change fill-in of the SmartSelect Instance Properties dialog, type a name of an internal procedure that will fetch the required values and assign them to the SmartDataViewer desired field(s).
2. In the SmartDataViewer, define an internal procedure with the same name entered in the Event on Change fill-in of the the SmartSelect Instance Properties dialog.
3. In this internal procedure, define an input parameter to hold the value of the Key Field specified in the SmartSelect data group on the SmartSelect Instance Properties dialog.
4. Use this value to access the related fields needed to populate one or more SmartDataViewer fields.