Smart Select Optional Value

Any ideas how to set the smart select combo-box screen-value to be the optional value.

My screen has a smart select for delivery location.
The optional value is set to <Non Standard Location>.

The field is an integer on location-id. The list items show the location-name.

I've tried passing 0, ?, "?", "<Non Standard Location>" to setDataValue but leaves the combo-box blank.

Cheers

Jon
 
Greetings,
Simple, you said it in your question. What you require is this code,

combo-widget-hdl / comb-box-1:SCREENVALUE = var / 'text here'
the most important bit is this :SCREEN-VALUE. You are setting the SCREEN-VALUE attribut of the widget.
Regards
 
Top