How to running a single form on the browser

Hi below is the link for deployment of our application on app server.
http://100.180.127.225:7779/forms90/f90servlet?config=abc
and this is the entries in formsweb.cfg file.
[abc]
form=G:\Oracle10gBinaries\abc\FMX\test.fmx
otherparams=prm_init_file=G:\abc.INI prm_itype=0 prm_impli_type=9W prm_debug_mode=NO
pageTitle=Heading
envFile=abc.env
separateFrame=TRUE
lookAndFeel=generic
archive_jini=f90all_jinit.jar
imagebase=codebase
Now i want to run a form named test2.fmx directly by passing the value as *test2.fmx on the browser.
what change i needs make in the formsweb file to achieve this.

Hi all thanks for ur help.
i am able to run the .fmx directly .this i have achieved by putting the .fmx in the forms90 folder and using the link.
http://100.180.127.225:7779/forms90/f90servlet?form=test2.fmx
it is working fine and showing the single form but now i want to pass a parameter
from the link to the test2.fmx directly/
when launched from the link ,test2.fmx shows all the records. as this form contains customer information so it list all the customer no.
i want to launch this form with only the customer id passed thro the link.
i am trying something like
http://100.180.127.225:7779/forms90/f90servlet?.fmx&PRM_CUST_NO=000000014
where 000000014 is the customer no.
when launch the forms it still gives all records and not this customer record.
prm_cust_no is the oracle form parameter which is defined in the form.
please suggest?

