Skip to main content

Beas Scripting : intercept keyboard shortcut F3 in time receipts

Comments

2 comments

  • Martin Heigl

    Hi,

     

    this is calling the window event "savetimereceipt" and here you can cancel the process

     

    windowevent savetimereceipt

    if <dw_1.item.abgkz.value> = J then
    return -1
    end if
    end event

  • Yannick Fetet

    Thanks Martin ! 

    I did not think to use the variable agbkz, indeed. 

    Best regards

Please sign in to leave a comment.