Consultor Eletrônico



Kbase P36444: How to change the Search Field of a Dynamic SmartDataBrowser
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/13/2003
Status: Unverified

GOAL:

How to change the Search Field of a Dynamic SmartDataBrowser at run time.

GOAL:

How to change the Search Field of a Dynamic SDB at run time.

FIX:

Use this code:

DYNAMIC-FUNCTION('setSearchField':U IN h_dynbrowser,
INPUT 'myField' ).

where
- h_dynbrowser is the handle to the Dynamic SDB
- myField is the field you want to use for the search.