Locked variables
Locked variables
My variables on report are locked. I could not access them in any way.
What should I do to get proper access?
DIkan
What should I do to get proper access?
DIkan
Re: Locked variables
If you try to edit report with 2015.1 and it was created with 2015.3 version than variables are locked.
Best regards,
Dikan
Best regards,
Dikan
Re: Locked variables
Hello,
The issue was in one of last builds but in the new release 2015.3 was fixed. But variables created in this build need change. You can manually edit mrt file in notepad or use the tool in the attachment.
Also you can use the following code:
Thank you.
The issue was in one of last builds but in the new release 2015.3 was fixed. But variables created in this build need change. You can manually edit mrt file in notepad or use the tool in the attachment.
Also you can use the following code:
Code: Select all
foreach (StiVariable variable in report.Dictionary.Variables)
{
variable.Inherited = false;
}
- Attachments
-
- LockVariableFix.zip
- (3.22 MiB) Downloaded 650 times
-
- Posts: 31
- Joined: Thu Jul 16, 2015 12:22 pm
Re: Locked variables
Hi,
in the tool is a little bug.
I'm missing the save method.
Thank you,
in the tool is a little bug.
I'm missing the save method.
Code: Select all
report.Save(tbStimulReportFile.Text);
MessageBox.Show("Unlock complete!");
Re: Locked variables
Hello,
Thank you for the information.
Please let us know if you need any adittional help.
Thank you.
Thank you for the information.
Please let us know if you need any adittional help.
Thank you.
Re: Locked variables
Hi Mr.Alex K,
I'm using 2014 version and I used tool "LockVariableFix" but variables still not unlock.
I'm using 2014 version and I used tool "LockVariableFix" but variables still not unlock.
Re: Locked variables
Hello,
Please send us your report template for analysis.
Thank you.
Please send us your report template for analysis.
Thank you.
Re: Locked variables
You said you can manually edit the mrt - can you give more details on what to edit?
Thanks
Thanks
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Locked variables
Hello,
You should set the last parameter to false in the mrt file.
Thank you.
You should set the last parameter to false in the mrt file.
Thank you.
- Attachments
-
- Screenshot 2020-09-30 233853.jpg (279.63 KiB) Viewed 3554 times
- dmasterplan
- Posts: 143
- Joined: Thu Mar 17, 2022 4:04 am
- Location: Philippines
Re: Locked variables
Hi,
I have edited the mrt file in an editor but the variables are still locked.
What should be done next?
Great Thanks
I have edited the mrt file in an editor but the variables are still locked.
What should be done next?
Great Thanks
- Attachments
-
- locked variables.png (270.28 KiB) Viewed 1954 times