Move, cut, copy and paste controls

You can select controls and move, cut, copy and paste those controls.

These functions help in designing large forms efficiently.

Move controls to a new location in form

You can move a single control or multiple controls to a different location on the form.

  • To move a single control, select the control and drag it to the required location.

  • You cannot drag multiple controls directly to a different location. Therefore to move multiple controls, do the following:

  1. Ensure that the controls are placed within a cell.
  2. Select the cell, rest the pointer on the cell until the pointer becomes a four-headed arrow.
  3. Drag the cell to the required location.

Copy or cut controls and paste them in a new location

You can copy or cut a control and paste it to a new location on the same form, or between or onto tabs on a form, or to a different form.

You can copy or cut multiple controls and paste them as a single group. You cannot paste an unsupported control onto a form, such as a touch control onto a non-touch form.

Note When you paste a Button control or an Embedded page control onto a new form, the Confirmation message property and the Embedded page property may apply a different mapping if the target form contains a control or variable with the same name.

Copy and paste

When you copy a control, the original control remains in place.

  1. Select single or multiple controls.
    • To copy a single control, select the control and press CTRL+C.

    • To copy multiple controls, select a control, press CTRL and keeping the CTRL pressed select other controls. Then press CTRL+C.

  2. Place the insertion point where you want to paste the controls and press CTRL+V.

Cut and paste

When you cut a control, the original control is deleted.

  1. Select single or multiple controls.
    • To copy a single control, select the control and press CTRL+X.

    • To copy multiple controls, select a control, press CTRL and keeping the CTRL pressed select other controls. Then press CTRL+X.

  2. Place the insertion point where you want to paste the controls and press CTRL+V.

Copy and paste controls between phone and tablet forms

Copy controls from a phone form and paste them to tablet form and vice versa.

Note You can copy controls from a touch-enabled form to another touch-enabled form. You cannot copy controls from a touch-enabled form to a non-touch enabled form.
  1. Select controls on the phone form and press CTRL+C.
  2. Switch to Tablet form and click anywhere on the form, and then press CTRL+V.
  3. Click Save.