Hi. Before upgrading to SC9.7 the following code would work but does not now:
// set the following to get the SC project name and incremental version
$this->Test = new sec_Login_ini();
$this->Test->init();
[glo_project_name] = $this->Test->nm_grupo;
[glo_project_version] = $this->Test->nm_app_version;
This info is stored from the IDE into each project, and I need it at run time from the apps. Thanks,
Jamie