Window "Developer Forms Runtime-Web". Help me, please.

I have instaled Developer Server 6.0 (Unix).
When I'm runing my application in the browser of PC (jinitiator 1.1.7.18), apears the window "Developer Forms Runtime-Web".
Is it possible that this window no display?

I am not positive that I know what you are refering to but I think you are talking about the splash screen that comes up before you see your form. You can suppress this screen by setting the splashScreen parameter in you html file to NO. i.e. Assuming you are using IE, <PARAM NAME="splashScreen" VALUE="no">.
HTH
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Encarna Requejo ([email protected]):
I have instaled Developer Server 6.0 (Unix).
When I'm runing my application in the browser of PC (jinitiator 1.1.7.18), apears the window "Developer Forms Runtime-Web".
Is it possible that this window no display?<HR></BLOCKQUOTE>
null

Similar Messages

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

  • Nothing display in Oracle developer forms runtime-web...

    i have started OC4J instance,no compilation error showed,when i run the form module nothing display in Oracle developer forms runtime-web.
    how to resolve this?

    Hi skud
    Pls state ur Os, Forms Version and the JIntiator Version from the control panel
    if u r using forms 10g pls may be u forgot to set the following form the Form's menu
    Pls Select > Edit Menu > Preferences > RunTime Tab > Set the Browser u have to use.
    Hope this helps...
    Regards,
    Abdetu...

  • Run or display the output in Oracle developer form runtime web

    Hi guys,
    I have installed oracle forms10g in windows 7. im using firefox v.2. when i run the form, the Oracle developer form runtime web is not opening. the output is display in the mozilla firefox itself.
    but how to run or display the output in Oracle developer form runtime web?
    Thanks in advance

    What's the problem? What do you mean with the form, the Oracle developer form runtime web is not opening and the output is display in the mozilla firefox itself?
    Is the Form open or not? If you see you form, where ever, then the "runtime" is running!
    Is it displays within the browser window? But you expected it in an own window?
    If that's the case you have to set separateFrame = TRUE in fomsweb.cfg.

  • Developer Forms Runtime window

    When i run a form in the web with jinitiator 1.1.7.18 it apears a window (Developer Forms Runtime - Web) in the screen. Inside this window appears my form but i dont4t see all my form. Is posible to hide the runtime window or maximize my own form window?

    Well that is not a big problem.
    use the code below
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,Your Title');
    i think this will solve your problem.

  • 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-Web in java screen. Help me, Please

    I have instaled Developer Server 6.0 in Unix and Jinitiator 1.1.7.18 in PC.
    My page html has parameter: separateFrame value=true, because I want my application run outside of browser in PC. Then my application apears inside of java screen.
    Is it possible that java screen no display?
    Thanks.

    Why are you using an undocumented and sun proprietary resource bundle? You do want to get a list of all countries? Change your code to use your own properties file with all countries, not some proprietary stuff. That's asking for trouble in portability, as you've encountered now.

  • I can not seem to get itunes downloaded onto my desktop computer. I have windows vista. Can anyone help me please?

    Can someone help me download itunes onto my desktop computer? I have Windows Vista. When I try to download itunes this is what pops up "this instillation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package." So with that said can someone please tell me what is going on I have tried everything I know?

    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.
    Also see:
    iTunes: How to share music between different accounts on a single computer

  • Itunes does not show my Ipod Touch. I have Windows 7 64 Bit. Help me please.., Itunes does not show my Ipod Touch. I have Windows 7 64 Bit. Help me please..

    Last week i bought a new computer/ Laptop. I use Windows 7 and 64 Bit. I downloaded the latest version of itunes. I plug my ipod touch into the computer but itunes doesn't show my ipod. I can not do anything now. Please  help me.

    Did you already try the troubleshooting here? iOS: Device not recognized in iTunes for Windows

  • Forms Runtime Web - R12

    Hi,
    We installed a vision on our Linux box. The installation was successfull. All the services are started.
    1) The login page is working
    2) Selecting responsibility page is working
    3) When we are chooisng like concuurent --> Adminster the forms run time web page is just popping up and disappering.
    --> We cleared Jcache
    --> We cleared all temporary related files
    ---> we uninstalled and installed J2se plugins
    ---> we bounced the services
    But still No Luck...ANy quick idea will be helpful

    Also try lowering your IE security settings to see if that solves the issue
    HTH
    Srini Chavali

  • Windows 7 and Palm Centro help needed please

    Can someone recommend an inexpensive blue tooth external adapter that is compatible with Windows 7, 64 bit so that I can sync my Palm Centro?
    Thank you.
    Post relates to: Centro (Verizon)

    dottylibrarian wrote:
    I have the same problem. Had an XP computer. Now have a Windows 7. Installed the software from CD but I'm sure there must be a driver for Win7.   I have a 64-bit computer.  Cradle won't sync.
    The CD that came with these handhelds does not have a 64-bit driver. Neither does Palm Desktop 6.2.2. But the company that took over PalmOS did make one. 
    Read this thread for information on installing the Palm Desktop 64-bit drivers.
    Note: these are 3rd party drivers and not supported by HP.

  • Forms runtime just hangs on startup

    When I try to run any form, a blank "Oracle Developer Forms Runtime" window comes up and then nothing else happens. The same thing happens consistently if I try to run from a server with JInitiator 1.3.1.13 (or apparently any server) or with local OC4J instance using JInitiator 1.3.1.9. Other users can run the same forms from the same server(s). The problem started suddenly with no system updates that I know of between working and not working states. OS and browser: XP And Explorer with SP2 (but Forms behaves the same way if I try Netscape 7). Any Ideas...?
    Sample Java Console output:
    Oracle JInitiator: Version 1.3.1.13
    Using JRE version 1.3.1.13-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Test
    Proxy Configuration: no proxy
    JAR cache enabled
         Location: C:\Documents and Settings\Test\Oracle Jar Cache
         Maximum size: 50 MB
         Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://<server name removed>:7777/forms90/java/f90all_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0

    What happens if you run
    http://<server name removed>:7777/forms90/f90servlet
    Does the test form show?It behaves in exactly the same way: no form shown and Java Console doesn't show anything past that "Forms Applet version". I know that I haven't changed anything in my local Forms Developer/OC4J environment since it was working. I tried removing JInitiator(s) and having them reinstall automatically by trying to run a form and the download and installation worked flawlessly but it didn't help with the problem. I suspect that something in my Windows system is blocking JInitiator but what could it be?

  • CSS renaming for a web help project

    Hi all,
    I can easily see how to rename a master page for a robohelp project, but how does one go about renaming .css stylesheets name for a web help project please?
    i.e
    before...  name1.css
    after... name2.css

    If you just want to rename your CSS file you can do this by right clicking on it in the Project Manager tab and selecting the Rename menu item. However if you want to create a copy and call the copy something else, you'll have to do this manually in Windows Explorer. Once you've done that, just assign the new CSS file to your topics via the Topic Properties.

  • Changing the window type at runtime is not allowed

    Hi,
    I am executing a smartform.When we do the print preview,we get the following message:
    "Changing the window type at runtime is not allowed"
    Please let me know if you have pointers to this error.
    Thanks.
    On further search,we found that the perform
    PERFORM set_late_window is illegal to use in ECC6.0
    We checked note No. 359009,shifted the source code node to the window for which the perform is used.Still the same error shows while executing the smartform.
    Please suggest what needs to be done for the same.
    Edited by: p317980 on Jun 27, 2011 10:06 AM

    Hello Aidan,
    Thanks for your prompt reply.I did as you suggested,but the perform still exists in the form,just it has been shifted to window which calls the perform.I activated the form & its working with just the error that standard text does not exists.
    Thanks a ton!!!!!

  • 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

Maybe you are looking for

  • How do I set the default printer to pdf in Firefox 8?

    Wish to set default printer to PDF, in specific folder. Always tries to print to .ps in my home folder. Using Linux, Fedora 16. I have had the same problem in Fedora 14.

  • Automator: How to create a PDF contact sheet?

    Hi, I'm trying to create a PDF from multiple images in automator. The PDF should contain: First Page: A contact sheet with all images Following pages: One page for each image Any idea how to achieve this? I don't even get the contact sheet working –

  • MR8M reversal

    Dear All, we have an issue concerning the entries from MR8M (cancelation of IV) ex: Miro is posted with exchange rate diff. Cr. Supplier Dr: GR/IR Dr: Account for realized gain or loss when cancelling the previous entry from MR8M the result is : Dr.

  • Do integrity checks by file comparison really work?

    Hello, I use a program (Beyond Compare) which has a Folder Compare module, with a function for doing a binary comparison between the files inside two folders. I use it to check the integrity of my backups, by comparing my main hard disk files, with t

  • Help with this requriement please please very very very urgent

    on the selection screen i have 1.material no as select-options from table mara 2.material type as parameter from table mara 3.plant as select-options from table marc my requirement is that based on material no i should get material type and plant i k