Consultor Eletrônico



Kbase P16006: How to reset a SmartSelect to NULL or Blank
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/07/2003
Status: Unverified

GOAL:

How to reset a SmartSelect to NULL or Blank

FACT(s) (Environment):

Progress 9.1D

FACT(s) (Environment):

Windows

FIX:

The following dynamic functions can be used to alter the SmartSelect's values;

/*This is the Screen Value of the smart Select*/
DYNAMIC-FUNCTION('setKeyFieldValue':U IN h_dynselect,
INPUT "" /* CHARACTER */).

/*This is the key value which holds the relationship between the SmartSelect's SDO and the Parent SDO*/
DYNAMIC-FUNCTION('setKeyField':U IN h_dynselect,
INPUT "" /* CHARACTER */).