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

Status
Not open for further replies.
L

leonc

Guest
I need to show or hide a page section depending on the user selection on a given field. That field is a lookup field from a relashionship. The function that I am using is the following, but it's not working. function showFinal() { var usrinput = rbf_getFieldValue("{!R31077.R396080#name}"); var id = rbf_getSectionIdByTitle("Final Destination"); rbf_showOrHideSection( id , usrinput == "some value" ); } Any help would be appreciated. Thank you in advance.

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