Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
v
4
Views
4
Comments
Combo box
Question
When I refresh a page the combo box should automatically set to the Special list Value1 0 and Option1 Select and not to the old selected value.How can I set this, beacuse sometimes the page after refresh restores the old selected value.
Bert van Erp
What is the story behind your problem? Is it a form where you use a "save"-button, or do you use a save action on an onChange action?
v
There is one more Combo box where if I change the selection ,(So on change of combo box selection) I need refresh values in other combo boxes like set them to default..
Bert van Erp
So you are using an onChange action. In that action, you can use the assign to assign the defauld value to combo box 2 when combo box 1 changes. After that assign, you can use an Ajax refresh to refresh only combo box 2 (this way you don't have to reload the whole page).
v
I need to know how to set it to the Combo box 2 to
Value1 0 and Option1 Select ehrn I change the Combo box 1. I am not sure how to set that...
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...