I am beta testing unreleased improvements in Five. Jason explained how to add action buttons on a form or list. He also stated that I could put these buttons on the top of the form, and also pages on the form. I can’t figure out how to do the latter.
I can put buttons on the top of the form. My use-case is to have a form for my reports. There is a General page showing the report name. There is a Join page showing which study groups are attached to the form, using my ReportGroups join table. Now it shows every group on the join page, and those who have an entry in the join table will show as true on their checkbox. If I click another group in the join table, it will switch to true and add a record to the join table. This is working good now.
What I want to do is have a “Select All” button and a “Select None” button which will add all group records to the join table or remove all from the join table. This could be accomplished via a function which would update the join table.
It doesn’t make sense to have these buttons at the top of the main Reports form, because I will need multiple join pages on the form, each one of which will need these buttons. So how do I add action buttons to the top of a form page? I tried adding action buttons on the definition of the form itself (the one used as a join page on the Reports form), but they don’t show on the join page. There is no “Action Buttons” section available on the page itself. But Jason said it could be done. Please advise if I misunderstood him. Thanks…