Hi
On Double clicking a document in the view, it usually opens the document in a new tab.
Is it possible to open the document in a dialog box rather than the new tab on double click?
Regards
Javed
Hi
On Double clicking a document in the view, it usually opens the document in a new tab.
Is it possible to open the document in a dialog box rather than the new tab on double click?
Regards
Javed
Subject: Open View documents in Dialog Box
Use the “QueryOpenDocument” event of your view and then use the uiworksplace.dialogbox method to open your document.
And don’t forget to set the continue variable to false in order to avoid opening your document in a tab