Path to RBuilder.INI
Hi,
where is RBuilder.ini stored?
In 5.56 it is C:\Users\CEider\AppData\Local\EVIDENT where EVIDENT is
our software
In 17.02 it is C:\Users\CEider\AppData\Local\RBuilder?
How can I change the path in 17.02? Is this ini in 17.02 compatible to
5.56?
Tia Carsten
--
Hint: We altered the sources!Hint: We altered the sources!
where is RBuilder.ini stored?
In 5.56 it is C:\Users\CEider\AppData\Local\EVIDENT where EVIDENT is
our software
In 17.02 it is C:\Users\CEider\AppData\Local\RBuilder?
How can I change the path in 17.02? Is this ini in 17.02 compatible to
5.56?
Tia Carsten
--
Hint: We altered the sources!Hint: We altered the sources!
This discussion has been closed.
Comments
In your application, find all instances of TppDesigner and update
TppDesigner.iniStorageName
($LocalAppData)\Evident\RBuilder.ini
If you application does not use TppDesigner, then you can specify the
location via code like this:
uses
ppIniStorage;
TppIniStoragePlugIn.SetStorageName('($LocalAppData)\Evident\RBuilder.ini');
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
?
....
initialization
TppIniStoragePlugIn.SetStorageName('($LocalAppData)\Evident\RBuilder.ini');
end.
Nard Moseley (Digital Metaphors) schrieb am 10.08.2016 :
--
Hint: We altered the sources!Hint: We altered the sources!
No that will not work.
Let's say you do that. Then your app loads a form that contains TppDesigner
which configures IniStorage to reflect its TppDesigner.IniStorageName
property.
Best regards,
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com