Consultor Eletrônico



Kbase P25669: How to add a new row in a smart data browse at the click of
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/05/2003
Status: Unverified

GOAL:

How to insert 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 add a new row after the currently selected smart data browse row, use the following statement in the CHOOSE trigger of the button:

RUN addRecord IN h_browseHandle.

Where 'h_browseHandle' is the handle to the smart data browse object.