Hey, Is there any possibility to deny the double-click in views.
I have found the opportunity to deny the editing mode generally, but I want to deny this mode only by double-clicking, not by pressing the action button “EDIT”???
Hey, Is there any possibility to deny the double-click in views.
I have found the opportunity to deny the editing mode generally, but I want to deny this mode only by double-clicking, not by pressing the action button “EDIT”???
Subject: Disable double-click in Views
Maybe creating an environment variable with your button and testing it in the postopen action of your edited form.
Don’ t forget to put reinitialize your variable when quiting the form
Your code will automatically close the window if the button hasn’ t been performed
Tiseb Dewaelle
Subject: A double-click normally opens the document in READ mode.
Do you want to disable that too ?
Subject: Disable double-click in Views
in the queryopen event of the uiview, insert folowing line :
continue=false