Disable standard control NAV (copy Rows / past Rows)

amh1984amh1984 Member Posts: 9
edited 2014-02-21 in NAV Three Tier
Hello !
Can I disable standard controls NAV (copy Rows / past Rows) ??

if YES ! How ?

Comments

  • geordiegeordie Member Posts: 655
    In my opinion it's a native functionality of the client (I mean of the .exe application) and it's not possible to disable it.
    A workaround would be creating two empty hidden actions to "intercept" CTRL+SHIT+C and CTRL+SHIT+V key combination, but has to be done in every page you need to disable them.
  • amh1984amh1984 Member Posts: 9
    Thank you geordie !

    The solution is ...in the repeater properties of the subform we set :
    - IndentationColumnName = indent (var type integer) . //the integer must be usually = 0
    -IndentationControls = field (any field of the table) .

    AND the past Rows disappears :thumbsup:

    because Past Rows don't work with indented pages
  • JohnHunterJohnHunter Member Posts: 45
    I like your way of thinking :)
  • geordiegeordie Member Posts: 655
    Wow...never tried copy/paste rows on indented pages :P
Sign In or Register to comment.