Using Delphi 5, RBEnterprise5 on Windows2000, recently upgraded from NT4. I
make changes to reports and they appear to work. However, everytime I close
delphi 5 I get a message saying 'Unable to write to RBuilder.ini'. Any
ideas? Had no problems on NT4. Thanks
Comments
When using the TppDesigner, ReportBuilder tries to write the RBuilder.ini
file by default to your WINNT/System directory. You may not have the
correct permissions to write to this directory. You can change the settings
of where and what type of file is written by adjusting the
Designer.IniStorageName and Designer.IniStorageType properties.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks for your input. Problem solved. On NT4 I had local administrator
rights; when upgrading to W2000 my network administrator forgot to give me
those rights.
Thanks