Customising forms runtime title and Icon

how can one change the title and icon of mdi window of forms runtime ?

Hi Arjun,
You can set the title of the MDI window as follows :
SET_FORM_PROPERTY(FORMS_MDI_WINDOW, TITLE, 'YOUR TITLE');
You can change the icon of the MDI window by using the D2KWUTIL.dll as follows :
DECLARE
h_win PLS_INTEGER := win_api_utility.get_active_window;
BEGIN
WIN_API_SESSION.Change_MDI_Icon(h_win,'your_icon.ico',0);
END;
Hope this helps.
Sudha

Similar Messages

  • How to replace forms runtime mdi window icon with my own icon

    hi,
    I have an application developed with oracle 9i forms but my problem is that I want to replace the forms runtime mdi window icon with my own icon.
    please any help will be highly appreciated.
    thanks.

    If using seperateFrame=TRUE then you can do
    if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
    WEBUTIL_SEPARATEFRAME.SetIcon('my_logo.gif');
    end if;
    Regards,
    Werner

  • How to Change Default Title and Icon of Forms 5.0 Runtime

    Whenever i run Forms 5.0 runtime , it always shows
    'Developer 2000 Forms Runtime for Windows 95/ NT'.
    If i set a title to the main window then also the above message preceeds my Title of Window.
    Is there any way to remove that ????
    My Application is ready for delivery but the only problem is this title message. and also,, I want to change my own ICON in place of deafult icon
    How to do that

    Hi,
    You can always change you Window title at runtime.
    On Windows, You ALWAYS have a container window (There is an option from 5.0 onwards to avoid this container window) and at least one window in you applciation e.g. window0.
    Use the following command to change the title of the MDI window:
    set_window_property (FORMS_MDI_WINDOW,title,'My Application');
    For window0, try this:
    set_window_property ('WINDOW0',title,'Registration of Employee');
    Please see all the options available in the online help of forms under SET_WINDOW_PROPERTY.
    Bye,
    Vani
    null

  • Windows 7, Forms Runtime 6i and Discoverer 10g don't play nice together

    Hi -
    I posted this under the Discoverer Forum, but it was suggested that this might be a better place.
    Let's see if I can have this make sense:
    We are testing 3 Oracle products on a Windows 7 64-bit machine.
    1. Forms Runtime 6i
    2. Discoverer 10g version 10.1.2.3
    3. ODBC from Ora client 11
    I can install everything; although I had to install Discoverer in Compatablilty Mode using XP SP2. The ODBC client requires that I change the environment varialbes and add a New Environment variable called TNS_ADMIN.
    Forms 6i works and the ODBC work until I install Discoverer. After installing Discoverer, I get a TNS cannont resolve.......on the Forms Runtime.
    I'm lost as to how to get the Forms 6i to work. If you need any more information, please ask and I'll try to answer.
    Thanks for all your help.

    OK - so I thought the original post was from May of 2011 and wrote up my entire response accordingly. Only at the very end did I see that the original post was from May of 2010. Hopefully my response will help others who are only now trying to work through this issue.
    Although Developer 6i is not officially supported by Oracle on Windows 7, it can run. It is just a bit finnicky to figure out.
    There are a few of other things to I'd like to mention.
    #1 Because you are running on a 64-bit OS, and depending on the Oracle 6i patch level you are running on the machine (we use Patch 17), you will need to replace two DLL files in the <ORA6i_HOME_DIR>\bin folder with version from 1/2/2001 (Patch 4, I think)
    1. NN60.DLL
    2. NNB60.DLL
    If you do not replce these files, you will get an "FORM ERROR FRM-41211 Integration Error: SSL failure running another product" if you try to run a report from within your forms application, or if you try to open a form in a new window. The newer versions of these files apparently had removed some 64-bit calls when 64-bit Windows XP flopped.
    More information (and my original source for my solution) can be found here: http://halimdba.blogspot.com/2009/05/oracle-forms-or-reports-6i-in-windows.html
    #2 Because you are running on a 64-bit OS, if you want to add the TNS_ADMIN variable to your registry, you should add it in two places. HKLM\Software\Oracle AND HKLM\Software\Wow6432Node\Oracle
    #3 During installation, I have a batch file that performs a lot of the 6i install stuff, so I don't run in compatability mode. But what I do is open a command prompt using "Run As Administrator" then browse to the 6i installers and install from that admin environment. If you are creating packaged forms 6i applications, I would strongly suggest investing the time to figure out how to script the 6i install for you clients. It can be a pain, but it is certainly much better than having to remember a gazillion different steps and make sure that you selec the approrpiate packages every time. The certainly don't need the full 6i environment, only the runtime portions.
    #4 When installing multiple versions of oracle client, we've always found it best to start with the oldest version first. Get it running and tested, then move to the next version. Test the new version, then the old, then change the old to work with the new. Rinse and repeat. Of course, this is not required and may be impossible (installing your 6i app on machines that have been running 10g for years where you don't want to have to reimage the machine), but that order is definitely helpful in determine those steps that must be taken to get all versions working at the same time.

  • Forms Runtime Process and OC4J - Can I separate them?

    Hello,
    I was reading a Oracle Application Server Forms 10g material.
    One thing that come to my mind was that can Forms Runtime Process
    run in physically different host than OC4J J2EE Application Server?
    Does anyone have any information of this issue?
    Cheers!

    Hi,
    you cannot separate the runtime from OC4J. But you can separate the HTTP Server from OC4J
    Frank

  • Forms runtime processes and prestart settings

    Hi
    I have an App Server 10.1.2.2.0 and this is running on Windows 2003 64-bit.
    In my formsweb.cfg file I have the following settings:
    prestartRuntimes=True
    prestartTimeout=0
    prestartInit=5
    prestartMin=5
    When I start Forms services I was expecting 5 runtime processes to start however I actually get 25. I'm not sure why but is this because prestartInit is multiplied by prestartMin? I thought there would be initially 5 runtime processes to start with and this would never go below 5, i.e. prestartMin=5.
    Any comments are appreciated.
    Thanks
    Andy

    Hi Andy,
    I agree with your expectation to see 5 processes. But maybe the others come from different configuration-Sections in formsweb.cfg.
    We have tested a bit with prestart, but I think our real requirement (let's say I want to have betweeb 5 and 10 spare processes available all the time and not only for q couple of time after restarting OC4J) cannot be fulfilled with IAS 10. Hopefully with 11 we'll see.
    kind regards,
    Mark

  • Forms Server 6i and iconic buttons

    Hi,
    I've seen this problem on the discussion boards here, and have followed instructions given, but i still cant get my forms to display iconic buttons. I have converted all my icons to .gif and they seem to be fine.
    My wdbsvr.cfg file contains this dirmap for the location of the icon gifs: "C:\ORANT\webdb\images /images/"
    and in the registry.dat for forms server i have
    default.icons.iconpath=http://rocko/images/
    default.icons.iconextension=gif
    and in my forms app, I put the icons as "myicon" (without the quotes)
    If put http://rocko/images/myicon.gif i get the icon i want. Everything SEEMS to be configured properly, yet I still dont see any icons. I'm using the latest version of JInitiator, in a separate frame. Can anyone see what i'm doing wrong, or give me any help? Please say yes!! :)
    thank you
    -Tristan
    null

    Hi,
    i think u might need to go to JInitiator and check Show Java Console(This will show u all the
    Directories and files Forms 6i reads at the time of execution).
    Try accessing your form on Browser, u might need to check, does it really reads below directory where u have u'r gif files
    C:\ORANT\webdb\images /images/
    May this helps u,
    Vikas
    null

  • Accordion section with Title and icon

    Hello Experts,
    I have an accordion control in my application. Can we have an icon along with the title in the AccordionSection?
    Something which is achievable in Panel title since it accepts sap.ui.core.Title in setTitle but accordionSection takes String .
    Thanks in advance.
    Regards,
    Archana

    HI Archana
    Here is an example.
    Look at the css section on how to add icon before the title. You can look up the icon hex code here.
    -D

  • 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.

  • Oracle Form Runtime (bug)

    Hi guys..
    I have created an application composed by 5/6 forms. I created a .BAT file that launches the main MENU form, that has all the related buttons wich call the other modules of the application. NOw the issue is the seguent, if I install the forms on the local machine I have no problems at all. But instead, if I install them on a server pc, I begin having very strange problems. For example, my main MENU forms gets launched without any issues, I press the first button on the main menu and my application starts, if I exit and then press another button, it literally EXPLODES. The forms runtime crashes and creates a DUMP file. Now the strange thing is that it doens't do it on every PC.
    Do you guys know anything about this ?

    Could it be that you have lot of other programs running in the server so there is not enough memory to run forms.
    Just curious, why are you using a combination of version 5 and version 6 forms?
    From your main form, are you calling both version 5 and version 6 fmx files?

  • Waiting orcle developer  forms runtime web ... long

    dear sir
    i install oracle app11i complete. when i use oracle . i login with user sysadmin.
    and choose some menu. it will load jinit 1.3.1.21. and install complete. i close web browser and login again. i choose same menu . it will load orcle developer forms runtime web. and show don't close this page .
    at address show -> http://app11.workgroup:8000/dev60cgi/ifcgi60.exe?lookAndFeel=ORACLE&colorScheme=BLAF&lang=US&env=NLS_LANG='AMERICAN_AMERICA.UTF8'+FORMS60_USER_DATE_FORMAT='DD-MON-RRRR'+FORMS60_USER_DATETIME_FORMAT='DD-MON-RRRR%20HH24%3AMI%3ASS'+NLS_DATE_LANGUAGE='AMERICAN'+NLS_SORT='BINARY'+NLS_NUMERIC_CHARACTERS='.,'&form_params=+config='app'+icx_ticket='.688897717'+resp='FND%2FAPPLICATION_DEVELOPER'+secgrp='STANDARD'+start_func='FND_FNDFFIIF'&encoding=UTF-8
    it will open java web name "orcle developer forms runtime web ". i waiting so long time. please help me or introduce me.
    my configuration
    p 4 630
    ram 768 mb
    hdd sata 160 gb
    os win2000 server sp4
    j2sdk1.4.2_11
    use cygwin instead mks
    thank you

    Hi,
    Try to clean up your browser's cache (msie: tools > options > ...) and oracle jinitiator's jcache directory (c:\proghram files\oracle\jinit ... ). Close your browser and try again.
    Regards,
    catalin ciontu.

  • Disable Form Runtime Diagonistic (FRD)

    Hi ,
    I have EBS (12.1.2) installed on linux , some user enable (FRD)at site level . I want to disable it .
    I have checked the profile options (ICX: Forms Launcher ) the value was (http://erptest.mcit.local:8003/forms/frmservlet)
    and (Forms Runtime Parameters) and the value is not set .
    Also i have checked the (appsweb.cfg) file under the (FORMS_WEB_CONFIG_FILE) looking for the (record) parameter but its no set.
    So please how can i stop the FRD

    Duplicate thread.
    Disable Form Runtime Diagonistic (FRD)
    Re: Disable Form Runtime Diagonistic (FRD)

  • Icon on Forms Runtime in Client Server

    Hi all ,
    Can we change the icon from Form Runtime on MDI window and Window with a customize icon? If yes how?
    Thanks
    Mustafa

    Hi Grant,
    I am still recieving that message. I have that file d2kwutl.pll it doesnt have any thing like d2kwutl60.pll or d2kwutl32.pll. Please let me know what to do. I am attatching this file. I am using forms 6i.
    I will appreciate your help.
    Thanks
    Mustafa

  • Updated FFox 8.1 form 6.3 and when I try to start it I get a message: Titled: XUL runner – "Could not load XRE functions"

    I tried to update FFox from Help at the top of the tool bar. It down loaded and one would normally expect it to update auto install normally but when it finished and closed FFox to restart like usual instead of restarting it gave a message that FFox was running and must be closed first. I could find no instance of FFox running in the status bar or in Task Manager Applications.
    So I logged off and back on to reset everything in case it was running in the background. I Tried the update from Help again. Same message just when FFox closed and attempted to restart saying FFox was running and must be closed.
    I used FFox to go to the FF site and read the help and problems section for 8.1 and saw a suggestion to Down load a copy of 8.1 and install it form desk top. So I did this.
    Before installing 8.1, I un-stalled the old one and rebooted then installed it form the desktop and rebooted. But when I clicked the Icon to start FFox it paused a moment --- I got a message Titled: XUL runner “Couldn’t load XRE functions”.

    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 8.0.x: http://www.mozilla.com/en-US/firefox/all.html
    Uninstall your current Firefox version if possible.
    *Do NOT remove personal data when you uninstall the current version or you lose your bookmarks and other data in the profile folder.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Help!!!How to run Form Builder and Forms Runtime together?

    Dear Friends,
    I am new to Oracle Developement and need your help.
    Everytime I click the RUN icon to run a form from the Form Builder, the Forms Runtime starts, however, closes my Form Builder the same time. After I closed the Forms Runtime, the Form Builder shows up as before.
    In another word, I cannot have both Forms Runtime and Forms Builder at the same time. How can I run the form without closing the Form Builder so that it's eaiser to modify the form and time saving?
    Thank you very much.

    Thanks. But I cannot make by using alt+tab. I know it is strange.
    I could do that before but I don't know what's wrong with it now because start of the Runtime automatically hide the Form Builder until I close the runtime. Does anyone have any idea or same experience of this? Any suggestion?
    null

Maybe you are looking for

  • How do I transfer my apps from an external drive to my new iMac?

    I just purchased a new iMac and am currently in the process of getting everything set up. My previous Mac was a powerbook, so there are many changes that I will be getting used to in the near future. My primary concern at the moment is getting my app

  • Missing fonts in Preflight NOT in document

    I'm using ID CS3 (5.03) and I'm relatively new to ID and Leopard. I've just started working with an editor who's using InCopy CS3 on a Mac and we've been having some font problems. I've just realized I'm going to have to update my font library to sta

  • After update 10.9 noise

    I noticed that after upgrading the OS to 10.9 vesão appeared one noise in speakers even with the sound off. What can it be?

  • Missing genius button and artwork bug

    I just updated my iPhone and I noticed somethings that annoy me. Firstly, the Genius button that used to be in the middle of the bar when a song was playing is now nowhere to be found. Second, now when I add artwork manually to my albums the artwork

  • IDoc parallel posting for message type of DESADV

    The DESADV (Delivery Advice) logic is complex and it takes long time than expected. We want to improve its performance by posting DESADV IDocs in parallel. Currently, the "Input type" of DESADV's function module is 1, which means parallel run is not