How does customization form pass parameters?

I need to create my own customization form so it can include linked LOVs and was wondering how the default customization form passed the LOV values back to the calling component.
I put two copies of the same report on a page and called the customization form for each report selecting different LOV values. Since each report displays the correct results based on the LOV, I assume page parameters are not being used and neither is p_arg_values/p_arg_values.
Can anyone tell me how this information is being passed to the individual reports?
Thanks, Larry

Sharmila,
I guess I'm confused, the parameters that are selected on the Customization screen are persistent across different login sessions.
Is is my understanding that passing parameters via p_arg_names/p_arg_values on the URL would not carry over from one logon to another or even allow me to navigate to another page and then back to the "customized" screen and still have the customizated values applicable?
Are you saying that once I call a page and pass a name/value parameter pair to the page, that the paramter values remain in affect for subsequent calls to the same page where the name/value pair isn't being passed?
Doesn't the customization screen use the wwpre_api_name and wwpre_api_value methods to pass parameters to components located on a page via the user preference storage?
When I look at the URL associated with the customization link on my portlets I see the preference_path being passed to the customization form.
Larry

Similar Messages

  • How does one set databse parameters in Tomcat to run a servlet?

    Hi, I am trying to run a applet-servlet code, downloaded from the web. According to the installation instructions, the following is stated:
    Database Parameters. You can provide different database parameters to the servlet. These parameters are set during the administration of the servlet.
    dbDriver - name of the database driver class name (default = sun.jdbc.odbc.JdbcOdbcDriver)
    dbURL - complete database URL (default = jdbc:odbc:StudentDatabase)
    userid - user id (default = <none>)
    passwd - password (default = <none>)
    I am running TOMCAT on a Windows2000 machine. My question is how to does one set the parameters in TOMCAT. What is the default userid and password for TOMCAT.
    Any help/advise is appreciated in advance. Thanks.Regards.

    May be parameters must be set in web.xml in your war

  • Login Form - pass parameters to remote site

    Hi,
    I need to create a login form on site A which passes parameters (username;company; password) to site B. The user will then be logged into site B in a new window.
    I guess this can be done in php on site A but my php skills are sketchy to say the least.
    What I understand I need to do is send a GET request to http://site_b/login.asp?username=XXXX&company=XXXX&password=XXXX where the XXXX values come from the form on site A.
    This is what I have (which is probably way out)...
    <form method="get" action="http://site_b/login.asp?username=$username&company=$company&password=$password">
            Username: <input type="text" name="username"  <?php {echo "value=''username";}?>   /><br />
            Company: <input type="text" name="company" <?php {echo "value='$company'";}?>/><br />
            Password: <input type="password" name="password" <?php {echo "value='$password'";}?>/><br />
        <input type="submit" value="Login" /><br />
        </form>
    ....of course it doesn't work.
    I would be grateful if someone could point me in the right direction, thanks.
    Mick

    Mick3496 wrote:
    bregent - they were very clear about the form fields:
    username   (alpha/numeric)
    company   (numeric only)
    password  (alpha/numeric)
    Note that the fields are all lower case.
    Are you saying the form code I posted should work?
    Mick
    It looks fine to me. For testing purposes you might want to change the password field to a text field so that you can be sure it is being populated correctly. And again, make sure that they are not checking referrers in their ASP script.

  • How does this parameter passing work?

    Got these 4 lines of tsql from a trace of an SSIS package. How does it end up passing 127,475,@p4 to ifs_BuildGenericQuery?
    declare @p4 nvarchar(max)
    set @p4=NULL
    exec sp_executesql N'exec ifs_BuildGenericQuery @P1, 475, @P2 out',N'@P1 bigint,@P2 nvarchar(max) OUTPUT',127,@p4 output
    select @p4
    When I debug the four lines, it ends up passing 127,475,@p4 to ifs_BuildGenericQuery.
    CREATE Proc [dbo].[ifs_BuildGenericQuery]
    (@RECID int, -- 127
    @PADFIELDS int, -- 475
    @SQLQUERY nVarchar(max) output, -- @p4
    @DIAGNOSTICS int = 0)
    As
    BEGIN
    END

    Break it up into parts so you can "see" it. 
    N'exec ifs_BuildGenericQuery @P1, 475, @P2 out'
    N'@P1 bigint,@P2 nvarchar(max) OUTPUT',
    127,
    @p4 output
    The first argument is a string that contains the query to be executed.  In it, @P1 and @p2 are variables whose values will be "derived" by sp_executesql from the other arguments. The next argument is the definition of any variables referenced
    in the query.  Anything after that are the values that are passed into those variables in the query.  In this case, 127 (a bigint) replaces @p1.  @p4 (which is declared and initialized in the preceding lines of the batch) replaces @p2. The value
    of 475 is hardcoded - which should be obvious.

  • How to run and pass parameters to exe file from the .txt file

    hi,
     i am facing problem with passing parameters to the .exe file which is run by labview.firstly i have  .txt script with parameters which i have to pass to .exe file. This .exe file is also a software and that script is written for it.And now i have to create  programm in labview which should fullfill following points.
      1. I have to use one knob named 'Run script'.If i pressed the knob ,it should open the Browser where i can choose .txt script file.
      2. .exe application should open(Path already chossen).
      3. after passing the parameters .exe application should closed.
      4.And labview now should update his parameter
    I can just open .exe file using Exce.vi but i dont getting any idea to do more than this.can somebody please help me?
    Solved!
    Go to Solution.

    This depends on the exe file. Does it retrieve the information as standard input or does it require the information as command line arguments?
    Depending on this, you can read the txt-file in LV (using the file functions) and pass the content to the System Exec.vi.
    Norbert 
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Analog to digital, how does one actually pass through a TRV120 or TRV950E ?

    I would need some technical advice on how to connect a camera with pass-through feature in between a VCR and the computer.
    I am trying to copy VHS-C cassettes to the Mac via a Digital8 Sony TRV-120. I use A/V pin connector from the VCR, Firewire to the Mac. I get the VCR image on the TRV's LCD, but nothing on the Mac. iMovie says the camcorder is empty, dot. If I put a tape inside, iMovie launches the tape and I get the image from the tape. I was pretty certain that the TRV-120 had the pass-through feature, having seen it mentioned on some reviews. Is there a special manipulation to do? Or do I need the sVHS cable? (would be weird).
    Otherwise, I tried the TRV950E as a converter. The only way I could make the link work through is by recording the analogue signal onto the camcorder tape. I thought it would be easier, am I missing something?
    Thanks in advance for your help!
    Paul

    In my unnEUtered Sony TRV320E Analog to DV passthrough goes like this:
    1. Take the tape out of the camcorder
    2. Connect the analog device's audio and video to the camcorder's minijack, use the S-Video jack for video if the output device supports S-Video
    3. Put the camcorder into VTR-mode
    4. Select A/V->DV out: ON, in VTR mode's menu choices
    5. Disable the info display on the the camcorder by toggling its DISPLAY button
    6. Put iMovie (or other DV application) to the Camera Mode
    The analog image should now appear on the camcorder's screen as well as on the iMovie's screen.
    Note that if you have a tape in the camcorder, you have to put the camcorder's VTR into REC mode (you may pause the tape) but this is not advisable because it produces wear to the tape.
    * Note that the SCART which comes with the European nEUtered TRV320E camcorder is Out-only.
    Notice that some analog to DV passthrough converters (like the TRV320E) don't work in iMovie HD 6.0.2 like they do in iMovie 4.0.1:
    http://www.sjoki.uta.fi/~shmhav/iMovieHD_6_bugs.html#analogDV

  • How does Adobe Forms Central base their automated page breaks when distributing to a PDF form?

    OR
    How can I define those page breaks before Adobe Forms Central created the PDF. I have attempted to "insert" a page break within the form; however, when distributing this form to be created as a PDF, the PDF is still placing the auto-generated page break wherever it wants.
    Is it possible to move these auto generated breaks once the PDF form is created?
    Thank you!

    Did you add the page breaks while in Web View or Page View? FormsCentral uses "web view" as the default, but uses the "page view" to show where the PDF will have page breaks. Go to the menu bar on the top right, select "view," and then select "page view." You  should be able to see page breaks here, and move them where you'd like them. It won't affect what people see on the web, just in the PDF.

  • How does the adapter specific parameters gets filled up?

    Hello,
    How do I check adapter specific parameters?
    like, I am making the Soap action parameter to dynamically fill in the receiver soap adapter.
    I want to check if the correct (one of the 4 actions) action was filled in action field
    how do I check?
    thanks
    nikhil.

    Hi,
    You need to test the scenario from RWB testing to get the proper results about the dynamic settings for adapter specific parameters.
    Refer
    Accessing Adapter-Specific Attributes through User Defined Function
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e964516
    Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    /people/william.li/blog/2006/04/18/dynamic-configuration-of-some-communication-channel-parameters-using-message-mapping
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e964516
    Re: Adapter-Specific Message Attributes
    setting adapter specific message attributes
    Thanks
    Swarup

  • How does Validated Form tag insert the error message?

    I'm using validated forms tags in my jsp and when there is an error in the form
    the error message is set to display on top of the wrong field. This is an attribute
    that I set in the <portlet:validatedForm> tag called "messageAlign", but I want
    to know how this is inserted or what I can do to line it up above the text field
    because it is moving all the elemnts around in the table cell. Any insight would
    be helpful.
    Thanks,
    Travis

    Hard to know what the cause is  because it's like this
    I know what I did to cause this. I upgraded my one of my hard drives, renamed the drive and moved the folder. The missing pictures it can't find were added with the option in the advance menu "copy photo to library" turned off.
    and this
    What I did is added a small SSD as my primary drive. Put the OS and all the apps on it.  Moved my iPhoto and iTunes libraries to an large external.  Most of the picture it is not having a problem wth.  Only certain ones.  Don't actually think I unchecked tha prefeence, but it's acting like i have.  
    seem to be written by two different people.
    This thread
    https://discussions.apple.com/thread/3216539?tstart=30
    has details on how one user hacked the SQL database to fix the issue. Not for the faint hearted. Back up first.
    Regards
    TD

  • How does the Forms Installer detect the platform?

    The Forms Installer is detecting our Red Hat Enterprise Linux 6.3 system as "redhat-Red" and failing the prerequisite check on some systems.
    Specifically, the installer is from ofm_frmrpts_linux_11.1.2.1.0_64_disk1_1of1.zip.
    Other folks on Red Hat EL 6.3 systems show that the installer detects the system as "redhat-6".
    Where is the installer getting the platform information? I have ruled out the following sources:
    /etc/*release (redhat-release, system-release, system-release-cpe)
    `uname -a`
    `uname -r`
    `lsb_release`
    `cat /proc/version`
    All of the above sources yield identical strings on systems that are detected as redhat-Red versus systems detected as redhat-6.
    Is it a Java function? If so, where is it getting the information? Is it a parsing bug between Java 7 update 09 and Java 7 update 13?
    I already know how to skip the prerequisite checks in the installer, but this also skips the automatic package verification, which we want to keep.
    I've also resorted to editing the Disk1/stage/prereq/linux64/refhost.xml to manually change one of the approved platform versions from "6" to "Red" to fool the installer, but this seems like treating the symptoms when we'd prefer to treat the source of the problem.
    Edited by: ibsteveog on Feb 4, 2013 1:15 PM

    I think that rather than attempting to hack the installation, it might be a good idea to work with Oracle Support to fix the problem. It could be that this is an installer bug that needs to be corrected. Further, because this really isn't a "Forms" question, you might get better feedback if you post your question in the "Appication Server" area.
    https://forums.oracle.com/forums/category.jspa?categoryID=193
    If you decide to contact Support, I would recommend that you do it under Application Server, if that is an option. It is the AS Support team that generally handles installation issues.
    If you want to force the installation, you may be able to override the acceptable list of platforms. Take a look at the environment variable SELECTED_PLATFORMS. This is an OUI variable that may help. I haven't been able to find much documentation on it, but it might be worth investigating
    Edited by: Michael Ferrante (Oracle) on Feb 5, 2013 4:45 PM

  • 10g Forms passing parameters 10 Reports

    Hello All,
    Developer 10g (9.0.4.19) and Win2000.
    Converting from web 6i 10 10g.
    6i Forms invokes a report using run_report_product. Parameter values containing spaces have single quotes concatenated to them.
    6i web runs fine.
    I used Forms Migration Assistant to convert to 10g. No errors nor issues reported.
    Run same Form and Report combo on 10g and the report fails with "Quoted string not properly ended".
    Why? Is this a setup issues? A bug?
    I've searched metalink and this forum, seeing many people with the same (or similar) problem but haven't seen a fix offered by Oracle.
    We have several hundred forms/reports and a workaround, or a required change would put a large burden on our small staff.
    Please advise.
    -Chris

    Check out Bug 3451404. You may want to confirm this with Support.
    Regards
    Grant Ronald
    Forms Product Management

  • Forms 6i pass parameters to .exe

    host("a.exe")
    I want to input parameter in FORMS,pass parameters to a.exe running.
    How to do it???

    Hi *928060*
    >
    host("a.exe")
    I want to input parameter in FORMS,pass parameters to a.exe running.
    How to do it???
    >
    host('a.exe'||' '||param1||' '||param2....)Cheers,

  • How does SAPscript 'WRITE_FORM' works ?

    Hi
    I have a Z program working fine, it is a SAPM07DR copy and i aggregated some fields to WASCHEIN form.
    But i see when the program (standard or copy) calls the write form, the field values in program have other values (just the previous values) than the values wich appears in the printed form.
    For example: 
    WASCHEIN KOPF Window has the WERKS value:
             Plant:    &*T001W-WERKS&
    But when the write form is called
              CALL FUNCTION 'WRITE_FORM'
                EXPORTING ELEMENT = 'KOPF'
                WINDOW            = 'KOPF'.
    In the program the *T001W-WERKS field has a different value that the value wich appears in the spool, debugging i see that the field has the prevoius value in the program:
    Program
    *T001W-WERKS
    (when Write Form).............Spool
        '     '...................................Plant:  0900
        '0900'.............................Plant:  0901
    I had to do the same logic in my new aggregated fields, but i realy don't know why does the program works in this way.
    Why the print program and sapscript function works in this way ?
    How does WRITE-FORM works, that is where the function take from the values to print ?
    Thanks
    Frank

    Hi Max
    I hope the program works like you said, but it works:
    old_werks = '   '
    T001W-WERKS = '0900'.
    *T001W-WERKS = T001W-WERKS .
    *T001W-WERKS = old_werks.    <-- '   '
    CALL FUNCTION 'WRITE_FORM'
    (form KOPF with *T001W-WERKS)
    old_werks = '0900'
    T001W-WERKS = '0901'.
    *T001W-WERKS = T001W-WERKS .
    *T001W-WERKS = old_werks.    <--  '0900'
    CALL FUNCTION 'WRITE_FORM' 
    (form with *T001W-WERKS)
    But the FM prints 0900 and after 0901, when the *T001W-WERKS values were '    '  and  '0900'   !!!
    (and with the *T001W-NAME1 field occurs in the same way)
    Why does the FM prints that values ??
    Thanks
    Frank

  • How does Servlet Multithreads work?

    Currently I am trying to make a little server that works as a DatagramSocket server. Whenever it receives the packet, it spawns a thread and this thread will take care of this packet. However, this thread class implements Runnable, and it has class variable of Packet. So to run the thread, I do like:
    PacketRouter rp = new PacketRouter(packet);
    Thread t = new Thread(rp);
    r.start();
    However, in PacketRouter, Packet is a class variable, which could be inconsistent when reading or updating this class variable in another thread. The situation reminds my memory of a Servlet. A container creates a new thread of my servlet to serve particular Request.
    My question is, how does the container pass this Request object down to the servlet's "service" method when run() has no parameter? Thanks.

    Sorry but it seems you did not understand Threading that well - why do you start an own Thread for each packet? A servlet-server already creates a Thread for each request - so you can have even hundreds of requests running (practically) at the same time.
    Furthermore you are in a new Thread so you can't "pass" anything down, the only thing is to wait until this thread would be finished which is ... well plain damn stupid because then you would not need a Thread.
    Good luck, lg Clemens

  • Form Personalization - Custom Function - How to pass parameters?

    Hi,
    My requirement is to call a custom mod pl/sql program (html page) from purchasing when the "approve" button is pressed. I have it working, but don't know how to pass parameters to my function.
    I have my function defined and registered. In the definition under "Web HTML" tab, I have my pl/sql procedure call under "HTML Call". Where do the parameters go?
    On the customization of form POXPOEPO, I am using Builtin - Launch a function. I want to pass the po_header_id, so under "Parameters", I did "Insert Item Value" of :PO_HEADERS.PO_HEADER_ID
    My custom HMTL page is popping up, but the parameter is not being passed. Is there something in the Function Definition where I can define the incoming paramaters?
    Thanks.
    Paul

    Hi paul;
    There are many usefull link avaliable if you googling
    http://www.google.com.tr/#hl=tr&biw=1259&bih=793&&sa=X&ei=4wxQTZmYEISRswaNktWSDQ&ved=0CC4QBSgA&q=How+to+pass+parameters%2Bform+personalization&spell=1&fp=64d53dfd7a69225a
    Regard
    Helios

Maybe you are looking for

  • Help on Sales order report

    Hi, I have a code to display Sales order report. But i need to generate Sales order Line item wise Report. Can anyone help me to modify this code to suit my criteria? DATA: IT_VBAK LIKE VBAK OCCURS 0 WITH HEADER LINE. DATA: IT_VBAP LIKE VBAP OCCURS 0

  • Zapfdingbats missing in JVM 1.3

    I wrote an applet using Zapfdingbats font and it worked fine with JVM 1.1. Now I loaded JVM 1.3. and my applet shows hyroglyphes. I haven't changed my program. What is wrong here? Claude

  • Two Different Cameras, Same Timeline and Sequence

    I am filming with a Sony Z7U and a Panasonic GH1. I use 1080i 30p for the Sony and FHD (which is 108024p) for the Panasonic. I am looking for some advice on exactly what works best and what gives the best outcome for these two units when I Log and Tr

  • Lock 1-pixel Border PNG's for draw9patch

    I have CS5 and I'm trying to lock the out pixel border of a png. This png only has one layer. I'm trying to edit a .9.png before it's been compiled. For those that don't know, the PNG will then be placed in a compiled format with the out one pixel bo

  • How do i activate a pay version of lightroom

    I use it for a month in my Mac book pro and i pay the photographer plan, but i can not activate it...