Similar Messages

  • How to run a Concurrent Program from the back end?

    Hi,
    How to run a Concurrent Program from the back end?
    Is it Possible to see that Concuurent Request id which we run from the back end, in the front end?
    If yes, then Please Give reply how to write the code
    Thanks in Advance,
    Bharathi.S

    This is documented in Chapter 20 of the Application Developers Guide http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121devg.pdf. These MOS Docs also have some information available
    221542.1 - Sample Code for FND_SUBMIT and FND_REQUEST API's
    235359.1 - How to Launch Planning Data Pull MSCPDP using FND_REQUEST.SUBMIT_REQUEST
    HTH
    Srini

  • DATA TRANSFER - How to get a SINGLE SPACE in the downloaded file from UNIX?

    Hi Experts,
    Am sending data from SAP to UNIX/ Application server and text file on desk top as well.
    So, I am keeping a single character just SPACE at the END of each record.
    Then, When I see the downloaded text file, I found a SINGLE SPACE at the end of each record, fine.
    Then, by using CG3Y t code, I downloaded the UNIX file to my desk top.
    But, When I see this UNIX downloaded file from UNIX, I did NOT find any SPACE at the end of each record!!!
    Am doing every thing same in both cases.
    So,
    1 - Why its happening in case of UNIX file?
    2 - How to get a SINGLE SPACE  at the END in the downloaded file from UNIX?
    thanq

    Hi,
    I don't know if this works:
    perform SET_TRAIL_BLANKS(saplgrap) using 'X'.  
    perform SET_FIXLEN(saplgrap) using '0' '060'.   "put length of your line from-to
    ... download ...
    It will put space at the end of your line, according to the length.
    Hope it works,
    Chang

  • 9iAS -Run Form in the Browser gives Exception

    9iAS -While Runing a Form in the Browser
    an Exception is raised related to f60all.jar
    on the status bar and shows "Loading Applet"
    on the browser. Further on nothing happens and eventually I have to close down the browser.
    Pl. tell me how to get rid of error.
    null

    Hi ,
    Open the tnsnames.ora file of Oracle database home .... find the tns alias contained in brackets '[alias]' which referes to your database name ... and copy it...!!!!
    Then , open the tnsnames.ora file of Developer suite ... and paste the above at the end of the file...
    Close the file and save it....
    You're done....!!!!!
    Try the connection again !!!!!!!!!!!!
    Regards,
    Simon

  • How can I put a Logo in the Browser-Register?

    Hey guys, does anybody knows, how I can put a Logo in the Browser Register? For example, watch this picture below; I want a Logo like the Facebook Logo, but I don't know how I can make this. The blue mark is my Website.
    Is this possible with Adobe Muse?
    Thank you.

    Hope this helps
    David

  • Running reports from forms on the web

    On forms and reports 6i we used the following code to run reports from forms.
    We need to do the same on 9i forms and reports, we are running into problems.
    Any help will be appreciated.
    PROCEDURE web (inFileName VARCHAR2,
    inRecordGroup RECORDGROUP) IS
    outVirtualPath VARCHAR2(200) := '/forms90/f90servlet?p_url=/reports/rwservlet?'; outServer VARCHAR2(200) := 'server=rep_ora-app-4';
    outReport VARCHAR2(200) := 'report='||inFileName;
    outUserid VARCHAR2(200) :=
    'userid='||GET_APPLICATION_PROPERTY(USERNAME)||'/'||GET_APPLICATION_PROPERTY(PAS
    SWORD)||'@'||GET_APPLICATION_PROPERTY(CONNECT_STRING);
    outDesType VARCHAR2(200) := 'DESTYPE=CACHE';
    outDesFormat VARCHAR2(200) := 'DESFORMAT=PDF'; outUser VARCHAR2(2000);
    outCount INTEGER;
    error we are getting.
    FRM-42017:Module name must be specified.

    S Hatch (guest) wrote:
    : I'm thinking that you're going to have to install the Reports
    : cartridge, create an entry in the keymap with any parameters
    and
    : call your report via the url.
    : Dessislava Gantcheva (guest) wrote:
    : : How do I call a report from a form on the web?
    : : I have installed Windows NT Server 4.0 with SP 5, OAS4.0.7
    EE
    : : with patch 1, Developer 6.0 with patch 1. Developer server
    and
    : : forms server work fine in a non-cartridge implementation,
    but
    : I
    : : cannot run a report within a form. I just have no any info
    how
    : : to do this.
    I have entries in my keymap file and I can call my reports via
    the url, but I cannot run a report WITHIN a form. I mean to call
    a report by clicking on a button of a form on the web. The
    RUN_PRODUCT built-in does not work (at leas it seems like this)
    If any one has expiriense with it, please, give me a hint.
    Thanks
    null

  • How to run procedure in forms

    hi to all
    How to run the database procedure in Forms while the program Unit in forms is also having the same name of the database procedure.

    Please address this question to the Portal Applications Forum at http://forums.oracle.com/forums/forum.jsp?forum=7

  • Urgent: how to run applet which connected to the servlet?

    hi frends:
    i have written an applet on the server side and it supposed to pass parameters to my servlet and retrieve some info from the servlet.
    i put both applet and servlet under tomcat../WEB-INF/classes. but when i run the applet from the web browser, there is no response from the servlet.
    could anyone help me to solve this problem?
    one more thing is i know that applet is able to connect to servlet, but how about java application? is it able to do so? if yes, is it also using URLconnection as applet? and how to run it?
    i will be very appreciate if anyone can help me... thanx a million.

    You can connect to the servlet from an application.There's a URL class in java.net that has an openConnection method. Then cast the return to an HttpURLConnection and use setMethod to set up as a post request.This may be the default if you call setDoOutput(true) on the URLConnection. Then you'll need to get an OutputStream and write properly formatted form POST data to it. It's also possible to encode your data on the URL, even when using the POST method, and this may be easier when doing it programmatically from an application. To send a get request you can append the name-value pair at the end of the url.

  • How to Run Developer Suit Form 10g

    my question is
    how to run form in developer suit i was using developer 6I now i want to run my module to developer suit 10g first i install developer suit 10g then database 10g and make a simple module of emp table
    now when i run its give me error The HTTP Listner is not runing
    i start OC4J Instance then again i run the form its run and install
    Jinitator 1.3.1.22
    then its give me again error
    ORA-12560 Tns protocol adopter failure
    i check my firewall setting its check all program and service excluding Remote disktop
    I check my TNSNAMES.ORA file its look like
    # tnsnames.ora Network Configuration File: d:\DevSuiteHome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    uid=shah;pwd=a;
    i save my module in D:\module1.fmb so there is no space in folder
    but still i am facing the same error
    i not one thing that i connect with just my user id and password and left blank in database
    Just like
    USERID = SCOTT
    PASS = TIGER
    DATABASE =
    Any one know how to solve this problem
    Thanks
    Shahzaib ismail
    Developer Suit 10g, Database 10g, OS Window XP

    well when i connect with my database i right
    username = Scott
    password = tiger
    and i left blank in database row
    because when i insert orcl in database row its give me error
    TNS No listener
    i search listener.ora file and i found in
    d:\devsuit_home1\network\admil
    *# listener.ora Network Configuration File: d:\DevSuiteHome_1\NETWORK\ADMIN\listener.ora*
    *# Generated by Oracle configuration tools.*
    SID_LIST_SERVER =
    *(SID_LIST =*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = Oracle8)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_NAME = ORCL)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    *(SID_DESC =*
    *(GLOBAL_DBNAME = orcl)*
    *(PROGRAM = orcl)*
    *(SID_NAME = orcl)*
    *(ORACLE_HOME = E:\oracle\product\10.2.0\db_1)*
    SERVER =
    *(DESCRIPTION =*
    *(ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521)(SEND_BUF_SIZE = 1521)(RECV_BUF_SIZE = 1521))*
    LOGGING_SERVER = OFF
    SAVE_CONFIG_ON_STOP_SERVER = TRUE
    what can i do now ?

  • How to run a customized form in Oracle Apps (EBS)

    Oracle Apps - 11.5.10.2 on Linux As 4.5
    Oracle Database Version : 9.2.0.6.0 on HP UX Itanium 11.23
    Through (EBS)Apps can i run a Cutomized Form (Developed with D2K) , just like we run a report after
    defining a Concurrent Program for the same.
    If yes how to i do this.
    Kindly guide.
    Sakshi

    Hi,
    The KCUSTEST.fmb is present under au top and the .fmx is only present under kcus top.Are you able to access the form from the application if you rename the fmx file under the CUSTOM_TOP directory?
    There is one more issue, for testing i had registered a form KPAYDOCKET from from Application Developer ---> Application --> Form.
    I have alreday deleted the .fmb and .fmx but still not able to delete the entry from Application Developer ---> Application --> Form
    When i try to delete i get the error that the object is been referenced.Make sure the form is not not referenced in (Application > Function) and (Application > Menu).
    Regards,
    Hussein

  • How to run oracle 11g forms in windows xp

    Hi friends,
    I have installed weblogic 10.3.4, Oracle Fusion Middleware Forms 11g 11.1.4 version....
    Configuration of domail also successful...
    I use the following steps to run the form
    1. WLS_FORMS
    start -> programs - > Oracle Classic Instance - asinst_1_FR1 - > Forms Services -> Start Weblogic Server - WLS_FORMS
    it is successfully running - showing the Running Mode
    2. open the form bulider and connect to the database.
    3. in form builder runtime path is - http://localhost:9001/forms/frmservlet
    4. When i click on run button web page was invoked... but nothing is coming... blank page is displayed..
    Please tell me how to run the form.... Am trying the test.fmx which is in D:\Oracle\Middleware\as_1\forms.
    My system configuration in 2gb ram, windows Xp ser 2 , 2.4ghz processor...
    Regards
    Deepak Kumar H.R.

    Do the following:
    1. As Sarah mentioned, ensure that you have JRE 1.6.0_12 or newer installed.
    2. In the Builder, ensure that you have entered both the Application Server URL and Web Browser Location values. Neither of these fields should be left blank. The browser location should be the complete path to the desired browser and include the exe name. For example if you were going to use IE it would look like this:
    C:\Program Files\Internet Explorer\IEXPLORE.EXE
    These settings are found in the Builder under EDIT > PREFERENCES > RUNTIME

  • How to run oralce 10g forms in runtime

    hi all
    I have an application developed in oracle 10g forms , wheni fun it opens in browser , how can i restrict my fmx to run in browser , as i dont want to run it in browser like forms 6i .
    Regards
    nawaz

    Hi nawaz
    From the menu design time:
    1- select >Edit>Preferences>select the Runtime tab
    and close to the field of web browser location - >
    Select the Browse button to locate the IE location on ur hard-disk.
    2- Run ur main form >Select Favorites >Select add to Favorites.
    Then ,u have a link 2 ur application , u can drag and drop it in ur desk top.
    or use the existing link.
    or if u wanna run a specific form locally then, u have to run the Start OC4J Instance to be intiallized ,and when finished working on that form run the End OC4J Instance to be terminated.
    Hope this helps,
    Regards,
    Abdetu..

  • How to run report from form in DS9I

    Hi,
    Can anybody guide me how to run the webreport from the form by passing some parameter from form to report
    by using Oracle developer 9i
    thanks

    Try
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    You'll find there all what you need

  • How to add A single row at the middle of the table in a Webi report

    Hi,
         I created a Webi report using Universe(Created universe using bex query).Now i have a requirement to display a row at the middle of a report. Can you please tell me ,how to add a sigle row at the middle of a Webi report.
                                                    Thanks in advance
    Regards
    Monika

    Hi Monika,
    It is not really possible to add a row (I assume you mean of unrelated data) to the middle of a table in a report. You can add a new table with a single row between two tables. For instance you could add a new one row table, or even single cells which are positioned relatively between two tables. Possibly a block on top of another. But this gets tricky.
    Can you explain in more detail what you are trying to do?
    Thanks

  • How to run a class function on the click event ?

    Hi Tecs,
    i want tht when someone click on some paricular location on the form, then the class function must be called with some parameter, when someone click on some other location, the function should be called with different parameters.
    How this can be done , plz help.
    Thnx in advance.

    Almost every tag supports onclick .. For example h:panelGrid and even h:form.
    JSF<h:panelGrid onclick="document.getElementById('formId:hiddenActionId').click(); return false;">
        <h:form id="formId">
            <h:commandButton id="hiddenActionId" value="action" actionListener="#{myBean.action}" style="display: none;">
                <f:attribute name="param1" value="value1" />
                <f:attribute name="param2" value="value2" />
            </h:commandButton>
        </h:form>
    </h:panelGrid>MyBeanpublic void action(ActionEvent event) {
        String param1 = (String) event.getComponent().getAttributes().get("param1"); // returns "value1"
        String param2 = (String) event.getComponent().getAttributes().get("param2"); // returns "value2"
        // do your thing
    }[EDIT]You really cannot avoid JavaScript. Heck, JSF itself also generates a heap of JavaScript ;)
    Message was edited by:
    BalusC

Maybe you are looking for

  • Move WSUS data base from one drive to another

    Server 2012 std Update Services Microsoft Corporation Version: 6.2.9200.16384 I am running out of space on the drive the WSUS_Database resides on. It is not, as I can see, under SQLServer Express. How can I move the folder to a different drive with m

  • Sharing music on same computer, different accounts

    I am the administrator of my computer, and would like to share my music files with my kids (and vise versa), who log in under different account names on same computer. How do I create a "common" set of music files that all of us can access under diff

  • Oracle Ultra Search XE - missing droldUS.dat

    When I try and create my index I get the following error ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-11422: linguistic initialization failed DRG-11446: supplied knowledge base file C:\oracle

  • I have lost the swish noise when I bin my emails how do Iget it back

    I have lost the swish noise when sending emails to trash or bin, how do I get it back?

  • Af:table range navigation

    Hi, i'm facing a problem...i'm using seperate af:selectRangeChoiceBar for range navigation. But sometimes the rangebar behaves wrongly, like in safari, if i slecet the range from option list, range is changing and suddenly again server trip is happen