[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Make The Page Dynamic

  • Thread starter Thread starter Srinivas Panyala
  • Start date Start date
Status
Not open for further replies.
S

Srinivas Panyala

Guest
Hi Cayla, You can also use rbf-showorhidesection(). documentation.progress.com/.../ Follow the below steps: 1) Navigate to new record page -> Design this page 2) Add a new section and add required fields to that section when you want to display if check box is checked and save. 3) Again navigate to design this page and add a script component 4) Add below sample code. Provide field integration name for 5) Navigate to Object Definition -> Fields -> Checkbox -> Events 6) Invoke javascript funtion on "onchange" event onchange="display();" 7) Save 8) Now when check the checkbox new section will be displayed if you uncheck the check box new section will be hidden Thanks Srinivas

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