When I have an application then the following is generated in the <applicationname>.php
0| <?php
1| //
2| include_once(‘grid_filestorage_session.php’);
3| @session_start() ;
4| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_perfil’] = “”;
5| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_path_prod’] = “/scriptcase/prod”;
6| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_path_imagens’] = “/scriptcase/file/img”;
7| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_path_imag_temp’] = “/scriptcase/tmp”;
8| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_path_doc’] = “c:/storage”;
9| $_SESSION[‘scriptcase’][‘grid_filestorage’][‘glo_nm_conexao’] = “conn_oracle”;
There is no way to set the contents on line 5 or line 7. That option does exist in deployment. I would like to be able to set that as wel in my development environment. As it stands now all we have is (see jpg) too limited.
So no I can not fully create an application with the same functionality as the deployed version. So please add the other options as well (asap please!!).
