Storigng Designer Settings In registry
Hi.
What is the right way to store designer settings in registry ?
I hav 2 designer components on my form.
OnCloseForm i have code:
Designer1.Form.SaveStateInfo;
Designer1.Close;
Designer2.Form.SaveStateInfo;
Designer3.Close;
With designer2 all is Ok, but Designer1 in registru create only kys
without any values
Bothh designers ar identical (second screated with copy-paste) with lite
difference - first designer template store un DB, second in file ...
What do I wrong ?
Regards
Janex.
What is the right way to store designer settings in registry ?
I hav 2 designer components on my form.
OnCloseForm i have code:
Designer1.Form.SaveStateInfo;
Designer1.Close;
Designer2.Form.SaveStateInfo;
Designer3.Close;
With designer2 all is Ok, but Designer1 in registru create only kys
without any values
Bothh designers ar identical (second screated with copy-paste) with lite
difference - first designer template store un DB, second in file ...
What do I wrong ?
Regards
Janex.
This discussion has been closed.
Comments
Which version of ReportBuilder/Delphi are you using? You should not need to
call SaveStateInfo yourself. This will be called for you when you close the
designer. Be sure you have your IniStorageType property set to Registry.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com