Oracle Forms launching a Web application

How can I launch a JAVA WEB application from a button on a form that runs in a Client/Server application?? Is there something to launch the http???

please help. sry if it is a repost

Similar Messages

  • Oracle forms to j2ee/web application

    Hello all,
    I need help with converting "oracle forms" to j2ee/web application. There are only 2-3 forms. But I needed to know how to do it from scratch. I looked at some softwares available to do it. But its costly.
    Basically the company I am working with, needed all the forms online, so that they can access it using a browser. As part of the development, I am using jdeveloper 10g.
    could some help me out
    Thanks a lot
    san

    Well if you need your Forms accesible from a browser you don't need to convert them to Java - you just use Forms on the Web - http://otn.oracle.com/formsupgrade
    If you still want to convert to Java have a look at the Forms page for more info:
    http://otn.oracle.com/products/forms
    and also here:
    http://www.oracle.com/technology/products/jdev/collateral/4gl/formsdesignerj2ee.html

  • How to run others application in Oracle Forms on the web version?

    How to run others application in Oracle Forms on the web version?

    Pang,
    guess that you want to start client side programs from Forms on the Web. There is a sample on OTN (host bean) that allow you to acces sthe client and start executables.
    Frank

  • Oracle Functional Testing for Web Applications for Oracle Apps

    I am trying to test Oracle Application 11i and R12 using Oracle Functional Testing for Web Applications.
    In 11i:
    If i open any forms then then the Application is getting crashed whereas it's recording the html events.
    In R12:
    If i open any forms then the Form is getting opened but it's not recording the events happening on the forms
    whereas it's recording the html events.
    Please let me know whether Oracle Functional Testing for Web Applications supports can be used to test Oracle Apps 11i/R12 including the Forms.
    Regards,
    Arun

    Hi,
    AFAIK, there is no official document which states that "Oracle Functional Testing for Web Applications" is certified with Oracle E-Business Suite 11i/R12. I assume it should work with Forms 10g but not with Forms 6i, so it should work (does not mean it is certified) with R12.
    I would suggest you log a SR and confirm this with Oracle Support.
    Regards,
    Hussein

  • Need to Find Total number of InfoPart form in our Web application

    Hello,
    We have to find total number of Infopath forms in our web application. IS there any Power sheell Scripts or anuthing which can output the Infopath Forms location and file count .
    Thanks
    Kundan

    How about something like:
    Get-SPWebApplication http://yourWebAppUrl |
    Get-SPSite -Limit All |
    Get-SPWeb -Limit All |
    Select -ExpandProperty Lists |
    Where { $_.GetType().Name -eq "SPDocumentLibrary" -AND -NOT $_.Hidden } |
    Select -ExpandProperty Items |
    Where { $_.Name -LIKE "*.xsn" }
    Select {$_.Web.Url}, Url
    The above will list all of the files. Do you need counts by library, by site or other?
    Mike Smith TechTrainingNotes.blogspot.com

  • Launch All Web Applications in browser using PowerShell

    Hi Admins,
    I am working on a Script where I should be able to launch all the web applications in the browser to open in tabs.
    I have worked out with the following script and was able to come upto an extent where I am able to launch the Internet Explorer.But ....only 1 web app opens up and throws an error message :
    Exception calling "Navigate" with "1" argument(s): "The interface is unknown. (Exception from HRESULT: 0x800706B5)"
    Below is my script
    Add-PSSnapin Microsoft.sharepoint.powershell -ErrorAction SilentlyContinue
    $webApps = Get-SpWebapplication
    foreach($webapp in $WebApps){
    $URL = $webapp.URL
    $ie = New-Object -ComObject InternetExplorer.Application
    $ie.Navigate($URL)
    while ($ie.busy -eq $true) {
    Start-Sleep -Milliseconds 600
    $ie.Visible = $true
    Can anyone help me know where I am making the mistake ?
    Regards

    Hi,
    As I understand, you want to lunch all web applications in browser using PowerShell.
    I can achieve it by the PowerShell code below:
    foreach($webapp in $WebApps){
    $ie = New-Object -ComObject InternetExplorer.Application
    $URL = $webapp.URL
    $ie.Navigate($URL)
    $ie.Visible = $true
    You can try it and check it if can work.
    For the error message, I recommend to run the SharePoint Management Shell as administrator or turn off User Access Control and then check how it works.
    Best regards
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]
    The above code will open 3 different browser. OP requested to launch all web application in different tabs. To achieve this we need to use the code below
    $webApps = Get-SpWebapplication
    $ie = New-Object -ComObject InternetExplorer.Application
    $ie.Navigate($webApps[0].URL)
    for($i=1; $i -le $WebApps.length-1; $i++)
    $ie.Navigate2($WebApps[$i].URL,0x10000)
    $ie.Visible = $true
    Regards Chen V [MCTS SharePoint 2010]

  • Send an email to all user in Oracle Test Manager for Web Applications

    I have administrator access to Oracle Test Manager for Web Applications. How can I send email to all user in the system (Oracle Test Manager for Web Applications)?
    Thanks
    Katherine
    Edited by: Katherine on 20/12/2010 16:38
    Edited by: Katherine on 20/12/2010 16:39

    Hi ,
    You can create a single dynamic distribution group with the condition to have only the mailboxes in exchange as its members . Then when a person send an email to that  Dynamic distribution group it will get distributed to all the mailboxes
    in exchange.
    Note : Most important feature in the dynamic group is that the membership of that group will be maintained automatically and also along with that we can have group membership by defining the recipient types/OU /rules.
    I agree with ED and also based on my knowledge you cannot achieve your scenario without Distribution groups or dynamic distribution groups.
    Thanks & Regards S.Nithyanandham

  • Launch oracle form from an ADF application

    Hi All,
    I am using Jdeveloper 11.1.1.7.
    Is there an integration process where in I can launch an oracle from from an ADF web application?
    Best Regards,
    Ankit Gupta

    ankit481
    I think you might be interested in http://formadfapp.com/.
    Stoyan

  • Oracle Forms on IBM Web Sphere Application Server  and BEA Application Serv

    Hi,
    Can we run Oracle Forms on top of IBM web phere or Bea application servers?..
    If possible, please give the steps that we need to follow to make it run on them

    I've seen this asked before and the general repsonse was : don't do it , it's not worth the hassle. Apart from anything else you'll still have to pay the license fees for the Oracle Application server ....

  • Running Oracle form 10g in web

    Dear all,
    What components do i need to run a form 10g on web?
    I have developed a form already and it runs on a browser of the machine i used to develop it. I want to run it from another machine via web, what should i do?
    Thanks and regards,
    Steve

    Hi!
    On your develop machine open the formsweb.cfg in %developer_home%\forms\server
    with the text editor of your choice.
    Scroll to the end of the file and create a new config entry:
    This is for use with Jinitiator without webutil:
    [your_config_name]
    form=your_form_name.fmx
    WorkingDirectory=x:\your_fmx_path
    lookAndFeel=oracle
    # leave userid empty to force manual login
    userid=user/password@database
    baseHTMLjinitiator=basejini.htm
    archive_jini=frmall_jinit.jarTo call your application from the other client machine use
    *{noformat}http://developer_machine:port/forms/frmservlet?config=your_config_name{noformat}*
    Regards

  • Oracle Forms Over the WEB

    We are still using Oracle 7.3.X DB and Oracle 10.7
    we have successfully developed a forms program using Developer/2000 Rel 6
    We now want to web-enable it - allow end users to use Java enabled browser.
    We have setup Apache Web Server on Win NT 4.0 for the Middle Tier.
    We checked that for the Middle Tier, we need :
    - Oracle Application Server 3.0.2
    - Oracle Forms 2.4 / 2.5
    - Oracle Reports 2.5
    - Character and/or GUI (SmartClient) or NCA Configuration
    I am thinking :
    - we want to explore ways of not upgrading to 9iAS. If we can still get hold of OAS 3.0.2, Forms and Reports 2.5 .. and install them on Win NT 4.0, I think it can still meet our needs. What are your opinions ? Is this a lost cause ?
    - does Oracle Forms + Reports 2.5 really need OAS 3.0.2 ? Can't we just install them on NT 4.0 + Apache Server and use Jinitiator 1.1.7.18 on the clients ?
    Thanks in advance.

    Surjadi,
    I think you can use the Apache server for your webforms. I've done so with Apache+webforms 6i and Netscape Fasttrack + webforms 6i. You have to define some url's like the place where webforms can find the jar-files.
    But your are using Apps 10.7 and it is a good idea to talk to Oracle first. There are good documents on metalink about settings
    Applications (oracle financials 10.7) need in order to use webforms.
    Kind regards,
    Ivan Saez

  • How to migrate my oracle forms 9i and reports application..

    Hi,
    we have this budgeting application developed in oracle forms 9i,reports integrated in oracle portal. Now we have to move this application from oracle 9i to oracle 10g and have to integrate it with new portal again.
    Can anybody pls help me how do I migrate this application to oracle 10g AS and integrate it with portal so exact replica which was on oracle 9i portal is there on my new oracle 10g integrated within the portal.

    Are you currently deployed on the web or as c/s. Generally speaking for upgrading Forms its a case of open in the builder, regenerate and run. For c/s to web there may be some extra steps to do but generally speaking most Forms will run out of the box.
    CHeck out otn.oracle.com/formsupgrade
    There is also a batch option to help you and there are of course Oracle partners who can help as well.
    Regards
    Grant

  • Do you neeed help upgrading your Oracle Forms to the Web?

    If you are looking for help upgrading your Oracle Forms applications to the Web, join Oracle's partner for free internet seminars and see how they can help you.
    These seminars feature partners specializing in character mode to the Web migration.
    Seminars are scheduled online on Feb-13 and 14 11:00am PST (California time).
    To register:
    http://oracledirect.oracle.com/iccdocs/seminarList.shtml

    Hi, We are in the process of converting our inhouse developed applications (Forms 5.0 and Reports 3.0) into web enabled one. Since I am outside the US , I am unable to attend the free seminar help recently. I would appreciate your help in sending any documentation/handouts on the current topic. This will help me a lot.
    Kind Regards,
    Pandian
    Muscat

  • Viewing Icons in Oracle Forms on the Web - any solutions?

    Has anyone had problems viewing icons when deploying forms on the web? In client server mode it used to be .ico files. I recently converted our files to .gif and added a register UI_ICON to recognize the icon images when running the forms. I still cannot get the images to appear (icons on buttons). Am I missing something? I am using Oracle Forms 6i Release 2 on Oracle9iAS (1.0.2.2.2a) platform.
    T.J.

    Read about registry.dat in this document:
    http://otn.oracle.com/products/forms/pdf/forms9icstowebmigration.pdf
    page 18.

  • Oracle C# ODBC and Web Applications

    I need some web applications that access an oracle server (database) with odbc connection using C#.If anyone can help me or give me any suggestions on where to begin this I would so appreciate it. It has been a while since I have used Oracle. I have been using ASP.NET C# and Sql. Please email me if you have any answers or ideas.
    my email is [email protected] or [email protected]
    With Much Appreciation .
    Mathieu

    DO you have, or did you ever have, any other Oracle product or Oracle OBDC driver on the system?
    Also - please provide the complete DSN definition. (If you are using 'orcl', change it to 'XE')

Maybe you are looking for

  • Theory of MacBook Air + iTunes

    The MacBook Air's max hard disk is 80GB, the same size as the currently-bulging HD in my 2001 laptop. Maybe the Air can't fit the current 120GB or 160GB 1.8" drives because they're thicker. However, 25GB of my 80GB is the iTunes music folder, so here

  • Right my iphone 4s will not connect to wifi .

    Hi I have had my 4s somtime now and it will not me let me connect to any WiFi every time I try it just tells me it is the wrong password and I no it is  not the wrong password it happens on any hubs I go and don't understand why when it's the right p

  • XA Global transaction

    Hi, I am unable to create a global transaction project.The project consists of a DB adapter that is polling a table,then using a mediator,it is putting the records into a queue using JMS adapter.But i am unable to make a global transaction happen as

  • Hii, i just wanted to know if i backup my iphone, when i need that information again where do i find it

    hii i just want to know what happens to the information that i have on my iphone when i back up it... i mean when i really need that information where is it going to be THX

  • Help With Error 4702

    Hi I have been working on a project for my senior design and It has been working perfectly till someone in my group tried running the VI on there laptop. They keep getting Error 4702 from within this SubVi but when I run it on my Laptop it runs fine.