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