Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:setelementvalue [2023/05/03 01:52] seanpr_methods:setelementvalue [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods Report_Scriptlets IReportEnvironment_Interface SetElementValue}}+{{tag>Index Programmers_Reference Methods Report_Scriptlets IReportEnvironment_Interface SetElementValue}}
 ====setElementValue (String, Object)==== ====setElementValue (String, Object)====
 <code java>public** void setElementValue (String elementName, Object value)  <code java>public** void setElementValue (String elementName, Object value) 
 throws Exception</code> throws Exception</code>
  
-This method sets the current value of the report element with the specified name. The element must be an element with a scriptlet attached (text or image). Each element in the report may be given a name in its Properties dialog. If the element’s name is not specified //**Aware IM**// generates its own name. If a scriptlet needs to access certain elements in the report it is a good idea to give such elements some meaningful names.+This method sets the current value of the report element with the specified name. The element must be an element with a scriptlet attached (text or image). Each element in the report may be given a name in its Properties dialog. If the element’s name is not specified //**AwareIM**// generates its own name. If a scriptlet needs to access certain elements in the report it is a good idea to give such elements some meaningful names.
  
 ===Parameters=== ===Parameters===
  • Last modified: 2023/05/03 01:52