How can I customize the parameter form?

I have 2 drop-down list on the param form, I want to let the value of one changes according to the other's value.
I know it is easy in Jsp, but how to implement it in report 6i or 9i ?
Generally, can I customize the param form ? ie, add a trigger.

Hello,
You have not specified if you execute your reports on the web ?
If you execute your reports on the web, you can take a look at the note :
Article-ID: <Note:185951.1>
Topic: How To Articles
Title: SAMPLE - How to create a parameter LOV based on another
parameter value? SCR1531
regards

Similar Messages

  • How can i customize the applet message...?

    Hi All,
    How can i customize the message in the applet, i.e while invoking the login form over the web its showing the default msg like " Oracle AS Forms Services", i would like to customize this, but i have down some changes in the D:\Forms10gR2\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml file, but still its not showing the customized message.
    Kindly update me
    Thanks in advance
    Thangaraj

    Hi,
    Just try one of the following parameters at the formsweb.cfg
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    Then Restart your OC4J.
    Regards,
    Hamdy

  • How can I customize the stylesheet of webdynpro applications?

    Hello experts,
    how can I customize the Look & Feel (e.g. background color) of webdynpro applications?
    I refer e.g. to UWL which is opened by a task link in an email and opens as as webdynpro application in a separate window. It appears in the typical SAP blue. I would like to change the color.
    The portal´s customization does not affect webdynpro applications.
    Thanks in advance for any hint.
    Thomas

    Hi Avi
    Yep, that's what you get with AIR output. You have to live
    with the skins the AIR layout provides. I suppose if you are a FLEX
    developer you might be able to change the skins. But it is what it
    is.
    You might consider submitting a Wish Form to ask the
    development team to allow us more flexibility with AIR skins. Or to
    even create a way for the AIR app to use elements of the WebHelp
    skins.
    Click
    here to visit the Wish Form.
    Cheers... Rick

  • How can i find the installed forms version in 6i...?

    Dear all,
    How can i find the installed forms version in 6i, the situation is we have given a solution which will work in only forms6i latest version, before implementing the same we need to check whether the forms latest version has been installed or not
    Is there any way to find out without opening the forms builder..?
    Even if we un install the forms from a machine, the forms60_path variable will remain in regedit, so we cannot go based on that and aslo i dont know whether regedit will have the version details and all.
    It would be greatly appreciated if any one can give a solution.
    Thanks in Advance.
    Thangaraj.

    you query the registry, the registry has the version number saved, but I cannot remember exactly where and I don't have 6i Installed on my machine.
    You just open the Forms Builder and click on Help/About.
    But Jan's method is the best.

  • Can you please tell me how can i change the parameter of Applet using Aspec

    Respect Members
    Can we apply Aspectwerkz on Applet? In our project we have to
    change the method parameters before its execution(Around Advice) , can we do this in applet using Aspectwerkz?
    Can you please tell me how can i change the parameter of Applet using Aspectwerkz or AspectJ ?
    I did it by for Java Application using the AspectJ And Aspectwerkz But not able to do for Applet.
    For Applet I Am setting the parameter in JAVA plug in for Aspectwerkz e.g. -Xdebug -Xrunaspectwerkz -Xbootclasspath & path for xml file in which pointcut is defined.
    If you any Friend working on it or any author who might be helpfull for me please Forward this mail to him/her
    THANKs in Advance
    [email protected]

    hello rodale, what you're seeing is probably a side effect of firefox not being able to save certain preferences into its profile folder.
    go to ''firefox > help > troubleshooting information'', click on ''profile folder/show folder'' and close all firefox windows afterwards. a windows explorer window should open up - in there delete the file named '''user.js'''.
    in case this didn't solve the issue yet please also refer to [[How to fix preferences that won't save]].

  • How can I increase the parameter db_files

    Hi,
    When I am trying to add a new data file to Tablespace it is giving error.
    1. How can I increase the parameter db_files?
    Sap Version is: 4.7E and Database is: 0racle 9.2.0
    Thanks&Regards,
    Nani

    hello nani
    1. connect to database
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     200
    SQL> alter system set db_files=350 scope=spfile;
    System altered.
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     200
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  264241152 bytes
    Fixed Size                  1248476 bytes
    Variable Size             176161572 bytes
    Database Buffers           79691776 bytes
    Redo Buffers                7139328 bytes
    Database mounted.
    Database opened.
    SQL> create pfile from spfile;
    File created.
    SQL> show parameter db_files
    NAME                                 TYPE        VALUE
    db_files                             integer     350
    SQL>
    Edited by: Shishir  Bajpai on Mar 3, 2009 12:38 PM

  • How can I customize the skin of my AIR app

    Hi all,
    I have created an AIR app from my RoboHelp v7 WebHelp.
    Works and looks quite nice. Great. It's just that it did not use the WebHelp skin I created. It uses some default skin.
    How can I customize the skin of my AIR app? When I run the RH Packager for Adobe AIR, I get a dlg box come up, called, "General Options - RoboHelp Packager for Adobe AIR" and it offers me a few default skins, but it does not offer me the skin I made for my WebHelp.
    I also heard that if you learn FLEX you might be able to change the skins.
    TIA
    avi

    Heya,
    In order to change it alle just set it up as ordinary html webpage so heres and example of css:
    style.css - In the main directory of your app.
    body {
         margin:0;
         padding:0;
    #wrap {
         margin:0;
         padding:0;
         text-aling:left;
    #header {
         padding:2px;
         background:#000;
         color:#fff;
    #content {
         padding:1em;
         margin:0;
         background:#ccc;
    #footer {
         padding:2px;
         background:#000;
         color:#fff;
    Now for the html file:
    <html>
         <head>
              <title>My App</title>
              <link href="style.css" rel="stylesheet" media="screen" />
              // Scripts go here
         </head>
         <body>
              <div id="wrap">
                   <div id="header">
                        My Application title
                   </div>
                   <div id="content">
                        bla bla bla lorem lipsum.
                   </div>
                   <div id="footer">
                        Copyright'n stuff
                   </div>
              </div>
         </body>
    </html>
    If you need more help or examples I recomend that you go here and read some stuff on a lot of it all , you can also download theese samples it contains a lot of good stuff which makes it all A LOT easier to understand, the way I learnt most of what I know even though I am still missing some things.
    Hope it helped!
    Best Regards
    Buch

  • How can i find the adobe form translations

    Hi Friends,
    how can i find the adobe form translations?
    i mean i want to know in how many languages my adobe form has been translated?
    is their any report or is their any technique to find the translations........................
    Thanks,
    Harish.K

    Hello Harish,
    To find the translation of Adobe form is nothing but to find the labels or texts used in this adobe form in various languages. This will give you an idea on how many languages your adobe form has been translated.
    So to find the translations in different languages, you have to go to Context node of the Adobe form. Then go through the text nodes which are used as labels. These will be normally stored as Standard texts in SO10.
    For example. Take the text name of any one text node.
    1) Go to SE38.
    2) Type program RSTXTRAN.
    3) Let the Text key - object be TEXT.
    4) Then enter this text name in the field Text key - name. I have put the sample standard text ZTEST_ADOBE as shown below.
    5) Let the Text key - ID be ST.
    6) In Text key - language, Enter *  (i.e enter the Asterisk) because you want to find out all the languages.
    The screen parameters will be as shown below.
    7) Now Execute this report.
    8) It will show all the various languages in which this particular standard text is used which is nothing but the Adobe form is being used in these many languages. For example, the standard text ZTEST_ADOBE is used in 3 languages, English, German and Spanish as shown below. It will look as shown below.
    Note: This will give you the more or less the overall idea of the form that has been used in these many languages. But also make sure the standard text with particular language is also linked with the Transport Request. Because there are chances that the text was created in a particular language but was never used.

  • How can I customize the EmailText, in order to print the eROOMName

    Dear
    In a eRoom, I created subscitpion for documents changes
    How can I customize the EmailText, in order to print the eROOMName?
    Which 'param name' is the eROOMName?
    Which file I have to change SUBSCRIPTION_en.xml or SUBSCRIPTION_EMAIL.xsl?
    Thanks a lot in advance

    Go to: expresslane.apple.com
    Under product categories choose iTunes
    Then iTunes store
    Then account management
    Press continue.
    Now choose iTunes store security and answer the bullet questions and click continue.
    Sign in with your appleid and press continue
    Under contact options fill out the information and advise iTunes that you would like your security/challenge questions reset. Click send.
    iTunes will respond to you within 24 hours by email.

  • HOW CAN I CUSTOMIZE THE FIND OPTION OF A LOV

    1. Can anybody tell me how can i customize the find option of a LOV....
    2. Is it possible to add more then one find option in a LOV
    HOW??????????????????????
    Can you help me...............

    no chance with the default-LOV.
    You have to create a similliar control on your own.

  • How can I customize the toolbar when using the attribute browser

    In CVI 2012, the toolbar changes depending on the environment, e.g. it is different for the source window and the UI editor. The toolbar can be customized using the menu Options / Toolbar...
    Unfortunately, when using the attribute browser of the UI editor, another toolbar is displayed, i.e. not the UI editor toolbar.... I would have assumed that the attribute browser belongs to the UI editor, obviously it doesn't... So how can I customize the toolbar when using the attribute browser?
    Solved!
    Go to Solution.

    Luis,
    It's nice to have you back 
    Thank you for the clarification, so I'll elaborate a bit more: In the regular workspace toolbar, I have a disk symbol to save the file. This symbol is gone in the attribute browser...
    So I have three different toolbars, for source code (workspace), UI editor, and the UI editor displayed but the attribute browser clicked on (selected)... 
    Thanks
    Wolfgang
    Source code:
    UI editor:
    Attribute browser:

  • How can I customize the msi file to include a licence agreement

    How can I customize the msi file to include a licence agreement and some splash screens. If i need a third party application could somebody recommend one. I have installshield development studio 9 and it crashes every time I try to add a license.

    We don't use the installation maker built into the application builder, instead we use a third party tool that is free and gives additional options; like including a license and to split the installation set to fit on floppies. It's called Inno Setup and can be found on: http://www.jrsoftware.org/. It is script-based but also has a nice wizard.
    Inno Setup does not give you much room for splash screens though. There are a number of shareware alternatives (not all free as Inno as far as I've seen) that does, if you do a search for installer makers on download.com you'll get a list of them.
    MTO

  • How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ? i am using JDev11.1.1.7.0g version

    How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ?
    Actually I need to manipulate the Sign Out link and put my own Sign out link there...

    If you want to customize the UI Shell you need to download the code from UI Shell - ADF UI Patterns - Dynamic Tabs UI Shell Template Functional UI Pattern ; modiffy and use the updated code

  • How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    You can't do any more than what is permitted in Settings regarding the backgrounds. If you would actually JB your phone for something so trivial, risking virus and worm attacks, violating your license agreement, voiding your warranty, risking bricking your phone or making it unstable and excluding any paid repair service from Apple I question your judgement.

  • How can I customize the UI shell close tab behaviour?

    I am using JDevelepor 11.1.2.1.0 Version
    I Am New In ADF
    How can I customize the UI shell close tab behaviour? When i close the tab I ned to rollback the transaction else where when reopen the taskflow it show an error message duplicate key..
    So how i can handle?

    Download the sample at http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html . frank states -
    The CustomerOrdersCRUD-btf task flow in the BoundedTaskFlows.jws workspace accompanying this sample, for example,
    uses the tabContext reference to close the tab displaying the task flow upon rollback and commit—which also is when the task flow is exited.
    In addition, when data changes are performed within a task flow, the tab’s dirty state is changed to indicate to the template that the tab title needs to be shown in italics.

Maybe you are looking for

  • Java Mapping XML Encoding Error.

    Hi All, I hav an IDoc XML coming out of R/3 whose encoding technique is UTF-8. I hav to change it to ISO-8859-1 before parsing the xml in the java mapping program. i have seen this problem repeating among many people but i cud not find any solution o

  • Qosmio F30 PQF32E - How to get English version of recovery DVD

    Dear All, How to get a English version of recovery DVD disk for this model. I already have but it is in Russian. I don't want to install Russian. Want to re-install system. please if it possible assist me to find ENGLISH version of this DVD. Please p

  • Lollipop UI Bugs [Russian localization]

    Phone UI changes since lollipop update so some bugs appears. 1. WI-FI and Bluetooth icons can't be removed from notification panel like before. Also new profile avatar can't be removed as well. This features should be optional 2. If I turn off top ca

  • Can't get postfix to send to google

    i'm trying to set up postfix to send to my google account, but it keeps timing out.  in /etc/postfix/main.cf i have myhostname = localhost.localdomain.  i'm on a cable internet connection.  any ideas? Oct 5 01:27:43 karstenhome postfix/postfix-script

  • Reading HTML files on the web

    How can I read an HTML on the web and extract data from the HTML file into my VI. I am using SHDocVw.IWebBrowser2 activeX control to access the web page but I cannot figure out how to read the HTML into my VI. Is there an easy way to do this? Jim