cancel
Showing results for 
Search instead for 
Did you mean: 

Clearing of fields in View

former_member210563
Participant
0 Kudos

Hi,

I have a view with some fields for input.

I use the parameter When Visible in Lifetime so the fields get blank after input and update.

However, my first 3 fields are dropdownbyindex and they are the only fields that are not initialized.

Do I have to do anything particular for the dropdownbyindex fields ?

Peter

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

in onActionUpdate, use method invalidate( ) of context node and fill the drop down ( wrap initializifn drop down in a method and call that method wd_this->fill_dropdown( ) ).

Regards,

Kiran

Former Member
0 Kudos

Try to set attributes of context element (bound to dropdown) to blank, eg. with set_static_attributes_null