Oracle Forms (MOSC)

MOSC Banner

How to change 'working path' on forms11g \

edited Nov 23, 2010 1:32AM in Oracle Forms (MOSC) 2 commentsAnswered
 Currently on forms 6i we have (simplified) table CONNECT_USERS (username, working_dir).  

/* 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'

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center