Deplay a form on the net

Hello,
I'm a student from Holland. On this moment i'm doing a research
on oracle programs.
I have made a form with Oracle Developer forms 6.0 and i want to
deploy it on the internet.
I heart that i need Oas 4.0 to do so. But how?
What is the easiest way to do so?
Thank you for your help.
Jeffry
null

Jeffry (guest) wrote:
: Hello,
: I'm a student from Holland. On this moment i'm doing a research
: on oracle programs.
: I have made a form with Oracle Developer forms 6.0 and i want
to
: deploy it on the internet.
: I heart that i need Oas 4.0 to do so. But how?
: What is the easiest way to do so?
: Thank you for your help.
: Jeffry
Hi,
Well, there's no easy way of doing it. Of course no pain, no
gain. Anyway, some of the general steps I can share with
you are as follows:
Products required:
1. Oracle 8.X database
1. Install Oracle Developer 6.0
2. Install OAS 4.0.7
3. Install Oracle Jinitiator 1.1.7.11 (if you're using Netscape
browser. If you're using IE, then you need some other plug-ins)
Steps:
1. Configure your application server. Setup HTTP listeners,
virtual and physical directory mappings, create and configure
forms cartridge.
2. Create base cartridge HTML file
3. Create NT Service and set registry variables.
4. Run the form on the web through the browser.
Well, that's about it I can provide. Hope you will have some
general ideas.
null

Similar Messages

  • Forms on the net

    Hi,
    I am studying the migration of Oracle's Forms6 onto the web and therefore I'm looking for the best way to do so. I have little experience and I'm glad for any help.
    Are there any existing applications?

    Install Oracle Forms Server.
    Download and print from http://technet.oracle.com/docs/products/forms/doc_index.htm
    the PDF document
    Oracle Forms Developer Release 6i: Deploying Forms Applications to the Web with Oracle Forms Server
    Read it carefully and follow the instructions.

  • Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • FileNotFoundException while trying to run a form on the web

    Hi,
    I've installed Forms Server on Windows NT. I'm trying to run the test form on the web, and in the java console window I'm getting the following message:
    Oracle JInitiator version 1.1.7.30
    Using JRE version 1.1.7.30o
    User home directory = D:\WINNT\Profiles\07223
    JAR caching enabled.
    Cache directory: D:\PROGRA~1\Oracle\JINITI~1.30\jcache
    Maximum cache size: 50000000 bytes
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    Unable to contact http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    java.io.FileNotFoundException: http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Compiled Code)
    at sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRedirects(Compiled Code)
    at sun.applet.JARCache.beginStoring(JARCache.java:348)
    at sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java:218)
    at sun.applet.JinitAppletPanel.loadJarFiles(Compiled Code)
    at sun.plugin.AppletViewer.loadJarFiles(Compiled Code)
    at sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:588)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Any ideas as to why this is happening, and any suggestions to resolve this is highly appreciated.
    Thanx in advance.
    VL

    I've installed Forms Server in another Oracle home called 'dev6i'. I've the f60web.jar and 11 other .jar files in \dev6i\forms60\java directory. I've installed the forms server successfully (I can say this because I was able to run the test form successfully couple of times, until I installed reports server in the same Oracle home. Then it started giving this message in the java console). I've also installed Webdblistener. My reports test page is displaying correctly though. Any ideas what might have happened??
    Thanks
    VL.

  • How can I fill in a form, save the form such that it cannot be further altered, and email it as it was saved?

    How can I fill in a form, save the form such that it cannot be further altered, and email it as it was saved?  I created a form with 5 fields.  It is a form letter that is intended as a receipt for funds received.  I want to fill in the date, name, amount received, etc., save the form with inserted data fields so they can't be further altered, and be able to email it as a complete unalterable PDF document.  What I'm doing now, is filling in the fields, printing it, scanning it, and emailing it as an unalterable document.  The document was created on a Mac using Adobe Acrobat Pro version 10.1.13.  The document is filled in on a PC that only has Adobe reader on it, printed, scanned and emailed as an attachment. There must be a better way! 

    If you have access to a ASP.net Web Server, then the submission could be FLATTENED with FDFToolkit.net and emailed without client-side email software by only using Adobe Reader.
    For more information check out the following websites:
    http://www.pdfemail.net/examples/
    http://www.fdftoolkit.net/examples/

  • Using custom table model with the Net Beans JTable

    I am using the net beans editor to create an application. For the JTable that net beans provides, I would like to use my own Table Model instead of the default one that is provided. How do I specify to the form editor that I want to use my own TableModel instead of the DeafaultTableModel?

    I am using the net beans editor to create an application. For the JTable that net beans provides, I would like to use my own Table Model instead of the default one that is provided. How do I specify to the form editor that I want to use my own TableModel instead of the DeafaultTableModel?

  • What's the correct form of the URL for wiki calendar access in iCal?

    I understand the URL for my personal calendar "server.domain.net/webcal", but whats the URL for a wiki calendar? Under SL I used to access wiki calendars in iCal using a URL of the form "server.domain.net/principals/wikis/<wiki_name>" but this no longer works.

    Nevermind I figured it out. The correct form is "server.domain.net/principals/__uids__/wiki-<name of wiki>/"

  • The Net Pay generated by the system is wrong

    Hii ,
    i have an issue for payslip.
    The Net Pay generated by the system for an employee for the month of Oct.09 is wrong.  When i  analyse the payslip, the difference between the Gross Earnings and the Deductions is different from the actual Net pay. 
    Please help , i have checked in form . In earnings column total is calculated correctly and deductions also but there is excess amount in net pay.

    Hi ,
    i have checked cluster for the same but net payment /560 is calculating wrong amount which is on payslip
    as per understanding /560 = /550 + /110 so i have calcualted that amount bt it is giving some other amount
    where shoud i check the processing of the /560 in detailslike which all other wagetypes are included in this
    thanks for the reply

  • The net price is calculated incorrectly for service items in contracts

    The net price is calculated incorrectly for service items. Iu2019m creating a contract for services, transaction ME31K (without service master). At the services level Iu2019m adding u201CConditions Supplementsu201D:
    -     PRS (gross price) =1000 EUR
    -     Z999 (discount) = -100 EUR
    -     ZPRS (cost) = 1500 EUR
    The gross price is calculated correctly = 2400. My problem is with the net price, with this example the net price is just 1500 this means that is just considering the condition ZPRS.
    Where can I customize the net price determination to considerer all price conditions?
    Thanks in adavnced

    Hi,
    In the service industries area, SAP uses two calculation schemata,       
    MS0001 for contract/master services (Z999 must be added to MS0001) and otherwise, MS0000. Assignment    
    occurs according to the Customizing settings defined under     
    'Materials Management -> External Services Management -> Maintain        
    Conditions for Services -> Conditions: Schema for Services'. If you want 
    to use another calculation schema for contract/master services, you must 
    define this with an own entry under Maintain Conditions for Services ->  
    Variable Calculation Schema for Services', for example, in the form 'K   
    WK value contract MSxxxx service schema', if a corresponding schema      
    MSxxxx has been defined first.       
    If Z999 is a header discount for the service outline level, it must be added to MS0002.
    Like the standard  discount condition type ZA00 the Z999 must have Cond. class   A  for Discount or surcharge in the condition type setting in the customizing, and no access sequence should be assigned to it.
    Please read the notes 798798 and 353482.
    Regards,
    Edit

  • How to rid/hide or ? URL hypertext browser langage when sufing the net??

    Is there a way with ver 4.5 (Pearl 8130) of hiding or shutting off the hypertext browser language when one just 'surf's the net' with the phone? It seems one has to go thru a myriad of this in-depth URL stuff just to read over topics, items of interest and etc.  I am not talking about the "clickable URL links." All help appreciated.

    yup, it's works. Now the parameter form shows.
    But when I have key in the values for all these parameters and press the submit query button, the report server return an error.
    Oracle Reports Server CGI - Key "" is unrecognized. Possible causes: bad URL syntax; key in URL was not found in the key map file
    Why this will happen?

  • In SE30 hit list, please help me to understand the GROSS and the NET column

    Here a line from the Hit List :
    Call       = Perform TRANSFER_TO_UNIX  
    Number = 6
    Gross    = 5662 microsecond
    Net       =  810  microseconds
    The whole program execution takes 1.705.253 microseconds.
    Can somebody explain me the meaning of the GROSS and the NET time using this example ?
    The routine TRANSFER_TO_UNIX   has been executed 6 times. That is clear.
    Is the gross time the total time required for a call or for 6 calls ?
    => following documentation , "the gross time is the total time required for A call. This includes the runtime of all modularization units and abap statement called by the subject."
    => but following a blog read on this forum, the gross time is “the total times, not the times per execution”.
    That confused me very much ….
    Can somebody clarify that for me ?
    Also, what I don't understand at all is the NET time
    => following documentation, the net time “is the gross time less the time required for modularization units (MODULE, PERFORM, CALL FUNCTION, CALL SCREEN, CALL TRANSACTION, CALL METHOD, CALL DIALOG, SUBMIT), and for the ABAP statements listed separately. For statements such as APPEND, the gross time is the same as the net time.
    If the gross and net runtimes of a call are different, the call must either contain further calls or modularization units”
    Here is the code of the routine :
      add 1 to w_nb_ok.
      clear l_record.
      l_record-gpart = <f_vkont>-gpart.
      l_record-vkont = <f_vkont>-vkont.
      l_record-mahnv = <f_vkont>-mahnv.
      l_record-zzfbdate = <f_vkont>-zzfbdate.
      l_record-zzcastatus = <f_vkont>-zzcastatus.
      l_record-ktokl =  <f_vkont>-ktokl.
      l_record-regiogr_ca_b =  <f_vkont>-regiogr_ca_b.
      l_record-mahnv_new = <f_vkont>-mahnv_new.
      l_record-zzfbdate_new = <f_vkont>-zzfbdate_new.
      l_record-zzfbdate_upd = <f_vkont>-zzfbdate_upd.
      l_record-zzcastatus_new = <f_vkont>-zzcastatus_new.
      l_record-zzcastatus_upd = <f_vkont>-zzcastatus_upd.
      transfer l_record to w_output_file.
    I
    Thanks in advance
    Marie

    > the call must either contain further calls or modularization units,
    yes
    Check in your measurment setting what is traced separately, for an exercise you can switch off everything besides the call function, methods and forms,
    then you will see  gross = net if there no other call inside.
    But the recommended setting is described in the blog.
    Note, the sum of all net times is the total runtime, and the maximum of the gross times should be the same. Unfortunately there are slight deviations in the gross
    times and the displayed total time in the SE30 is taken from the gross times.
    Siegfried

  • Previewing clips in Prelude while in other applications (e.g. browsing the net)?

    Prelude is a great tool for quickly going through media, but sometimes clips require you to watch or listen to the whole thing to find the right moments. I'd love to be able to have clips playing in the background while surfing the net. Is there a way to do this? I'm using the Mac version of Prelude, and everytime I switch to another application while Prelude is playing a clip, the clip pauses.

    About your update. If you have multiple displays you can specify one of them to have full-screen playback (don't select your display with the Mac menu bar, that can make it a challenge to get back to the preferences to undo the change). The "Disable video output while in the background" control makes it so this full screen output is turned off when you bring another application forward. In all cases Prelude CS6 stops playing when another app comes forward. Thank you, in advance, for filing a feature request.

  • I want to sent to values from a form to the sevlet

    Hello
    I have a html file with some like that:
    <form action="htpp://myservlet" method="post">
    <label>Select your favorites interests</label>
    <input type="checkbox" name="interests" value="Economy" />
    <input type="checkbox" name="interests" value="Sports" />
    <input type="checkbox" name="interests" value="Computers" />
    </form>
    In the servlet I've got:
    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
    String interest= request.getParameter("interests");
              if(interes!=null){
                   String[] interests= request.getParameterValues("interests");
                   String value ="";
                   for(int i=0;i<intereses.length;i++){
                        value += interests[i]+",";
         }     Well at the moment everything easy, I get my interest choosen, Economy, Sports, .... But What I want it's to get names (as now) and some id value as well.
    For example: Economy is 1, Sports is 2, Computers 3, and so forth. So I want to get from html the interest pick it but and number identicative for any option selected. If I choose Economy and Computers, this getParameterValues("interests"), I get Economy and Computers, but I would like to get 1 and 3 as well.
    I don't have really idea how to do this.
    Tranks in advance

    I think you want something like this:
    <input type="checkbox" name="interests" value="1" /> Economy
    <input type="checkbox" name="interests" value="2" /> Sports
    <input type="checkbox" name="interests" value="3" /> Computers

  • Firefox won't display a web page. It starts, I see it in Task manager but it doesn't do anything. It used to work just fine. I had troubkle with my service provider, they got the net to work again but firefox doesn't do anything. Explorer works.

    I uninstalled firefox and re-installed it from download. No difference. When I boot my computer, the internet doesn't start automatically anymore. I have to go into network manager and start it myself. Don't know why. My on-line windows help won't connect to the net either.

    Sounds like a broken profile. [https://support.mozilla.com/en-US/kb/Backing%20up%20and%20restoring%20bookmarks Back up your bookmarks], [https://support.mozilla.com/en-US/kb/Managing-profiles?s=profile&as=s#w_creating-a-profile create a new profile] , then [https://support.mozilla.com/en-US/kb/Importing%20Bookmarks%20from%20an%20HTML%20File import your bookmarks] back in. Let me know if you need extra help.
    Thanks!
    handsomeorlandoman

  • Change the value of a field in a form when the form is displayed

    Hello
    I have a report which has a link to a form for updating the records. I have used a link to the form from report which displays the the record to be updated i.e it gets default values from the report. I need to change one of these values at the time of displaying the form. The set_value in the 'before displaying the page' section doesn't change the vaue displayed in the form. I tried in other 'Advanced pl/sql' sections provided but didn't succeed.
    Thank you
    Jayasree

    hi,
    let's call the new value u want to set "NewValue"
    insert this code in the before displayin' the page
    htp.p('<script language="Javascript1.1">
    function defaultValue(fieldname)
    var thefield;
    for( var v=0; v < document.forms[0].elements.length; v++)
    // get the right field
    if (document.forms[0].elements[v].name.indexOf(fieldname) >= 0 )
    thefield = document.forms[0].elements[v];
                        thefield.value='''||NewValue||''';
    break;
    </script>');
    in the after displaying the page section call the function above with the appropriate field:
    htp.p('<script language=javascript1.1>
    defaultValue(''Field_Name'');
    </script>');
    where Field_name is the name of the field u want to change the value!
    Mohamed

Maybe you are looking for

  • How can I make a FlashAlbumExporter background transparent?

    I really like the very cool FAE (as suggested on this most excellent forum) but the gui offers no choice as for background opacity. A little search on the net reveals a few ideas but none of them seem to work. I am using the following iframe code in

  • Best practice for using App Module Interface vs Impl

    Hello all, I understand the benefit and desire to use an Application Module via an Interface vs directly using the Implementation (Impl) class. This works fine for custom methods exposed on the interface, however, it does not address getters for view

  • Performance degradation in 11.2 vs 11.1?

    I think I'm seeing a substantial performance drop in 11.2 vs. 11.1 as I test with 11.2.202.221 in IE9 and Chrome on Windows. I've posted an example swf with source. It's a straightforward copyPixels() benchmark test. http://www.community-band.com/exp

  • ADF, EJB: "No primary key specified"

    In jdeveloper 10.1.3.1, I am trying to create a very simple form: I have a table with a primary key. I create an application with a JSF page on which I create an input form, as described in "Developer's Guide For Forms/4GL Developers", section "13.6

  • How to verify the Time Machine restore?

    Completed the TM restore, verified disk and permissions (fixed some permissions) but the machine will not boot - apple logo and spinning wheel sit there forever. I a able to boot in Single User Mode - and boot from CD and in both cases see all the fi