Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Taz742

Pages: [1]
1
Discussion | Обсуждение / Re: Disable ContextMenu
« 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.

2
Discussion | Обсуждение / Re: Disable ContextMenu
« on: March 03, 2018, 09:04:51 AM »
Very good :)

3
Discussion | Обсуждение / Disable ContextMenu
« 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?

Pages: [1]