Title: FGLPROFILE Post by: Juan Pedro M. on November 16, 2015, 09:04:30 pm Hello,
I am wondering if there is any way to force a DVM to reload the FGLPROFILE file. What I would like is to have an entry on the resource file for application behaviour, change it at runtime and have the 4GL programs to be able to detect the change without restarting the DVM. I know I can accomplish the same with other mechanisms withouht using resource files, but I was curious if there is any way to do it through the resource file. I found a config_loadVMFglprofile function on libfglvm.so but I don't know if it is possible to call it from 4GL. Thanks JP Martínez Title: Re: FGLPROFILE (reloading) Post by: Sebastien F. on November 17, 2015, 09:54:01 am Juan,
No this it is not possible to "reload" the FGLPROFILE files (remember that in recent BDL versions you can define several files in FGLPROFILE environment variable) Could you please describe your original need? What FGLPROFILE option would you like to modify at runtime? Seb |