One of the simplest ways to reuse an object is to copy it.
When you copy an object, you create a new and separate instance of the the object, and any objects owned by the object being copied are always copied automatically.
For example, when you copy a block, the new block includes any items that were owned by the block and any triggers that were attached to the block or its items.
Note: When you copy an object to another module, Oracle Forms does not automatically convert size and position coordinates if the target module uses a different coordinate system than the source module.