Regarding HEIGHT in formsweb.cfg file

Hi All
I am working in Forms 10G.
All the application is running in production is showing in a small window , that because of the height in formsweb.cfg file. The height = 600 .
Now there is a requirment to show all the records in one shot without using the scroll bar .
so if i am chaging the block property to 30 or 40 then in one shot all the 40 records will show . But because in formsweb.cfg it is mention height =600, so it will come with a scroll bar . This I dont want .
So can I change the HEIGHt to , let say 700 or 800 ? I mean will it be any problem ? Is there any calculation for this ? I mean if I change the property here then do i need to change some where else as well ?

LuKKa wrote:
Hi François Degrelle
If I change Height and width to 100% , will it come perfectly in all the size moniters ,like 14 inch or more thank that ?The window size will correct but item remain as it is. Add this in your configure at formsweb.cgf
width=100%
height=100%Hope this helps

Similar Messages

  • How to set image source path in formsweb.cfg file in forms 11g

    Hi,
    I had written HTML code in the formsweb.cfg file in forms 11g. In the below code i am unable to retrive image file(i.e., .gif, .jpeg) from the server or local machine.
    In the below HTML code i set image source in the image tag as below:
    <img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF"
    Is this correct path to fetch the images from the server or local machine .
    Please help me out how to set path for image in html or is there any alternate process to retrive images.
    Here is the code :
    [INDIVIDUALUAT]
    workingDirectory=D:\Aims10dev\Work
    form=LMstartup.fmx
    userid=rmenu/rmenu@RLIFEQA64
    codebase=/forms/java
    imageBase=codebase
    width=1005
    height=750
    WebUtilArchive=/forms/java/frmwebutil.jar,/forms/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar,life-icons-round.jar,Agilis_Icon.jar,life_Icon.jar,personalize.jar,hyperlink.jar,amazingbutton.jar
    archive=frmall.jar
    separateFrame=False
    lookandfeel=Generic
    EndUserMonitoringURL=True
    usesdi=yes
    #HTMLbeforeForm= <table width="1005" border="0" cellspacing="0" cellpadding="0"><tr><td width="200"><img src="/forms/html/agilis-life-logo.gif" width="200" height="80" /></td><td width="10"><img src="/forms/html/agilis-life-new11_02.gif" width="36" height="80" /></td><td width="805" valign="top" background="/forms/html/agilis-life-new11_03.gif"></td></tr></td></tr></table>
    HTMLbeforeForm=<body topmargin="0" leftmargin="0" > <table width="1005" height="100" border="0" cellspacing="0" cellpadding="0"><tr><td width="200" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-logo.gif" width="200" height="80" /></td><td width="10" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_02.gif" width="36" height="80" /></td><td width="550" valign="bottom" ><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_03.gif" width="550" height="80" /></td><td valign="bottom"><table width="219" height="90" border="0" cellspacing="0" cellpadding="0"><tr><td height="36" valign="bottom" align="center"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agile-logo.jpg" height="36"></td></tr><tr><td height="10" valign="bottom"> <div align="right"><span style="font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#00000; " >Home | Change Password | Logout</span></div></td></tr><tr><td colspan="3" valign="bottom"><img src="E:\Oracle\Middleware\Oracle_FRHome1\tools\web\html\agilis-life-new11_04.GIF" width="100%" height="39" /></td></tr></table></td></tr></td></tr></table></body>

    AFAIK, this is not the correct way to set the image location.
    We call the working directory as context, so inside the context root along with WEB-INF, maintain a folder with name img and put all the images in that directory.
    You can use either .\<image_folder> or the optimum way would be (if you are using JSPs) to use getContext() method and traverse accordingly.
    FYI,,, using getContext() will give you context root directory, from there it is as simple as accessing any other folder.
    Hope this answers your question.
    Cheers,
    Jeets.

  • How to add html image tag in formsweb.cfg file

    Dear all,
    I am trying to display one image in background(not on form) by using HTMLbeforeform attribute in formsweb.cfg.
    from local machine that image is displaying..from other machine which is network I can able to access the forms first page but that image is not displaying..
    Where i need to keep the image? Is there any shared folder to keep images?
    The following code can give a clear idea...
    # HTML page title
    pageTitle=My Forms Server
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=<img src='G:\images\logo.jpg' align=left height=150 width=150>--wich loc i need to place the img
    # HTML to add after the form
    HTMLafterForm=<MARQUEE><font color=blue><b><I>HAVE A NICE DAY!</MARQUEE>

    The image-tag has to point to an url at the application-server which is accessible from the client's browser. So, if your forms-url is something like
    http://host:port/forms/frmservlet?config=xxxThe image-url should be something like
    HTMLbeforeForm=<img src='/path/logo.jpg' align=left height=150 width=150>where path is a virtual directory on the application server. Either create such a virtual directory or use an existing one, like /forms/java, which points to $ORACLE_HOME/forms/java on the server.
    You can test that by puttin the url "by hand" in the browser like
    http://host:port/forms/java/logo.jpg

  • How to Alias of formsweb.cfg file from Forms runtime

    Hi Guru
    I m using Forms10g Developer. To run the forms we use an Alias in the configaration file formsweb.cfg. Can I get this alias name programmatically from the forms runtime? If it its possible then please tell me How?
    Thanks in advance.
    Mokarem

    I afraid. I think it can't be possible as far as form built in's are concerned.
    Because whenn you launch your form form in your browser, then at that stage only you specify the alias.
    or what you can do, search for the alias name in formsweb.cfg during form runtime.
    You have do do some pl/sql coding for that :)
    1) Call your formsweb.cfg from application server using webutil.transferhost_to_client.
    2) serach for the string (use text_io package,read and search in the file.)
    Hope this will help !!

  • What is Max value for Width,Height  in "formsweb.cfg" to show full Form

    Hi,
    I have even changed the SeperateScreen=true and also the width & height parameter in formsweb.cfg but it makes no difference expect showing form now in a seperate window.
    Plz help!
    Many thanks!

    it doesn't need to change SeprateFrame parameter !
    i just set these parameters
    Width=750
    Height=420
    it's approximately the size of browser in 800*600 screen size !

  • Hi. About the Forms configuration formsweb.cfg file. Can someone help me ?

    I have migrated 6i to 10g and need to start the application in new window. I have setup formsweb.cfg, in lookandfeel=Genric and separateframe=true. When i go to the start url, it opens new window but doesnt close the parent window. How can I close the first window?
    Thanks

    You can't. As soon as you close this window, the forms-session will also close. What you could do is to move the window to some position outside the screen using java-script.

  • FORMS9i-formsweb.cfg

    I face some problems with the formsweb file(believe so). Running a form in the webbrowser ends with this message: FRM-90926: Duplicate parameter on command line.
    Do I need to modify my formsweb.cfg file?
    Regards
    Roar

    Of course, I will provide you more information:
    URL: http://servername:8888/forms90/f90servlet?form=D:\\Forms9i\FORMS\frmc_mmk.fmx&userid=CFG/CFG@servername&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES
    In formsweb.cfg I have these parameters set.
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    imageBase=DocumentBase
    width=100%
    height=100%
    separateFrame=false
    splashScreen=
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=
    serverApp=default
    The base.htm only contains the text %HTMLbeforeForm% and
    %HTMLafterForm%.
    Please let me know if you need more information.
    Regards
    Roar

  • 9i default TNS/DB in formsweb.cfg

    I can't seem to make any use of "userid" work on the iAS middletier.
    It's as if I can't override the basic userid setting: I can't do it in a named config and I can't do it if I put it in the URL. No matter what I do I'm forced to enter username, password and database. It's as if the use of userid just gets ignored. I can easily change userid when I run forms directly from 9iDS, it's just on the iAS it doesn't work.
    Basically I need to be able to specify a 9i equivalent of putting "set LOCAL=MY_DB.WORLD" in a .bat file in the 6i fat client mode, ie. specify only the default database to be used so that the users don't have to enter that explicitly at logon. However, I can't find any documentation how this is done - all examples just say "userid=user/pass@<your_db>".
    So I also need some sort of documentation that lists ALL possible commands in the formsweb.cfg, but I've been unable to find the complete reference guide for that.
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark
    # formsweb.cfg start #
    # $Id: formsweb.cfg,v 1.23 2002/01/25 06:51:41 oraforms Exp $
    # formsweb.cfg - Forms Servlet default configuration file
    # This file defines parameter values used by the FormsServlet (f90servlet)
    # DEFAULT CONFIGURATIONS
    # These are the default settings. Any of them may be overridden in the
    # Named Configurations section. If they are not overridden, then the
    # values here will be used.
    # System Paremeters cannot be overridden in the URL. User Parameters can.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar,/forms90/webutil/SmileyBridge.jar
    #baseHTML=base.htm
    #baseHTML=e:\webutil\server\webutilbase.htm
    #baseHTMLjinitiator=basejini.htm
    baseHTMLjinitiator=e:\webutil\server\webutiljini.htm
    #baseHTMLjpi=basejpi.htm
    baseHTMLjpi=e:\webutil\server\webutiljpi.htm
    baseHTMLie=baseie.htm
    HTMLdelimiter=%
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=e:\KASSforms\forms
    envFile=default.env
    # The next parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x. Put IE=native if you want the
    # Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    # 1) Runform arguments:
    form=tdimenu.fmx
    userid=
    # These settings support running and debugging a form from the Builder:
    otherparams=debug=%debug% buffer_records=%buffer% debug_messages=%debug_messages% array=%array% query_only=%query_only% quiet=%quiet% render=%render% host=%host% port=%port% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    debug=no
    buffer=no
    debug_messages=no
    array=no
    query_only=no
    quiet=yes
    render=no
    host=
    port=
    record=
    tracegroup=
    log=e:\KASSforms\forms.log
    term=
    # 2) HTML page title, attributes for the BODY tag, and HTML to add before and
    # after the form:
    pageTitle=KASS
    HTMLbodyAttrs=
    HTMLbeforeForm=
    HTMLafterForm=
    # 3) Values for the Forms applet parameters:
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    #imageBase=DocumentBase
    imagebase=codebase
    width=640
    height=480
    separateFrame=false
    splashScreen=splash_velkommen.gif
    background=
    lookAndFeel=Oracle
    colorScheme=teal
    logo=
    formsMessageListener=
    recordFileName=
    serverApp=default
    # The following archive settings are for
    # archive_jini - settings for JInitiator
    # archive_ie - settings for IE native JVM
    # archive - settings for all other cases (Java Plugin, Appletviewer, etc)
    archive_jini=f90all_jinit.jar,/forms90images/kassimages.jar
    archive_ie=f90all.cab,/forms90images/kassimages.jar
    archive=f90all.jar,/forms90images/kassimages.jar
    # Number of times client should retry if a network failure occurs. Only
    # change after having read the documentation.
    networkRetries=0
    # 4) Parameters for JInitiator (used with Windows clients)
    # Page displayed to Netscape users to allow them to download JInitiator.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameters related to the version of JInitiator.
    jinit_classid=clsid:CAFECAFE-0013-0001-0009-ABCDEFABCDEF
    jinit_exename=jinit.exe#Version=1,3,1,9
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.9
    # 5) Parameters for the Java Plugin (used with non-Windows clients)
    # Page displayed to users to allow them to download the JPI
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameters related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0
    jpi_mimetype=application/x-java-applet;version=1.3
    # 6) EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # 6) OID Config parameters (for Single Sign-On)
    oid_formsid=formsApp
    oracle_home=e:\Ora9ias_forms
    # NAMED CONFIGURATIONS
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than
    # using Oracle JInitiator.
    [ienative]
    IE=native
    # Example 3: configuration forcing use of the Java Plugin in all cases
    # (even if the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file)
    [debug]
    serverURL=/servlet/l90servlet/debug
    [native]
    separateFrame=True
    lookandfeel=Oracle
    IE=native
    form=tdimenu.fmx
    [tdiwin]
    separateFrame=false
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    [tdiwin_sep]
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    [kpm]
    #HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    # more efficient grey background
    background=background_grey.gif
    [test]
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    background=/forms90images/marselis_skov.jpg
    envFile=test.env
    [jevk]
    workingDirectory=e:\jevk\forms\recompile_all
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=tdimenu.fmx
    envFile=jevk.env
    [jevka]
    userid=jevk/tdi123@adsl
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=rollinf.fmx
    background=background_grey.gif
    [inwi]
    userid=jevk/tdi123@adsl
    separateFrame=True
    lookandfeel=Generic
    IE=JInitiator
    form=admuser_inwi.fmx
    background=background_grey.gif
    # formsweb.cfg end #
    # java console start #
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/webutil.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/jacob.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://oiatst01.tdk.dk:7778/forms90images/kassimages.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/SmileyBridge.jar from JAR cache
    connectMode=HTTP, native.
    MessageManager: key VERSION bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException: unknown format type at
    [[[Note here: I don't know what the MessageManager is talking about here as the error message isn't complete. I _may_ be related to wrong parameters in formsweb.cfg or some such]]]
    # java console end #

    Jesper,
    all parameters that are understood by the formsweb.cfg file are listed un the System and user section. In Oracle10g Forms we also added comments to describe their individual meanings.
    1. create a named configuration for your application and add
    # assuming orcl is your database tnsnames name)
    userid=@orcl
    2. In your Forms application, using an on-logon trigger
    BEGIN
    LOGON_SCREEN;
    message(get_application_property(username||'@'||get_application_property(connect_string));
    LOGON(get_application_property(username ||'@'||get_application_property(connect_string),get_application_property(password),true);
    END;
    If you want to also specify teh username so that he only needs to enter the password, you can pass userid=scott@orcl in the URL
    Note that Oracle9iDS had a bug on Windows2000 that prevented the servlet from reading URL parameters. This problem is solved within Patch1.
    Frank

  • My own cfg file in forms9i

    Hi
    How do I create a cfg file of my own. ie I need to use MyApp.cfg inplace of the default formsweb.cfg. I am using Forms 9i.
    I need to retain the formsweb.cfg. I saw how to achive this in 6i. But is it possible in 9i?
    Please help
    Regards
    Sajan

    Sajan,
    see the web.xml file of the Forms entry under the application-deployments node in the j2ee <Developer Suite> or BI_Forms directory.
    <servlet>
    <servlet-name>f90servlet</servlet-name>
    <servlet-class>oracle.forms.servlet.FormsServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    <!-- During product installation the configFileName parameter is
    specified in the orion-web.xml file as a context parameter
    override (in iDS), or as a Java system property (in iAS).
    It is set to <oracle_home>/forms90/server/formsweb.cfg.
    You can override that value here by editing and uncommenting the
    following servlet parameter setting: -->
    <!--
    <init-param>
    <param-name>configFileName</param-name>
    <param-value>D:\DevSuiteHome/forms90/server/formsweb.cfg</param-value>
    </init-param>
    -->
    <init-param>
    <!-- Turn on or off sensitive options on the f90servlet/admin page.
    For security reasons this should be set to false for
    production sites.
    -->
    <param-name>testMode</param-name>
    <param-value>false</param-value>
    </init-param>
    </servlet>
    You can either change the setting here or duplicate the servlet entry, rename the servlet name and create a second instance of it that points to another formsweb.cfg file. In the case of Oracle Application Server, make sure that you configure mod_oc4j for the new servlet name (in case you created a new instance)
    Frank

  • Application Server not reading formsweb.cfg

    Hi all,
    I've installed Apps Fusion middleware Version 12.1 on RHEL 3.3.
    I'm able to access forms through direct path like
    http://appshr:7778/forms/frmservlet?form=Holiday_master.fmx
    but when i try to access using alias like below it gives me error FRM :40010 can not read Form abcd
    http://appshr:7778/forms/frmservlet?form=abcd
    I've set most of the environmental Veriable but still error persists...
    I've had setup same Environment for same machine but OS was Windows Server 2003 R2 and it is worked/ing fine.
    But not getting any idea where i messed up here in Linux?
    any ideas will be appreciated.
    Regards!

    Thanks for the reply.
    We tried the other what you told *<DOMAIN_DIR>/servers/WLS_FORMS/stage/formsapp/11.1.1/formsapp/config.* but we didn't find any file there.
    We have two homes, one for DB and for Apps.
    DB Home */data1/u01/app/oracle/Orahome_inv*
    Apps Home */data1/u01/app/oracle/OraHome_frsvr*
    My formsweb.cfg file contents are as below
    ===============================
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    [abcd]
    title=test form
    forms=Holiday_master.fmx
    userid=abcd/abcd
    ==================This is my environment setting
    =========
    SSH_CONNECTION=10.2.12.1 4713 10.1.100.101 22
    TMP=/tmp
    PATH=/usr/sbin:/data1/u01/app/oracle/Orahome_inv/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/data1/u01/app/oracle/Orahome_inv/dcm/bin:/data1/u01/app/oracle/Orahome_inv/opmn/bin:/data1/u01/app/oracle/Orahome_inv/Apache/Apache/bin
    SHELL=/bin/ksh
    HOSTNAME=appshr
    USER=oracle
    TMPDIR=/tmp
    ORACLE_BASE=/data1/u01/app/oracle
    SSH_CLIENT=10.2.12.1 4713 22
    ORACLE_HOME=/data1/u01/app/oracle/Orahome_inv
    TERM=xterm
    INPUTRC=/etc/inputrc
    G_BROKEN_FILENAMES=1
    ORACLE_SID=appshr
    LANG=en_US.UTF-8
    SSH_TTY=/dev/pts/0
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    FORMS_PATH=/data1/u01/app/oracle/OraHome_frsvr/forms
    HOME=/home/oracle
    HISTSIZE=1000
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LAMHELPFILE=/etc/lam/lam-helpfile
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    QTDIR=/usr/lib/qt-3.1
    ORACLE_TERM=xterm
    ===================is it due to wrong home setting in env file?
    Regards..

  • Formsweb.cfg - userid

    Hi
    we use Oracle Forms 9i and give the database connection string in the userid vaiable of formsweb.cfg file. Now the client feels unsafe to leave the database passowrd as is. Is there any method to keep the password encrypted. Please help.
    Or is there a way other than using the formsweb.cfg file for storing the database connection string.
    Regards
    sajan

    Sajan,
    you could run Oracle Forms Services in single sign-on mode. In this case all database paswords are saved in the Oracle Internet Directory. There doesn't exist an encryption option for username and passwords in the formsweb.cfg file.
    Frank

  • Read from formsweb.cfg

    Hello,
    Is it possible to read a parameter from formsweb.cfg file? What I want to do is to read the width and height for the Applet so I'll be able to center the "canvases and LOV"
    Any ideas please?
    Thanks!

    Hi,
    you could do this easily using a JavaBean in Forms. If you don'tg want to use Java, then you could create user parameters in Forms e.g. app_width, app_height and use it in the "otherparams" argument like follows:
    otherparams=app_width=%width% app_height=%height%
    Make sure that you set the otharparams argument after defining the width and height for the applet.
    Frank

  • What is the default separateFrame in formsweb.cfg ?

    Hello,
    what is the default separateFrame,width & height in formsweb.cfg ?
    am using Forms [32 Bit] Version 10.1.2.0.2 (Production)
    i made changes 2 adjust the applete w/h 2 centered the form's window now i wana get back is it ..?
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    separateFrame=falseSince i have 2 separateFrame=false but i remmbered 1 of them where true by deault which one the first or the second 1 in order...?
    Regards,
    Abdetu...

    Hi 815571
    Thanks for reply
    No 100% is not the default pls recheck, am quite sure...
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # Forms applet parameter
    width= 750
    # Forms applet parameter
    height= 600
    # Forms applet parameter
    separateFrame=false
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change.  The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form.  For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame= True
    lookandfeel=Generic
    .....Regards,
    Abdetu...

  • Cannot save formsweb.cfg through OEM

    Hi All,
    I am using Enterprise Manager with Oracle Application Server (Forms and Reports services), and cannot save changes to the formsweb.cfg file through OEM.
    I can make changes to the file formsweb.cfg manually (with notepad), and the server itself sees these changes, but Enterprise Manager still shows the original settings.
    In our application always we need to do change the of .JAR file simenteneously and it will be deployed in Particular user instance.
    I initially thought this was a cache problem, and re-booted the host. After the rebooting also i cannot see the manual changes in OEM , but it still refuses to make changes itself.
    Does anybody have any ideas??
    Thanks in Advance!
    Santosh

    This is the forum for the SQL Developer tool. You should ask your question in an OEM or Forms forum

  • Cannot save formsweb.cfg

    Hi All,
    I am using Enterprise Manager with Oracle Application Server (Forms and Reports services), and cannot save changes to the formsweb.cfg file.
    When I make changes to the file, and click Apply, the settings return to their original values. This is what I would expect with the Revert button.
    I can make changes to the file manually (with notepad), and the server itself sees these changes, but Enterprise Manager still shows the original settings.
    I initially thought this was a cache problem, and re-booted the host. Only then would Enterprise Manager see the manual changes, but it still refuses to make changes itself, or to see subsequent manual changes.
    Does anybody have any ideas??
    Thanks
    Gavin

    Me too, but let me add the following info:
    lsof says the file is open by a java process that maps to dcm/lib/dcm.jar.
    The dcm/logs/daemon_logs/log.xml contains:
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2006-04-18T17:24:47.640-02:30</TSTZ_ORIGINATING>
    <COMPONENT_ID>DCM</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID><myhost.domain.local></HOST_ID>
    <HOST_NWADDR><ipaddr></HOST_NWADDR>
    <MODULE_ID>oracle/defaultLogger/ExceptionLogger</MODULE_ID>
    <THREAD_ID>Deamon Worker for TaskMaster of iAS instance at: /opt/oracle/s1/o
    raForms2 JVM Id = 1b09468.10aae589966.-8000</THREAD_ID>
    <USER_ID>oracle</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.240.3.201:4858:1145390087285:6</UNIQUE_ID><SE
    Q>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Remote Execute failed: </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.ias.sysmgmt.exception.InstanceNotFoundExceptio
    n: Base Exception:
    Instance [[system:{}], [FormsConfigFile:{name=reports}], [FormsConfigSection:{na
    me=discoverer}], [FormsProperty:{id=reports_demo}]] was not found.
    Resolution:
    Please make sure the Oracle Home associated with the instance is correct.
    at oracle.ias.sysmgmt.repository.DomManagerCollection.getInstance(Unknow
    n Source)
    at oracle.ias.sysmgmt.repository.RepositoryImpl.getInstance(Unknown Sour
    ce)
    at oracle.ias.sysmgmt.configsvc.ConfigurationServiceImpl.getEntity(Unkno
    wn Source)
    at oracle.ias.sysmgmt.entity.InternalEntitySourceImpl.getEntity(Unknown
    Source)
    at oracle.ias.sysmgmt.entity.TransactionVisitorSession.handleAction(Unkn
    own Source)
    at oracle.ias.sysmgmt.transaction.TransactionLog.setVisitor(Unknown Sour
    ce)
    at oracle.ias.sysmgmt.entity.Session.applyChanges(Unknown Source)
    at oracle.ias.sysmgmt.entity.Session.<init>(Unknown Source)
    at oracle.ias.sysmgmt.configsvc.NormalConfigurationHandlerImpl.evaluate(
    Unknown Source)
    at oracle.ias.sysmgmt.configsvc.ConfigurationServiceImpl.evaluate(Unknow
    n Source)
    at oracle.ias.sysmgmt.task.ConfigAdapter.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sync_evaluate(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.internal_evaluate(Unknown Source)
    at oracle.ias.sysmgmt.task.RemoteEvaluate.execCommand(Unknown Source)
    at oracle.ias.sysmgmt.task.DaemonWorker.run(Unknown Source)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>

Maybe you are looking for

  • Does Spry have a lot of problems with IE 7 and/or 6?

    Hi there, I am wondering if Spry has a lot of issues with IE6 and/or IE7? I've been glancing at the forum topics and the majority of topics I see involve IE and issues with it. Is that because of the Spry framework itself, or is it mostly on the site

  • Workflow problem

    Hi! I am working in SRM 5.0 with Server 5.5 and I have a problem with the workflow approval... I activate the workflow WS 10400010 without approval. And when I go to confirm the good, the workflow trows an error message that the workflow not started.

  • PROCESS ORDER SETTLEMENT - KO88

    Hi! As per my knowledge KO88 will be done for OHDS and for Material.  OHDS settlement will be done in month ending which results the difference between KSII and KP26. Can anybody explain how the accounting entry will be generated at the time of Proce

  • How to display summary details at then end of a alv grid?

    Hi. i have a ALV grid with 4 columns. also i need to print summary details at the end of the grid.. eg.. Total material cost  15.111 total labor cost        5.4444 total material burden 267.88 toal labor burden    253.66 How do i prinbt these details

  • Nvidia Chipset- 32-bit or 64-bit?

    Hi, I am new to these forums, so I apologize if this question is posted already somewhere else- I just can't find an answer, so I'm posting my own question. Can anyone tell me whether or not the new macbook pros (late 2008) have a 64-bit or 32-bit ch