how to change keyboard map fmrweb.res for different forms
540216Sep 19 2008 — edited Sep 26 2008I'm using Oracle Forms 10g with Oracle Forms and Reports Application server 10g.
I know how to change fmrweb.res to change how keys function on web forms. The problem I'm having is I only know how to assign the fmrweb.res file when connecting to the application server, which means all forms running on that session have to use the same keyboard mapping.
I know you can change the defualt fmrweb.res for all the forms executed on the application server
and you can change the fmrweb.res file in the URL like
server/forms/frmservlet?Form=login.fmx&config=dataentry
(where dataentry is defined in the formsweb.cfg file)
and in the config section I have
[dataentry]
term=fullpath/fmrweb_new.res
My question is, is there a way to pick a different fmrweb.res file based on the form?
Can you specify multiple forms in the basexxx.htm file(basejini.htm) in the PARAM section like
<PARAM NAME="serverArgs"
VALUE="module=form1.fmx term=fillpath/filename1.res"
VALUE="module=form2.fmx term=fillpath/filename2.res"
VALUE="module=form3.fmx term=fillpath/filename3.res"
VALUE="module=form4.fmx term=fillpath/filename4.res">
Is there a way to pass term=fullpath\filename.res to the Oracle Forms Web Runtime process for each form using call_form, open_form, or new_form?
Edited by: user537213 on Sep 19, 2008 5:38 PM
Edited by: user537213 on Sep 19, 2008 6:24 PM