Page 1 of 2
Locked variables
Posted: Mon Jan 04, 2016 6:18 pm
by dikan
My variables on report are locked. I could not access them in any way.
What should I do to get proper access?
DIkan
Re: Locked variables
Posted: Mon Jan 04, 2016 7:10 pm
by dikan
If you try to edit report with 2015.1 and it was created with 2015.3 version than variables are locked.
Best regards,
Dikan
Re: Locked variables
Posted: Tue Jan 05, 2016 5:52 am
by Alex K.
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:
Code: Select all
foreach (StiVariable variable in report.Dictionary.Variables)
{
variable.Inherited = false;
}
Thank you.
Re: Locked variables
Posted: Mon May 09, 2016 5:28 am
by OC-Thorsten
Hi,
in the tool is a little bug.
I'm missing the save method.
Code: Select all
report.Save(tbStimulReportFile.Text);
MessageBox.Show("Unlock complete!");
Thank you,
Re: Locked variables
Posted: Mon May 09, 2016 7:23 am
by Alex K.
Hello,
Thank you for the information.
Please let us know if you need any adittional help.
Thank you.
Re: Locked variables
Posted: Thu Feb 01, 2018 7:33 am
by tapha28
Hi Mr.Alex K,
I'm using 2014 version and I used tool "LockVariableFix" but variables still not unlock.
Re: Locked variables
Posted: Thu Feb 01, 2018 9:40 pm
by Alex K.
Hello,
Please send us your report template for analysis.
Thank you.
Re: Locked variables
Posted: Wed Sep 30, 2020 7:44 pm
by ianwelsh
You said you can manually edit the mrt - can you give more details on what to edit?
Thanks
Re: Locked variables
Posted: Wed Sep 30, 2020 9:39 pm
by Lech Kulikowski
Hello,
You should set the last parameter to false in the mrt file.
Thank you.
Re: Locked variables
Posted: Wed Jun 08, 2022 11:40 am
by dmasterplan
Hi,
I have edited the mrt file in an editor but the variables are still locked.
What should be done next?
Great Thanks