ORACLE Icon on Forms

Just wondering is there a way of removing ORACLE icon on the top right corner of the FORMS application? If this can be done, I am using *"Oracle Forms 6i"*
a). It releases extra space for the FORMS application;
b). It makes the application looks better.
I suspect this might have things to do with set_window_property call, but how?
Any suggestions are greatly appreciated.
Thanks.
Muhammad Waqas Hassan Attari

how about setting the icon_name property of the forms_mdi_window using set_window_property?
set_window_property(forms_mdi_window, icon_name, 'iconname_without_extension');search after that built in in Forms Builder Help, and you'll be directed to the right way how to do it.....
There also seems to be some things to be aware:
"The icon filename should not end in any of the following five letters: A, L, M, S, and X. (Neither upper-case nor lower-case are allowed.) These are reserved letters used internally for icon sizing. Unexpected icon placement results may occur if your icon filename ends in any of these letters.
Use the platform-specific environment variable to indicate the directory where icon resources are located. For example, the Microsoft Windows name for this variable is UI60_ICON. (For more information on this variable name, refer to the Form Builder documentation for your operating system.)"
regards

Similar Messages

  • Oracle Fusion Middleware Forms Services title need to be change in JRE

    Hi,
    When i run the form in the Runtime(JRE) . I ran the form in separateFrame=true and it is working fine ,but it show "Oracle Fusion Middleware Forms Services" in the
    title of the JRE .. I need to change the title and ICON of the JRE.
    Where do i need to change .. please help.
    Regards
    Mani

    but if you put separateFrame=True .. and that pagetitle is working when separateFrame=False .... >
    This setting changes the default title of the Browser window that your Forms Application runs in. If you want to change the title of the Forms Applet window you would need to set the title through code in your Form using the Set_Window_Property() built-in. For example:
    /* This sets the title of the Window named "WINDOW1" */
    Set_Window_Property('WINDOW1',TITLE,'This is my Window title.');
    /* This set the title of the Applet Window */
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'This is my Application Title');Just set the title in the first form displayed by your application. There is no need to set it in each form, unless of course you want to change the title as you navigate through your application. : - )
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to enable Translation icon in forms front end

    Hi All,
    How to enable Translation icon in forms front end (EBusiness) ?
    let me know the steps to follow to enable this icon?
    I want to know exactly what is the purpose of this Translation Icon and how it works? If there are any links Please provide the links?
    will this help to display the items long description in other languages?
    Regards,
    Durga Srinivas

    What is your application release?
    How to enable Translation icon in forms front end (EBusiness) ?
    let me know the steps to follow to enable this icon?
    I want to know exactly what is the purpose of this Translation Icon and how it works? If there are any links Please provide the links?
    will this help to display the items long description in other languages?Please see these docs.
    Customizing Translation in Oracle E-Business Suite - R12 [ID 1382124.1]
    Using Lightweight MLS With Oracle E-Business Suite Release 12.1.3 [ID 1077709.1]
    Oracle Applications 11i Internationalization Guide [ID 333785.1]
    Thanks,
    Hussein

  • Problem with icons running Form

    Hi to all,
    Because IE crash using Jinitiator, I have configured my formsweb.cfg in order to use jre instead of Jinitiator.
    This is the section in formsweb:
    baseHTMLjinitiator=basejpi.htm
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html
    # Generic to any version of JRE 1.6.0.
    jpi_classid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA
    # Generic to JRE 1.6.0
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0
    # Generic to JRE 1.6.0
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0
    pageTitle=Eclipse Web
    envFile=C:/oracle/FRHome10/forms/webutil/server/webutil.env
    webUtilArchive=/forms/webutil/jacob.jar,/forms/webutil/webutil.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    archive_jini=frmall_jinit.jar,myicons.jar,cursorpos.jar,newicons.jar
    imagebase=codebase
    archive=frmall.jar
    lookAndFeel=oracle
    colorScheme=blue
    separateFrame=true
    splashScreen=true
    form=mymenu.fmxWhen I run http://oracle-dev10g:7778/forms/frmservlet?config=jre_sun, the application mymenu.fmx is correctly opened, but without the icons stored in the files myicons.jar, newicons.jar etc. (Are menu icons, applications icons, report icons)
    Note that normally with Jinitiator the same configuration (modified for jinitiator) work fine without problems.
    Can You help me ?
    Thank You and Best regards
    Gaetano

    archive_jini=frmall_jinit.jar,myicons.jar,cursorpos.jar,newicons.jarWhen you use the Sun Plug-in instead of the JInitiator, the archive_jini tag is not used. the archive tag is used instead, so add your icons.jar to the archive tag.
    archive=frmall.jar,myicons.jar,cursorpos.jar,newicons.jarFrancois

  • Problems about deploying Oracle web application (Forms, Reports)

    I am going to deploy Oracle web applications (Forms and Reports) and plan to use the same server machine for both Application web server and Database server.
    1. How can I enable SSL (for data encryption) on Application web server for Oracle Forms ?
    2. Since both Application web server and Database server will use the same machine, do I still need Oracle Advanced Security for data transmission between Application web server and Database server if data encryption for transmission is required ?
    3. Can I user Oracle Forms to call Oracle Report on web as I did in Client/Server in the past ?
    Experts like you may have come across such problems. Would you please give me some opinions/ideas ?
    Regards,
    Richard

    1. check the paper about the Forms servlet architecture on otn forms section for SSL tips.
    3. Check the reports and forms integration paper on otn too.

  • How to configure Oracle SSO for forms and apex

    Hi All,
    I am trying to configure oracle SSO for forms and apex using third party external authentication. Please help me how to configure. I a have tried all possible things
    from web but I am not able to do it. Is there any doc or links are much appreciated.
    Info: Some reason my oiddas web link is not working it used to work fine before and also the from /pls/orasso/ link I am not able to login may be because of my oiddas issue
    Thanks

    Hi Andreas,
    Thanks you for your help. I am trying to implement third party external LDAP authentication for APEX and Forms.
    So I started with OID and SSO setup to create external Partner Applications. Some reason my oid and sso web login links are not working. I didn't find any errors. I need some help in finding the problem and direction, I already read docs on web but no proper direction. I appreciate your help.
    Thanks

  • Connecting oracle dev 2000 forms to oracle 9i database on another server

    we have these oracle developer 2000 forms (in .fmx format) in a server and the data of these forms in another server.... the server with the data is very old and is very slow...so we decided to relocate the database(oracle 9i) to a new server..... also, we move the developer 2000 forms from the old server to another server which will serve as the front end to the new data server.
    The problem is we can't figure out how to make the developer 2000 forms on the new front end server to point to the new database on the new data server. I would really appreciate if u cud gimme some advice on this... so we need to know how the forms find the data, where this "connection string" is for developer 2000 forms.

    You have to create a Net Service from "Net Configuration Assistant". Or you can copy TNSNAMES.ora file from your old server to new server. You can find TNSNAMES.ora file in developer_suite_Home/Network/admin folder.

  • Icons in Forms 9i

    Can anybody tell me how to easy way to solve problem with icon in forms 9i. Please write me a way in step by step
    Thanks

    This is simple.
    1. put your icons (.gif) in forms90\java folder
    2. change the formsweb.cfg file
    (it is imagebase=documentbase)
    chnage that imagebase=codebase
    3. create an iconic button. icon filename should be exact as the name of the icon. (case sensitive). (i.e. if the icon name is EXIT.gif, the icon file name also should be EXIT.gif)
    You will see the icons at the runtime. Hope that helps. if it does not help, i can send you a form displaying icons and the corresponding formsweb.cfg file. Happy coding!!

  • Issue in Enter Query mode (F11) is not changing color to blue in oracle apps custom form 10g

    Experts,
    I have created a custom form , everything is working fine but when i pressed on the oracle apps custom form ( F11)  then its not changing the form color to blue.
    I have already done below setup but nothing is working fine :-
    1.APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); at your block level Trigger.
    2.Execution Hierarchy Property to "Before" or "After" at block level trigger.
    Could anyone help on this.

    please compile the CUSTOM form and retest the issue
    $ frmcmp_batch.sh module=<form name>.fmb userid=apps/<apps password> output_file=$CUSTOM_TOP/forms/US/<form name>.fmx module_type=form compile_all=special
    AppsMasti
    shairng is Caring

  • Connect to Oracle 8i from Forms 6

    I have installed Personal Oracle 8i and developper 6 in a NT. I got the error when tried to connect to the Oracle 8i from Form Builder. "could not resolve service name".
    I did enter the database name.
    Any ideas?

    This is a tnsnames problem...check the entry in tnsnames.ora and make sure
    its
    point to the right DB...there will be a tnsnames.ora under Network and also
    a
    tnsnames in the developer directory ..FORMS will use the tnsnames under
    developer..
    Supply the connect string with and without the domain to see if
    that works
    You can find the domain name in sqlnet.ora file.
    null

  • Oracle Application server Forms and Report services 10.1.2.0.2 on Windows 2

    Hi,
    I am installing the Oracle Application server Forms and Report services 10.1.2.0.2 on Windows 2003 R2, but the problem is that setup is not running on this Windows 2003 R2 version.
    Any idea about this why it is not running.
    Regards,
    Iftikhar

    You asked this
    How can i find what is the latest version that i can upgrade this install to
    I told you where to find the last update, I checked that version yesterday, the last update is 10.1.2.3, my misstake was to put a 0 before the 3.
    You can go to Patches & update>Quick Links to: Latest Patchsets, Mini Packs and Maintenance Packs>Oracle Fussion Middle Ware> Look for you OS versión and CPU> No clic just put pointer over the links and you will see the last one.
    And finaly could look for the CPU of Jul and Apr that as requirement they ask for version 10.1.2.3 (as I say I checked yesterday)
    Greetings.

  • Need to send sms to the customer through Oracle Apps Custom form

    Hi All,
    This is sandeep, i have design a Oracle Apps Custom form, i am entering the Customer related date like customer name, number, customer Amount, cheque number, customer phone number, user want, when the user will save that form, so that above information should be send to the particular customer automatically, user entering the only one customer at a time. again user will open the new form and enter the new customer related data for that i have URL provided by the third party.
    Please help me how can i achieve it, and what code i have to write and where.
    it's urgent. kindly reply me as soon as possible
    Thank you in advance
    Regards
    Sandeep
    Edited by: user13014881 on Feb 14, 2012 10:25 PM

    I have resolved that issue my self. now i am able to send transitional messages to the customers.
    Thanks
    Sandeep

  • Oracle 8i with form 6i

    hi fellows
    I have a problem that I have installed oracle 8i and forms 6i but the oracle is working properly but forms are not connecting to oracle
    I have installed it on my personal computer while the operating system is windows 2000
    I have specified the path in tnsnames but still no connection is building
    can anyone help me

    I think Forms 6i requires that it be installed to a different Oracle home than 8i Personal.
    The first step is to be able to connect to the database from 8i Personal's SQL*Plus. You know that both software packages install separate copies of SQL*Plus, right? If you can't connect like this, ain't nobody gonna' connect to the database.
    The second step is to connect using Forms 6i's SQL*Plus. If you can do this, you should be able to connect using Forms. You'll have to set up tnsnames.ora, sqlnet.ora and maybe other .ora files. I forget exactly where they're located.
    Lemmie know how it goes.

  • Performance of WEB enabling ( Converting to Oracle 8i and Forms 6i)

    We are working on a project to convert a forms 4.5 and Oracle 7.3.4 application to a web based app ( Oracle 8i and Forms 6i). I want to know if there will be a performance hit (improve or decrease) as a result of this.
    Please help

    Satish - concerned about your statement that you have not used in in production but you think its not the good. If you can quantify your statement I will address is.
    As for Bobs points - check out http://forums.oracle.com/forums/message.jsp?id=836060
    This probably addresses Bobs concerns.
    If you are concerned - take a look at the testimonials. Go to otn.oracle.com/products/forms and click on the Testimonials link.
    Believe it or not we actually have people who are running FASTER on the Web - How can that be!!! - well the reason is that the have uses on slow links - when running client server there database access is across these links and since they had database intensive application they found it could be slow. On the web the data trasfer between the app server and the database was on a fast link and the client (who are still on the slow link) are getting only screen draw information which is alot less than the database traffic.
    Hope this helps
    Grant

  • Oracle 10g db & forms in server 2008 64bit

    hi,
    im using Oracle 10g db & forms 32bit version in windows server 2003 32 bit version.
    now we are planning to upgrade server with windows server 2008 64bit.
    what are the things to be taken care since we have to import data from other 2003 32bit servers having 32bit version of oracle.
    anyhow 64bit oracle is required right? and if im installing this any mismatch will be there with oracle 32bit data and 64bit data while importing?
    pls mention the difference between oracle 32bit and 64bit if any..
    pls help..!!

    Hi Vineesh,
    im using Oracle 10g db & forms 32bit version in windows server 2003 32 bit version.
    now we are planning to upgrade server with windows server 2008 64bit.
    what are the things to be taken care since we have to import data from other 2003 32bit servers having 32bit version of oracle.
    anyhow 64bit oracle is required right? and if im installing this any mismatch will be there with oracle 32bit data and 64bit data while importing?
    pls mention the difference between oracle 32bit and 64bit if any..Refer tech notes:
    How to Use Export and Import when Transferring Data Across Platforms or Across 32-bit and 64-bit Servers -- 277650.1
    Hope helps.
    Regards,
    X A H E E R

Maybe you are looking for

  • Error while deleting sub contracting delievry

    Hi , While deleting subcontacting delivery i am getting error "chnage restricted shipment cost for shipment ***** are calculated, Can some body give solution step step to delete subcontacting delivery Thanks

  • Renaming a File to File without Mapping

    Hi All, I am having a scenario where there is a text file transfer without any conversion i.e. basically a file to file scenario with no mapping. The only requirement is to rename source file which has .csv extn to .dat. For instance if the sender fi

  • Orders list -Sales employees

    Dear All, how to get the list of orders report based on sales employees or some other partner function. Regards, shekar

  • Yosemite wi fi

    i am running a Mac mini, I am using a USB power link wireless network adapter. this device worked perfect with 10.6.2. After installing Yosemite. 1. The software does not launch. 2. When Power link is plugged in the software icon disappear. 3. The po

  • PSD to HTML?

    Hi! Just wondering if you do have a simple PSD file that I can use to practice my css and HTML skills? Lets start from the basics though... And if I ever got lost, can you suggest some tutorials (website, video, blog) that teaches to convert PSD to H