I have a dynamic form with a table that uses a button with an instance manager to add rows and another to delete rows. The footer row has a field that calculates the total of fields in the rows above, and changes as the user enters entries, add/removes rows, changes entries. I would love to turn the...
I have a dynamic form that goes through a workflow. When the workflow is done and the form is complete, I need the final user to "finalize" it by printing it to PDF so that the dynamic properties are removed. We store these PDFs in a system that can't work with dynamic PDFs. When I place a print but...
I finally figured it out. OBJECTNAME.border.getElement("edge",0).presence = "invisible"; //top border is hidden2 bottom border1 right border3 left border
BR001 has the right answer - thanks Bruce. I remember seeing that blog post when I was designing this form and looking for something else. I got the borders to be hidden, but then it hid the left side border as well -- I wanted that one to remain visible. I messed around with it, but I can't get the...