Search code examples
oracle-databaseoraclereports

How to Properly Align Objects inside Frame in Oracle Reports


Im editing some oracle reports.But I cant properly align the objects inside the frame.

See this image: enter image description here

I copied the F_REF1 object, so they are in the same frame.I want to align the F_REF2 same as F_REF1.But when I did that, F_REF2 is moved to another frame!

See this.

enter image description here

How to align F_REF2 same as F_REF1?


Solution

  • Here's how:

    • Switch "confine ON" - it ensures that objects can't be moved out of their frames
    • switch "flex OFF", so that moving fields within their frames wouldn't stretch/collapse frames (if possible; if not, you won't even be able to move the field)
    • then do the alignment

    Also, see whether "snap to grid" is enabled (it should be in the "View" menu). If so, and if fields are placed to "non-matching pixel lines" (I don't know how to express myself), you won't be able to align them nicely. In that case, switch the "snap to grid" OFF. That setting will also let you use "Align" action so that all fields are really nicely aligned (whether horizontally or vertically).