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
joshua siscar
3
Views
2
Comments
Hide a form based on combobox
Question
OutSystems Widgets
Hi guys
im trying to develop a system that will hide a form based on the selected item in a combo box. For example I choose the Subset item in the combo box the form mainInfo should show up
thanks in advance for any answers
José Caldeira
Hi Joshua,
The easiest way is to create an action that is associated with the onchange of your
combobox
. In that action you can call an ajax refresh that refreshes an
if
in your screen.
Did this help?
Cheers,
joshua siscar
hi Jose!
thanks for the input! i tried your suggestion and it worked! i was trying to use the ajax refresh on a container before but couldnt make it work.
thanks!
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...