This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Sep 4, 2012, 12:49 PM
23 Posts
topic has been resolvedResolved

Partial Update

  • Category: Other
  • Platform: Other
  • Release: 8.5.3
  • Role: Developer
  • Tags: Patial Update
  • Replies: 1
I have a name picker. When the value is selected from them, other 2 fields  below it must get refreshed and load. Initially that 2 fields are hidden.
 
Based on the value chosen from the namepicker, other  2 fields will be shown. 
 
Can anyone explain the code for it.
 
 
 
 
Sep 4, 2012, 1:31 PM
366 Posts
Re: Partial Update
 In the onchange event for the name picker add code that will set a variable value and do a partial refresh on the two fields below (put both fields in a panel or div).
 
Set the visibility property of the container for the fields (a panel or div) based upon the value set in the namepickers on change event. 
 
Compute the two field values by reading the selected value of the name picker. 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal