on 2014 Nov 12 11:01 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try to set attributes of context element (bound to dropdown) to blank, eg. with set_static_attributes_null
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
9 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.