Kbase P15374: How to catch an invalid field value passed to a SmartSelect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/01/2003 |
|
Status: Unverified
GOAL:
How to catch an invalid field value passed to a SmartSelect object?
FACT(s) (Environment):
Progress 9.1x
FIX:
In case an invalid value is passed to SmartSelect object the screen value became blank and there are no messages warning the user.
Add displayRecord method to your smart viewer and after standard behaviour
take the value of the SmartSelect field accesing data source of the viewer and
validate this value in the data source of the smart select object.
In case is not a valid entry show a warning message at this point .