Consultor Eletrônico



Kbase P109134: How to copy the currently selected row of a  smart data browse?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2005
Status: Unverified

GOAL:

How to copy the currently selected row of a smart data browse?

FIX:

To copy the currently selected row into a new row of a smart data browse, call the copyRecord procedure in the SmartBrowse procedure handle:
RUN copyRecord IN h_browseHandle.
Where 'h_browseHandle' is the handle to the smart data browse object.