[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Show or hide section in a page

  • Thread starter Thread starter mpiscoso@gmail.com
  • Start date Start date
Status
Not open for further replies.
M

mpiscoso@gmail.com

Guest
For your value var usrinput = rbf_getFieldValue("{!R31077.R396080#name}"); This {!R31077.R396080#name} is not a valid integration name field. You'd need to use R31077 then perform a rbf_selectValue() for its related R396080 id then use another selectValue() to get the name of that field. An alternative way is to store R396080 in the object of whatever R31077 is (using a new field and a trigger presumably). After you have it there you can use selectValue() to get it. Hope that helps. Piscoso, Martin

Continue reading...
 
Status
Not open for further replies.
Back
Top