How to change 'working path' on forms11g \
/* for example with two records */
- USER1, C:\APPLICATION\USER1
- USER2, C:\APPLICATION\USER2
On client FORMS_PATH is set to C:\APPLICATION\MAIN
When we start 'begining' form we can choose one user from above table and that program make reconnect on that user and set working directory (win_api_environment.set_working_directory).
Using that method we can have forms with same name but different behavior.
How to do same things but on forms 11g ?
Idea to call frmservlet with ?config=<user> and than in configuration call different enviroment file is two complicated. In one way end user must know config name or on another we have to create numbers of 'icons'