Answered
Hi, I have a form where I have text fields to collect information. They are aligned to in certain way.
Now when user click print button I need to move the text fields next to each other.
Is it possible?
I think I need to paste some code in the print button to change the position of my text fields?
every object in a form has values for the x- and y-axis to define their position.
To get the current coordinates of a textfield select it in the design view and look into the bar a the bottom of Designer. There the object coordinates are shown.
Or switch to the XML-source.
The first line of an object shows the coordinates
<field name="Textfield1" y="50mm" x="140mm" w="62mm" h="9mm">
You can simply manipulate the position with the preprint and postprint event of your print button.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs