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
Robert Chanphakeo
3
Views
2
Comments
AjaxRefresh
Question
-The eSpace take in CountryCode input parameter, example,
https://localhost/TestAjaxRefresh/Test.aspx?CountryCode=UK
onload the button is either enabled or disabled based on the input parameter, when COUNTRY.Flag = true/false.
The AJAXRefresh is used in a screen action to provide this functionality,-how would you perform this same behaviour/action in a screen presentation?
TestAjaxRefresh.oml
J.
MVP
just use an expression in the enabled variable?
you don't need ajax-refresh in an onload, because it's load for the first time anyways.
Robert Chanphakeo
Problem solved, and optimised by making use of Get<ENTITY>.
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...