Kbase P8276: How to obtain the values of parameters passed to a SmartDial
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/01/2003 |
|
Status: Unverified
GOAL:
How to obtain the values of parameters passed to a SmartDialog
FACT(s) (Environment):
Progress 9.x
FIX:
To obtain the values of parameters that are being passed to a SmartDialog, do the following:
- For each parameter that needs to be accessed, store a user property in the SmartDialog
- In whatever nested SmartObject needs to access the user properties, get the container source (use the getContainerSource() function) and then invoke the getUserProperty() function in the handle that you returned from the getContainerSource() function