I have some files that need to use Font from (.ini).
I have also tried the solution as in http://knowledgebase.progress.com/articles/Article/P30492, but it doesn't work.
If I set .ini file for specific class :
Run Configurations > Startup > ini file, it works and error (4499) on RUNTIME is gone.
However, new classes / files are still at risk to show "FONT error (4499)" if I forgot to set the startup parameters for each new file.
Is there any way to set startup by default for the project / all files?
Current Version : Progress Developer Studio 11.6 (32-bit)
You must add the -basekey ini -ininame your.ini file startup parameter to the project properties.
Right click the project in the "Project explorer", choose properties, navigate to Progress OpenEdge.
Add "-basekey ini -ininame your.ini" to the project startup parameters.
This is inherited to every new run configuration and should solve your problem.
When your .ini file is not named progress.ini, you should be able to leave out the -basekey ini parameter.