LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: Taz742 on March 02, 2018, 12:31:29 PM

Title: Disable ContextMenu
Post by: Taz742 on March 02, 2018, 12:31:29 PM
Hi. First of all thank you! For such good reporting system :)
I do not want the user to edit the result.

Code: [Select]
   
    report->setResultEditable(false);

But it's still possible to edit from CustomContextMenu.
To disable this function I had to edit your project.
Is there an alternative solution to this problem?
Title: Re: Disable ContextMenu
Post by: Arin Alex on March 02, 2018, 10:27:04 PM
Hi!
This is my mistake, I forgot about the context menu.
I have fix it and push to github.   
Title: Re: Disable ContextMenu
Post by: Taz742 on March 03, 2018, 09:04:51 AM
Very good :)
Title: Re: Disable ContextMenu
Post by: Taz742 on March 03, 2018, 12:18:45 PM
I think, it is also good to copy any text from the report but not edit it.