Kbase P25434: How to programmatically change the value of a SmartSelect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to programmatically change the value of a SmartSelect
FACT(s) (Environment):
Progress 9.1x
FIX:
The following code, when run from a SmartDataViewer, will programmatically change the value of a SmartSelect:
DYNAMIC-FUNCTION('setDataValue' IN HandleToSmartSelect, 'NewValueGoesHere').
RUN valueChanged IN HandleToSmartSelect.