Skip to main content

Error Right-Click menu only in document rows

Comments

3 comments

  • Dave Gutman

    Hi Ivan,

    I reproduced the issue you have here, and then addressed it by changing the Condition logic as shown here: 
    IF($[CURRENT_ITEM] = '38')    

       BEGIN

       SELECT 'GO' FOR BROWSE

       END

    ELSE

       BEGIN

       SELECT 'NOTINGRID' FOR BROWSE

       END

    I did not add NOTINGRID to the Condition grid (at the bottom)

  • Ivan Nussi

    Hi Dave,

    the workaround works only if you do right click with the focus inside a field.
    But if you do right click in the grey area of the document (not inside a field) the error appears newly.

    I believe this is a wrong behavior.

  • Ivan Nussi

    Does anyone have a solution?
    Boyum is not a system bug?

Please sign in to leave a comment.