Kbase P25677: How to update (commit the changes) of the currently selected
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/05/2003 |
|
Status: Unverified
GOAL:
How to update (commit the changes) of the currently selected smart data browse row at the click of a button?
FACT(s) (Environment):
Windows
FACT(s) (Environment):
Progress 9.1D
FIX:
To update (commit the changes) the currently selected smart data browse row, use the following statement in the CHOOSE trigger of the button:
RUN updateRecord IN h_browseHandle.
Where 'h_browseHandle' is the handle to the smart data browse object.