Kbase P4407: Which ADM2 procedure can be run to propagate changes in rowobject?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
GOAL:
Which ADM2 procedure can be run to propagate changes in rowobject?
GOAL:
How to propagate manual changes in the rowobject to the visual objects linked to the data source object (for example, a SmartDataViewer or a SmartDataBrowser)
FACT(s) (Environment):
Progress 9.1x
FIX:
Run dataAvailable in the data source object.
The right parameter in this case, for dataAvailable, is "RESET". You will find this documented in data.p dataAvailable.
RUN dataAvailable ( INPUT "RESET":U /* CHARACTER */).