Skip to content
umangenius-logo
U Man Genius docs
  • Pages
    • Welcome
      • ninext-loupe
        Ninext documentation
        • ninox-logo
          Ninext APP
        • Installation
        • Update history
        • Uninstall
        • Popup ninext
          • Fields and Functions
          • Debug tracer
          • 🚧 Errors
          • Finder
        • 🚧 Edit field
        • icon picker
          Copy, paste, duplicate & delete
        • HTML helping functions
        • Native JS
          • Clipboard sample
        • Badges
        • View field event
        • Button event
      • ninox-logo
        Scripting tips & tricks
        • General Information
        • Var and Let
        • Functions
        • If Then else
        • For and while loops
        • select, where, from, to
        • Order By (or Order)
        • create, delete, and duplicate
        • JSON in Ninox
        • Arrays in Ninox
        • Undocumented functions in Ninox
        • Manipulating Record IDs in Ninox
        • Dynamic Choice & MultiChoice

Copy, paste, duplicate & delete

Jacques TUR

Jun-04-2024 22-35-53.gif
You can use the following key-combinations to copy fields including all properties (formatting and scripts):
Ctrl-C: Copy the definition of a field to the clipboard.
Ctrl-V: Insert the previously copied field after the currently selected field. (Note: if you insert the filed outside the current table, an attempt is made to adapt the code to the new environment of fields. In addition the original syntax is inserted. You very often will have to adapt the code manually in order to reference the correct variables.
Ctrl-D: Duplicate the selected field, creating a copy right behind the copied field.
Note: On the Mac-keyboard you need to use Cmd instead of Ctrl.


Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.