Page 1 of 1

Little Bug in CREditor.pas v5.0.1

Posted: Fri 03 May 2013 12:46
by itsds
On My XE3 die Query Editor throw an Exception in KeyPath cause of an unassigned Variable.
I could not dig into the Deep but this Workaround should show you the place !

function TCREditorForm.KeyPath: string;
begin
if assigned(FCRDesignUtilsClass) then
Result := '\SOFTWARE\Devart\' + FCRDesignUtilsClass.GetProjectName + '\Editors'
else
Result := '\SOFTWARE\Devart\DAC\Editors';
end;

Best Regards

Re: Little Bug in CREditor.pas v5.0.1

Posted: Wed 08 May 2013 12:31
by AlexP
Hello,

You most probably don't have reading/writing permissions for the HKEY_CURRENT_USER\Software\Devart registry branch, as all our visual forms save the option exactly to this branch. Try to give the writing permission for this branch to the user.