Can I invoke Oracle Form from web page?

Does anyone know how can I invoke an Oracle Forms form from an html page?

Hi Hans
That's what I thought re the url but I can't find out what it is, it briefly appears in the browser but then goes leaving me with the formsweb.cfg config url. I am running from the Builder on Windows 2000 and it's Forms 10g.
Marc

Similar Messages

  • Can i invoke Photoshop Scripting in web page?

    Can i invoke Photoshop Scripting in web page?

    hmmm...
    On the page in admin,we should have a button to export the  item to Photoshop.  A PSD of the entire should be assembled from the elements of the XML. This means that the text leading and tracking will need to be translated from server settings to Photoshop settings. Font sizes should also match.

  • Can we call an oracle form from OAF Page

    Hi,
    I have a requirement , wherein I should add a field to an existing OAF Page and when the user clicks on the field the oracle forms should open and after filling the details in the oracle form user will close the from and return to the OAF page.
    I would like to get some inputs on how this can be acheived.
    Please do help .

    Use this as an example.
    int orgId = pageContext.getOrgId();
    String destination = "form:SQLAP:DAV_PAYABLES_MGR:STANDARD:AP_APXINWKB_BATCH_SUMMARY_VIEW:INVOICE_ID=" invoiceId " ORG_ID="+orgId+" G_QUERY_FIND='FLASE'";
    pageContext.forwardImmediatelyToForm(destination);
    DAV_PAYABLES_MGR is the responsibility Key that you wanted to use and the user has that responsibility
    AP_APXINWKB_BATCH_SUMMARY_VIEW is the name of form. This is not the name of FMB but the form definition name
    Regards,
    Ravi.

  • Calling Oracle Reports from WEB Pages(JSP)

    We are using Weblogic as the web server, Oracle 8i as the database and JSP(Java Server Pages) as the scripting language.
    We need reports to be invoked and displayed to the browser. Is it possible to invoke Oracle Reports 6i reports from JSP WEB pages and display the output to the browser? How can we do this and what are the additional s/w requirements, if any?
    null

    yes it is possible. There is a cgi script called viewreport.cgi. Have the jsp page call it (GET or POST method) and place the user parameters inside the form.

  • Auto fill form from web page content

    I need to fill a field in a PDF form (version 8 or newer) with a value provided by a web page.  The webpage is a counter to provide a unique, sequetial number.
    I have been able to do this with Get() when using FormCalc, however I need more logic control than is provided in FormCalc.
    I have attempted to implement the logic with JavaScript and getURL. When I open the form the JavaScript Console indicates: "TypeError: xfa.host.getURL is not a function"
    Here is my code with some console diagnostics included:
    console.println("formEmailed = " + xfa.form.topmostSubform.formEmailed.value);
    if( xfa.form.topmostSubform.formEmailed.value == 1) {
      console.println("assignedTR = " + xfa.form.topmostSubform.assignedTR.value);
      if( !xfa.form.topmostSubform.assignedTR.value == 0){
        console.println("Getting URL...");
        xfa.host.getURL("http://somehost.com/index.html", true); //Get( "http://somehost.com/index.html");
        console.println("Field value = " + this.rawValue);
       // Verify a value actually got assigned
        if( this.rawValue.length > 0)
          xfa.form.topmostSubform.assignedTR.value = 1;
      } else {
        console.println("Not getting URL");
    Note: formEmailed and assignedTR are global variables.  The code is associated with the DocReady event.
    I have been unable to locate any examples of filling a field in a from from a webpage.
    Ultimately, I want the value from the webpage assigned to this.rawValue so that the value becomes part of the data in the form.
    Suggestions?

    Thanks.  I could not move the discussion, so I reposted to the LiveCycle forum.
    Here is the link to that discussion: http://forums.adobe.com/message/5696842#5696842
    Message was edited by: seeggy

  • How can I restore sliced image from web page?

    http://www.jimmyrea.com
    This website was created several years back with Fireworks and Dreamweaver.  The client wants to have some changes done, but wants to keep it pretty much as it is and they don't have much of a budget to work with.  Is there any way that I could restore the FW image png file from the web page?  The original png was lost.  Any assistance would be greatly appreciated.

    This may seem like closing the barn door after the cows have gone, but it's very important to keep your native project files on an external drive or in a zipped folder on your remote server in case you ever need them again.
    If you use Firefox.  Right click > Page Info > Media.  You will see a list of image files used on the page.  It may take some doing to reconstruct your Native Fireworks comp from these slices, though.  Depending on what needs to be changed, content vs cosmetic, you might be able to squeak by just editing a few slices.
    I would probably want to ditch the MM image rollover menus in favor of an easier to maintain CSS styled list menu.   Too bad the client can't afford a site wide re-design.
    Several FREE CSS menu systems here.
    CSS Express Drop-Down Menus  (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • (how) can I access Java APIs from web-page-hosted JavaScript?

    Can I access Java APIs from a web-page via JavaScript if I have a JRE installed on the client machine? And if so, how?
    Thanks in advance for your time and consideration.

    John L. wrote:
    Can I access Java APIs from a web-page via JavaScript if I have a JRE installed on the client machine? And if so, how?As far as I can remember that was actually possible in the very first versions of Netscape because Netscape really wanted to pretend Javascript and Java were meant to be used together. But they soon removed that functionality. Can you guess why?
    Because people were using the File/IO classes to easily steal or remove files on the harddrive, among other such niceties. You do NOT want to have such control from a web application. People will abuse it.

  • Pass string array to Oracle function from Web page

    Hi. I need to pass a two-dimensional array of string values to an Oracle function from an ASP.NET page. Is there an efficient way to accomplish this? I'm thinking I'll have to create a long string with special delimiters,
    |12345^4.000|67890^3.670|.....
    I'd parse the string on Oracle and break it into its component parts. In this example, each "record" is separated by the bar "|" and each field is separated by the up arrow "^". So each record has two fields.
    Is this a good approach? Your input is much appreciated. Thanks.

    In PL/SQL, it is easy enough to define a record type with two attributes and declare a store procedure that takes in an array of those parameters. I know that from Java it is possible to create and pass in such an array. I would suspect that the same is possible from .Net but I am not a competent .Net developer.
    Justin

  • Why can't i send info from web page AESdirect.gov

    I DO TRANSMISSION THROUGH TE WEB SITE AESDIRECT.GOV TO SEND INFORMATION TO U.S. CUSTOMS.
    THROUGH FIREFOX I CAN ENTER AESDIRECT.GOV WEB PAGE, BUT WHEN I ENTER MY INFORMATION AND SUBMIT IT TO U.S. CUSTOMS IT DOESN'T TRANSMIT IT. WHY.
    THANKS
    RAFAEL

    The following previous discussion may have something that will help: i can receive email but cannot send any on my new iphone5.  have followed suggestions. any ideas?
    Also, if you are using Gmail's 2-step verification, be sure you are using an application specific password: https://support.google.com/mail/answer/1173270?hl=en

  • Send PDF Form from web page

    Hi all. I have a web site with a PDF fillable form. Currently, customers must print and snail mail it to us. Most of them use web based mail, so the old mailto: function (which relies on email client like Outlook) is way out of date.
    I cannot find a solution in the forums. Can anyone tell me if I can wrap the form in php and use a php mailer to forward it to my sites mailbox? This would be similar to the standard Contact Us form submission.
    It seems Adobe would give some guidance here as this has been asked several times in the forums. Could really use some pointers. Assistance much appreciated.
    Bob

    > It seems Adobe would give some guidance here as this has been asked several times in the forums.
    They have.
    You have the Doc.submitForm method (listed in the JS API Reference) that will allow you to submit form data to a webservice. There are 6 code examples of how to use this method included in the API Reference as well.
    For XFA forms created in LiveCycle Designer, there is an "HTTP Submit" button as one of the default form objects provided to the user.
    You also have the entire "SOAP" object available to you in Acrobat JavaScript (again, covered in the API Reference) if you need to make very advanced webservice calls.

  • Trial question:  Can't open .doc files from web page

    I'm using Dreamweaver on a Mac, and I have a link on a page
    that should bring up a doc file. When I preview the page in Safari,
    it brings up a directory listing which highlights the file so that
    you can double-click and open the file. (Of course, I'd love for it
    to go ahead and open the file, but my understanding is that
    Dreamweaver Mac doesn't support that.) However, when I preview in
    Internet Explorer, I either get a message that the File is Not
    Found or it just spins and never brings up anything. The file is in
    the root directory of my site (same directory as my index.html.
    Any ideas?
    Thanks!
    Kim

    Do you have Word installed on your Mac? If you don't, it
    won't open.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "kshorb" <[email protected]> wrote in
    message
    news:eenckl$h3a$[email protected]..
    >I used code similar to that below, but the .doc file
    never opened in IE. I
    >did
    > find, however, if I link to a .pdf it works just fine.
    So I just went
    > ahead
    > and converted my .doc to a .pdf and changed the href.
    Maybe it's
    > something
    > specific to my computer... Thanks.
    >
    > <a href="yourdoc.doc">Click here to open Word Doc
    > </a>
    >

  • How can I extract images form other web pages with an applet?

    Hello
    I have a problem
    Here is my code
    import java.net.*;
    import javax.swing.*;
    import java.awt.image.*;
    public class Cursbnr extends JApplet{
    public JLabel EuroValue =new JLabel();
         public JLabel DolarValue =new JLabel();
         public JLabel GoldValue =new JLabel();
         JPanel EuroBar = new JPanel();
         JPanel DolarBar = new JPanel();
         JPanel GoldBar = new JPanel();
         Image EuroImg=null;
         Image DolarImg=null;
         Image GoldImg=null;
         try{          
              EuroImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/eur.gif"));
              DolarImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/usd.gif"));
              GoldImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/xau.gif"));
    catch (MalformedURLException e) {
         System.err.println(e);
    When I run this applet whith eclipse it's working, but when I put the class file into a html and I ran the html it's not working
    What can I do?

    Duplicate of this post, reply there: http://forum.java.sun.com/thread.jspa?threadID=670274&messageID=3918814#3918814

  • Can't open pdf files from web pages

    I recently upgraded to Adobe Reader 8.1. Now I cannot open pdf files from email attachments. Advises to set Adobe Reader as default in folder options. When I try to do so, it appears to be OK, but still will not open files from emails.

    [email protected] wrote:
    > I recently upgraded to Adobe Reader 8.1. Now I cannot open pdf
    > files from email attachments. Advises to set Adobe Reader as
    > default in folder options. When I try to do so, it appears to be
    > OK, but still will not open files from emails.
    Did you check the settings of your mail client for handling attachments?
    Rainald

  • Call Oracle form from pl/sql

    Dear All
    How can I call Oracle form from pl/sql and open this form to end user
    many thanks

    Hshihadah wrote:
    how can I show this form to specific client ?What client?!? Database PL/SQL is executed within a process on the database server, it's not something which is executed on the client. Could you please elaborate a little bit more?
    By now I have not the faintest clue if you want to
    - call a form from another form ( call_form )
    - call a form within a database process (?!?)
    - call your form from a client you did not tell us (probably APEX?!?)
    For the case you really meant to call a form within Database PL/SQL: Just in case you didn't recognize it, but the database is perfectly capable of PL/SQL and as calling a form within a database process is a one-way street as you cannot interact with it there is no point at all in writing the things you want to do in forms. If you want some PL/SQL code executed on the database then...well...put it in a stored procedure in the database!
    cheers

  • Calling Oracle Standard Form from OAF page - Need to hide the find screen.

    Hi all,
    i have a requirement where i need to call a oracle standard form(D2K form) from OAF page and need to pass parameter. Now i can able to call a form from page on button click using the following syntax,
    "form:AR:US_AR_SUPER_USER:STANDARD:AR_ARXCWMAI_AGE"
    My query here is, When i call this form its open with find Form and after values are entered it goes the main form.
    I need to hide this find screen which is avaiable in standard and need to call directly the main form with out find form.
    Please help me out to reach this.
    Thanks in advance.
    Regards,
    Renu

    You need to pass the parameter to the actual form to display the results something like "form:AR:US_AR_SUPER_USER:STANDARD:AR_ARXCWMAI_AGE&P_PARAM=123", assuming P_PARAM is the actual parameter defined in the form. Open the form and check which parameters are available and pass the values accordingly.
    Thanks
    Shree

Maybe you are looking for

  • Oracle where do I put it?

    I will be creating some jsp, java, jdbc applications that I will use to connect to different oracle db's all over the state. I have the standard Oracle Db on my system, but I havent really put it anywhere. I did a cpio on it and it created and extrac

  • How to set rdlc report tablix to show record in one page

    hi all, i am in trouble to solve this. i want to show the report in the manner in which the tablix column 1 record should continue in the same page in column 2. LIKE THIS: column1      column 2 1                      6 2                     7 3      

  • Switching between widescreen and 4:3

    I originally setup a project in 16:9 format. And at a later date, realized it needed to be 4:3. It seemed like iMovie switched it over as I simply selected to convert it through the pulldown. But when I go to reburn and play the dvd on a regular 4:3

  • Been given an iphone 4 by a friend and need to unlock so can use my own SIM

    I was given an iphone 4 by a friend but upon putting my SIM in, I realised he'd not unlocked the phone! He isn't able to unlock the phone via his contract (he has a new iphone) because the IMEI isn't showing on his account and it tries to unlock his

  • XI JMS Receiver Won't Pickup First Message

    I have a XI scenario that sends an acknowledgement back to a MQSeries queue that is currently working inconsistently. Here is the scenario: XI picks up a message from a MQSeries (version 5.3.1) queue and sends it to an ECC 6.0 system as an IDOC.  Onc