Double Click

vinodalathvinodalath Member Posts: 14
How can we disable the form close on the double click event of the Comments List form?

Comments

  • krikikriki Member, Moderator Posts: 9,110
    -"double click"-event on what?

    -If you mean the X at the top-right of the form, it is not possible or you have to intercept the closing of the form in the "Form - OnQueryCloseForm()"-trigger.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DaveTDaveT Member Posts: 1,039
    Hi Vinod,

    I assume you are talking about - when a user double clicks on a list form it closes in lookup mode. To disable this reset the property Default to No on all buttons (normally on the OK button) and it will work
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • garakgarak Member Posts: 3,263
    ... but than, when the user select a record and press ENTER to commit the record back, it doesn't work. He must now press the OK button.

    With "double click" you execute automaticly the OnLookUpOK function behinde the OK button.
    Do you make it right, it works too!
  • DaveTDaveT Member Posts: 1,039
    With "double click" you execute automaticly the OnLookUpOK function behinde the OK button.

    Sorry Garak, I'm not aware of such a trigger :? - where can you access it or is it the onpush trigger ?

    Anyway I think the OK button on the comment list only repositions the user in the comment sheet.
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • garakgarak Member Posts: 3,263
    what i mean is the functionality behind the properties PushAction and Default.
    No trigger
    Do you make it right, it works too!
  • DaveTDaveT Member Posts: 1,039
    Hi Garak,

    Grand - thought I was "losing it" there for a second 8-[ but then again maybe I am \:D/
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
Sign In or Register to comment.