Calling form with value problem

Hello All,
Platform: forms 6i
calling form- quot.fmx
called form- inv.fmx
Value to pass: ref_no
on Calling form-> button-> when-button-pressed-trigger
DECLARE
P PARAMlist;
BEGIN
P:= CREATE_PARAMETER_LIST('ABC');
ADD_PARAMETER(P,'A_REF_NO',TEXT_PARAMETER,:ref_no);
CALL_FORM('D:\clean\inv.FMX',NO_HIDE,NO_REPLACE,NO_QUERY_ONLY,P);
DESTROY_PARAMETER_LIST(P);
END;On Called form-> Parameter created-> a_ref_no
when-new-block-instance trigger
SET_BLOCK_PROPERTY('inv',DEFAULT_WHERE,'ref_no:='||:PARAMETER.A_REF_NO);
EXECUTE_QUERY;When i am clicking om button form is opening but no value in inv.ref
Please help.

ref_no datatype is number and we are creating text_parameter. Is this creating problem?Why do you have the leading Zero's if REF_NO is a NUMBER? Oracle will automatically strip the leading Zero's unless you specify REF_NO as a VARCHAR2. Your code sample used 000001 so this implied your REF_NO was a VARCHAR2. Is the Data Type of :PARAMETER.A_REF_NO a NUMBER or a CHAR? If it is a CHAR, you will need to cast the value to a NUMBER using the TO_NUMBER() function. You can't rely on Oracle to implicitly convert the CHAR to NUMBER - in fact - Oracle strongly recommends you always cast data type conversion rather than relay on implicit conversions.
And wht do you mean by where clause in forms? are you talking about data block------properties-----------Query data source type------ From clause query------------ (WHERE ref_no=:PARAMETER.A_REF_NO)>
Is your Datablock based on a From Clause Query? If yes, you can't using the BLOCK WHERE property to filter your block records. You will have to alter the From Clause Query each time. Let me know if you are using a From Clause and I'll show you how to make this work.
Craig...

Similar Messages

  • You cannot open window  Service Call Form with your current license  8.8

    Hi Expersts,
         I am trying allocate license for users in 8.8 (PATCH 09) , I am assigning properly but when log in to assigned user i am continously getting the following error. again i checked license has been allocated correctly. it is a CRM License
    Kindly help
    You cannot open window [60110] Service Call Form with your current license
    Regards
    Mohamed

    Dear Mohamed,
    This issue probably occurs due to the application error described in the SAP Note [1456922|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1456922].
    When login B1 with incorrect upper/lower cases for the user name (eg. The user name is registered "manager" but login as "Manager"), the user can login successfully but fails to open a certain form window the user has permission.                                                        
    This issue is planned to be fix in a Patch of 8.8.
    As workaround, until the issue will be fixed, the users should use exactly the same user name as itu2019s represented in the OUSR table, with case sensitive user code.
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

  • VERY URGENT - Adobe forms with email problems

    I THERE - I AM A ADOBE FORMCENTRAL CLIENT I HAVE MY PAYEMENTS ON DAY BUT FOR SOME REASON THE ADOBE STOP RESENDING TO MY EMAUIL ACOUNT AND TO MY CLIENTS  EMAIL ACCOUNT THE SUMARY OF THE FORM THAT IS SUBMITED. THIS IS VERY URGENT THAT BE FIXED FROM YOU SIDE PLS LET ME KNOW WHAT IS HAPENING.
    PLS FIX THIS URGENT AS I HAVE MY CLIENTS SCREEMING ON ME
    PLS ANSWER TO
    [email protected]

    Now is working
    after 2 hours is working now. but this have never hapen before. now I am
    woried with this ADOBE FORM system!!!! it can hapen and I never know.
    br
    henrique
    2014-04-25 21:29 GMT+01:00 Josh_Corey <[email protected]>:
        Re: VERY URGENT - Adobe forms with email problems
    created by Josh_Corey <http://forums.adobe.com/people/Josh_Corey> in
    FormsCentral - View the full discussion<http://forums.adobe.com/message/6331228#6331228

  • Calling form with new db connection

    Hi all,
    This is my problem. I have a requirement to call a form from the when-button-pressed trig of a different form and connect to that called form using a different username/password/connect string. I used logout and logon to do it and it works fine for me (or this machine). My problem is that it doesn't work for anyone else. Whenever anyone else tries the same button (including myself logged into the form on a different machine) they get the error ORA-01012 Not Logged On.
    I have the following code in the pre-form trigger of the called form :
    logout;
    Logon ('scott','tiger'&#0124; &#0124;'@'&#0124; &#0124;'dev');
    AS I said it works for me on this machine. What am I missing? Thanks in advance.
    Required info:
    Forms [32 Bit] Version 6.0.5.0.2 (Production)
    Oracle Toolkit Version 6.0.5.6.0 (Production)
    PL/SQL Version 8.0.5.1.0 (Production)
    OPerating sys: windows 2000
    Database Oracle 8.0.6.1.0

    make sure that the same database alias is configured in the tnsnames.ora on all the machines.

  • Call  form   with out  broken image icon

    Question: How can fit the tags of a <form> into a small
    cell without the tags causing misalingment in the table?
    I need to put a PayPal button on my site. The shopping cart I
    was using up until now used only a link so I simply used hotspots
    on button images. This new PayPal button sends information from my
    site to PayPal with a <form>. The problem I am having is with
    the elements in the red dotted form box ( yellow tags and broken
    image icon). I have made the yellow tags invisible but the grey
    broken image icon won't fit into the small cell( 86x22 ) of my
    sites menu bar with out misaligning the table of cells. I spent
    considerable time building my menu bar from layers so I would like
    to keep intact.
    The gray broken image icon shows because PayPal requires
    that you copy the button image location directly from the browser
    webpage <input type="image" src="
    http://www.glotosleep.com/images_2007/img_buy_now_paypal.gif"
    Thank You for any help. I am sure there is a simple solution
    I just was not able find it anywhere on the net.
    my site is www,glotosleep.com and the button i would like to
    link to the PayPal form is the "Buy Now" in the menu bar

    Question: How can fit the tags of a <form> into a small
    cell without the tags causing misalingment in the table?
    I need to put a PayPal button on my site. The shopping cart I
    was using up until now used only a link so I simply used hotspots
    on button images. This new PayPal button sends information from my
    site to PayPal with a <form>. The problem I am having is with
    the elements in the red dotted form box ( yellow tags and broken
    image icon). I have made the yellow tags invisible but the grey
    broken image icon won't fit into the small cell( 86x22 ) of my
    sites menu bar with out misaligning the table of cells. I spent
    considerable time building my menu bar from layers so I would like
    to keep intact.
    The gray broken image icon shows because PayPal requires
    that you copy the button image location directly from the browser
    webpage <input type="image" src="
    http://www.glotosleep.com/images_2007/img_buy_now_paypal.gif"
    Thank You for any help. I am sure there is a simple solution
    I just was not able find it anywhere on the net.
    my site is www,glotosleep.com and the button i would like to
    link to the PayPal form is the "Buy Now" in the menu bar

  • IAS calling forms with parameters

    Hi,
    we are using IAS, and i want to logon oarcle applications sesion by calling a form (via url). In addition i would like to pass parameter to the form at the same time. Is that posible? How can i do it?
    Thanks in advance
    Julio

    if you are using the forms servlet you can pass your parameters on the URL that calls forms otherparams=p1='10'

  • Call WD Interactive Form with Values from ABAP Report

    Hallo together,
    i have a simple ABAP report with some values.
    How to call a webdynpro passing these values and using them in Select-Statements to prefill the called Interactive Form
    Thanks
    Philip

    Hi Runal,
    i tried this and i get the parameters in the defaulthandler event.
    but now i need these values in the supply function of my node to get the values which should be display.
    How to access from supply function to the defaulthandler event? I read some threads but none answered my question i think.
    METHOD handledefault .
      DATA: it_parameter TYPE tihttpnvp,
            wa_parameter LIKE LINE OF it_parameter.
      wdevent->get_data(
        EXPORTING
          name =  if_wd_application=>all_url_parameters
        IMPORTING
          value = it_parameter  ).
    ENDMETHOD.
    Thanks
    Philip

  • Calling jsp with parameter - problem

    Hi,
    i am calling another jsp in onclick event. But the parameter does seems to be passed.
    when i write like below seperately,
    <script type="text/javascript">
                   window.location.href='emp2.jsp?empcode=<%=request.getParameter("empcode")%>&descr=<%=request.getParameter("empname")%>'
    </script>
    I can see emp2.jsp with correct parameters.
    But when i use the above logic in onclick event, the empcode is missing.
    See the onclick event.
    <INPUT TYPE="submit" value="Modify" ONCLICK="window.location.href='emp2.jsp?empcode=<%=request.getParameter("empcode")%>&descr=<%=request.getParameter("empname")%>'">
    Pls help where am i doing wrong.

    Looks like it should work, provided empcode and empname are both in the request parameters when you load this page.
    If you enter in the empcode and empname on the same screen as the submit button, this won't work.
    I would suggest you just use the default action of a submit button, and submit a form.
    This should be exactly equivalent to what you have written in your onclick event.
    <form action="emp2.jsp>
    <input type="hidden" name="empcode value="<%= request.getParameter("empcode") %>"
    <input type="hidden" name="descr value="<%= request.getParameter("empname") %>"
    <input type="submit" value="Modify">
    </form>

  • When I fill fields on a form and ask to print using form fields only, the infomation doesn't show up. Other people in the office use the same form with no problem. Using XI standard.

    I have a fillable form that is used by everyone in the office. When the fields are filled we print using the form fields only option to print on our invoices. When I go to print it in Acrobat XI standard using the form fields only option, none of the information I filled shows up or prints. No one else in the office has this problem. Does anyone know why I can't do this, but other people can?

    I have a fillable form that is used by everyone in the office. When the fields are filled we print using the form fields only option to print on our invoices. When I go to print it in Acrobat XI standard using the form fields only option, none of the information I filled shows up or prints. No one else in the office has this problem. Does anyone know why I can't do this, but other people can?

  • When a contact tries to call me on FaceTime, they are told I'm not available. In settings, it's turned on and I can call them with no problem immediately after they've tried calling me. Any ideas?

    Facetime tells my contacts I'm not available. My FaceTime is turned on in settings and  I'm able to FaceTime them immediately after they've tried calling me. Any ideas what I'm missing? 

    Try going to settings and turning FaceTime off, then back on again.  A hard reset may also help(hold down the power button and the home button together until you see the Apple logo)

  • Can I add my parameter in address bar when calling form?

    Hi,
    I need to call form with parameter.
    I'm calling reports with parameters. For example: [http://server:7778/reports/rwservlet?report=/home/oracle/report.rdf&userid=usr/pass@db&P_PARAMETER1=value&P_PARAMETER2=value]
    I need to do the same with form.
    I tried but couldnot success. How can I do that?
    I tried with: [http://server:7778/forms/frmservlet?form=/home/oracle/form.fmx&userid=usr/pass@db&P_PARAMETER1=value&P_PARAMETER2=value]
    I added WHEN-NEW-FORM-INSTANCE in form:
    declare
    pl_id paramList;
    parameter_type number;
    parameter_value varchar2 (200);
    begin
    pl_id := get_parameter_list ('default');
    if not id_null (pl_id) then
    get_parameter_attr (pl_id, 'P_PARAMETER1', parameter_type, parameter_value);
    destroy_parameter_list (pl_id);
    if parameter_value is not null then
    USING PARAMETER...
    end if;
    end if;
    end;
    Edited by: Fitibaldi on Nov 25, 2008 1:30 AM

    Hello,
    In the url, the private parameters must be placved after the otherparams key word:
    http://server.../frmservelt?config=MY_CONFIG&otherparams=the_param=the_value&...
    The parameter list is not used in this case.
    These parameters must exist in your Forms module in order to be used via the :PARAMETER object:
    Declare
      value varchar2(100);
    Begin
      value := :PARAMETER.the_param ;
    End;Francois

  • URGENT : CALL FORM 9iAS

    Hi,
    Could anyone tell me why if I call a form through
    Call_Form(form_name,No_Hide,Do_Replace,NO_QUERY_ONLY,pl_id)
    It doesn't replace the default menu module of the calling form with the default menu module of the called form ??
    Thanks
    Regards
    Giordano

    Hi,
    From form module just right click and go to property paletter and remove default menu value. And then try

  • Assigning Parameter with Values Using A Loop,

    I have the following requirement.
    I have a form that has 40 parameters defined. I have another table where these 40 parameters have been defined. i.e. the same name in the table is the same name I have given to the parameter. e.g. In the table I have a parameter P10000 and in the form I have the same parameter P10000. My Requirement is to Assing the Parameters in the Form With Values from the table by Looping through the records in the table where they have been defined.
    My Table Structure
    create table ad_user_limits
    ul_usr_code varchar2(20 char),
    ul_limit_code varchar2(20 char),
    ul_limit_yn varchar2(1 char),
    ul_limit_value varchar2(255 char)
    Sample Data
    Insert into ad_user_limits(ul_usr_code, ul_limit_code,ul_limit_yn, ul_limit_value)
    values('100','P10000','Y', 10000000);
    Insert into ad_user_limits(ul_usr_code, ul_limit_code,ul_limit_yn, ul_limit_value)
    values('100','P10001','N', 10000000);
    Insert into ad_user_limits(ul_usr_code, ul_limit_code,ul_limit_yn, ul_limit_value)
    values('100','P10002','Y', 30000);
    Insert into ad_user_limits(ul_usr_code, ul_limit_code,ul_limit_yn, ul_limit_value)
    values('100','P10003','Y', 10);
    I am using the Following Code at WHEN-CREATE-RECORD trigger at form level.
    PROCEDURE populate_cert IS
    pl_id paramlist;
    pl_name VARCHAR2 (20 CHAR) := 'cert_list';
    v_limit_code VARCHAR2 (20 CHAR);
    v_pad VARCHAR2 (1 CHAR) := '''';
    BEGIN
    pl_id := GET_PARAMETER_LIST (pl_name);
    IF NOT ID_NULL (pl_id) THEN
    DESTROY_PARAMETER_LIST (pl_id);
    END IF;
    pl_id := CREATE_PARAMETER_LIST (pl_name);
    FOR cert IN (SELECT UPPER (ul_limit_code) ul_limit_code, ul_limit_yn,
    ul_limit_value,
    'P' || SUBSTR (ul_limit_code, 3) p_limit_code
    FROM ad_user_limits
    WHERE ul_usr_code = :parameter.user_code
    ORDER BY ul_limit_code) LOOP
    alert_no(length(cert.p_limit_code));      
    IF NOT ID_NULL (pl_id) THEN
    ADD_PARAMETER (pl_id,
    cert.p_limit_code,
    text_parameter,
    cert.ul_limit_value
    END IF;
    END LOOP;
    END populate_cert;
    My Question is;
    After the Loop, I expect the Parameters to have Values. e.g. P10000 value should be 10000000. Why is this Parameter Null even after the Loop?
    Any Help is Appreciated.
    Regards,
    Eric.

    It's not necessary a name_in
    Following your code... and if you have defined the parameters in the form:
    ORDER BY ul_limit_code) LOOP
                                                                               IF NOT ID_NULL (pl_id) THEN
                                            copy(cert.ul_limit_value,'PARAMETER.'||cert.p_limit_code);
              END IF;
                                            END LOOP;
                                            message(':parameter.p0000->'||:parameter.p0000);
                                            message(':parameter.p0001->'||:parameter.p0001);
                                            message(':parameter.p0002->'||:parameter.p0002);
                                            message(':parameter.p0003->'||:parameter.p0003);
    END populate_cert;

  • In portlets, how to use a html form passing  values to the another page?

    it is well known that in web developing , we have two methods to pass values to another page.<!--
    1. passing values
    2.<form action="nextPage" method ="post"></form>-->
    but how to use two methods in oracle portal portlets?
    I have got a simple example which submit two values to the page for itself, means a page has a form with submit botton, user input the form with values and then submit them by submit botton, then the page recevice those values and show it .
    this example is powered by oracle ,
    please have a look at these code:
    <br><br>
    <%@ page contentType="text/html;charset=UTF-8" %>
    <%@page import="java.util.*, oracle.portal.provider.v2.*" %>
    <%@page import="oracle.portal.provider.v2.http.HttpCommonConstants" %>
    <%@page import="oracle.portal.provider.v2.render.PortletRendererUtil" %>
    <%@page import="oracle.portal.provider.v2.render.PortletRenderRequest" %>
    <%@page import="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil" %>
    <%@page import="oracle.portal.provider.v2.url.UrlUtils" %>
    <%
    // The form submit URL refers to the current Portal page. All portlets
    // on this page share this URL. This means that the per portlet parameters
    // are in the same request. Portlets must ensure that its paramerters don't
    // collide either with other portlets or other instances of itself. This
    // is generally accomplished by using "fully-qualified" parameter names. A
    // fully-qualified parameter name prepends the (unique) portlet reference to
    // the parameter. The JPDK provides a utility to accomplish this.
    String portletParamName = "mName";
    String portletParamAge = "mAge";
    String portletParamSubmit = "mSubmit";
    String fName = HttpPortletRendererUtil.portletParameter(request, portletParamName);
    String fAge = HttpPortletRendererUtil.portletParameter(request, portletParamAge);
    String fSubmit = HttpPortletRendererUtil.portletParameter(request, portletParamSubmit);
    // These are the session attribute names used to store the current values.
    // Because all instances of this portlet share the same user session we must
    // also fully-qualify these names to avoid collisions.
    String sName = HttpPortletRendererUtil.portletParameter(request, "sName");
    String sAge = HttpPortletRendererUtil.portletParameter(request, "sAge");
    PortletRenderRequest pRequest = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    String formName = UrlUtils.htmlFormName(pRequest,null);
    ProviderUser user = pRequest.getUser();
    ProviderSession providerSession = user.getSession();
    if (providerSession == null)
    %>
    Your provider session has been terminated or has timed out
    and you need to logout and then login to re-establish the session.
    <%
    else
    // Record, in session storage, the last values submitted.
    if (pRequest.getQualifiedParameter(portletParamSubmit) != null)
    providerSession.setAttribute(sName, pRequest.getQualifiedParameter(portletParamName));
    providerSession.setAttribute(sAge, pRequest.getQualifiedParameter(portletParamAge));
    %>
    <!-- Output the HTML content -->
    <center>
    <table width="70%">
    <tr>
    <td>
    <b>This portlet shows how to post and process information from HTML forms.</b>
    </td>
    </tr>
    </table>
    <form name="<%= formName %>" method="POST"
    action="<%= UrlUtils.htmlFormActionLink(pRequest,UrlUtils.PAGE_LINK) %>">
    <%= UrlUtils.htmlFormHiddenFields(pRequest,UrlUtils.PAGE_LINK, formName) %>
    <table>
    <tr>
    <td>
    <b>Name :</b>
    </td>
    <td>
    <input type="text" size="20" name="<%= fName %>" value="">
    </td>
    </tr>
    <tr>
    <td>
    <b>Age : </b>
    </td>
    <td>
    <input type="text" size="3" name="<%= fAge %>" value="">
    </td>
    </tr>
    </table>
    <br>
    <INPUT TYPE=submit name="<%= fSubmit %>" Value="Submit">
    </form>
    <%
    if ((providerSession.getAttribute(sName) == null)&& (providerSession.getAttribute(sAge) == null)) {
    %>
    <b>No values have been submitted yet.</b>
    <%
    } else {
    %>
    <b> Last submitted values:</b><br>
    <table>
    <tr>
    <td>
    <b>Name: </b>
    </td>
    <td>
    <b><%= providerSession.getAttribute(sName) %></b>
    </td>
    </tr>
    <tr>
    <td>
    <b>Age: </b>
    </td>
    <td>
    <b><%= providerSession.getAttribute(sAge) %></b>
    </td>
    </tr>
    </table>
    <%
    %>
    </center>
    <%
    %>
    <br><br>
    <br><br>
    <br><br>
    but I want to write the form in a page , and then show it on another page , how to write it ?
    I have read the pdk:
    oracle.portal.provider.v2.url Classes
    UrlUtils
    then I use these method , as this :
    //frist page:
    <br><br><br><br>
    <%@page contentType="text/html; charset=Big5"
    import="oracle.portal.provider.v2.render.PortletRenderRequest"
    import="oracle.portal.provider.v2.http.HttpCommonConstants"
    %>
    <%@ page import="oracle.portal.provider.v2.*"%>
    <%@ page import="oracle.portal.provider.v2.render.PortletRendererUtil"%>
    <%@ page import="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil"%>
    <%@ page import="oracle.portal.provider.v2.url.UrlUtils"%>
    <%
    PortletRenderRequest pReq = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    %>
    <P>Hello <%= pReq.getUser().getName() %>.</P>
    <P>This is the <b><i>Show</i></b> render mode!</P>
    this is a program to test the passing value
    <%
    String portletParamName = "mName";
    String portletParamAge = "mAge";
    String portletParamSubmit = "mSubmit";
    String fName = HttpPortletRendererUtil.portletParameter(request, portletParamName);
    String fAge = HttpPortletRendererUtil.portletParameter(request, portletParamAge);
    String fSubmit = HttpPortletRendererUtil.portletParameter(request, portletParamSubmit);
    PortletRenderRequest pr=(PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    String formName=UrlUtils.htmlFormName(pr, null);
    %>
    <form name="<%=formName%>" method="post" action="<%=UrlUtils.htmlFormActionLink("/htdocs/passingvalues4/getValues.jsp")%>">
    <%= UrlUtils.htmlFormHiddenFields("/htdocs/passingvalues4/getValues.jsp") %>
    name:<input type="text" size="20" name="<%= fName %>" value="">
    p w :<input type="text" size="3" name="<%= fAge %>" value="">
    <INPUT TYPE=submit name="<%= fSubmit %>" Value="Submit">
    </form>
    //getValues.jsp<br><br>
    <br><br>
    <%@page contentType="text/html; charset=Big5"
    import="oracle.portal.provider.v2.render.PortletRenderRequest"
    import="oracle.portal.provider.v2.http.HttpCommonConstants"
    %>
    <%@ page import="oracle.portal.provider.v2.*"%>
    <%@ page import="oracle.portal.provider.v2.render.PortletRendererUtil"%>
    <%@ page import="oracle.portal.provider.v2.render.http.HttpPortletRendererUtil"%>
    <%@ page import="oracle.portal.provider.v2.url.UrlUtils"%>
    <% String portletParamName = "mName";
    String portletParamAge = "mAge";
    String portletParamSubmit = "mSubmit";
    String fName = HttpPortletRendererUtil.portletParameter(request, portletParamName);
    String fAge = HttpPortletRendererUtil.portletParameter(request, portletParamAge);
    String fSubmit = HttpPortletRendererUtil.portletParameter(request, portletParamSubmit);%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=Big5">
    <title>untitled</title>
    </head>
    <body>
    Name:<%=fName%>
    Age :<%=fAge%>
    </body>
    </html>
    <br>then I deployed them on the portal , run it , the result is :after I submit it , the browser give me : http 404 page not found!
    [b]here is the provider.xml<br>[b[i]]<?xml version = '1.0' encoding = 'UTF-8'?>
    <?providerDefinition version="3.1"?>
    <provider class="oracle.portal.provider.v2.DefaultProviderDefinition">
    <session>true</session>
    <passAllUrlParams>true</passAllUrlParams>
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>1</id>
    <name>PassingValues4</name>
    <title>PassingValues4</title>
    <description>PassingValues4</description>
    <timeout>60</timeout>
    <showEditToPublic>false</showEditToPublic>
    <hasAbout>false</hasAbout>
    <showEdit>false</showEdit>
    <hasHelp>false</hasHelp>
    <showEditDefault>false</showEditDefault>
    <showDetails>false</showDetails>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <renderContainer>true</renderContainer>
    <renderCustomize>true</renderCustomize>
    <autoRedirect>true</autoRedirect>
    <contentType>text/html</contentType>
    <showPage>/htdocs/passingvalues4/PassingValues4InputPage.jsp</showPage>
    <showPage>/htdocs/passingvalues4/getValues.jsp</showPage>
    </renderer>
    </portlet>
    </provider>
    <br><br><br>
    <br><br>
    would you kind enough to help me ? thanks!!!
    Message was edited by:
    moonsoft

    Hi Moonsoft,
    I have already answered this query in the other post at Re: how to link more than one links in portlet?(jsp develop)
    <form name = "showPageForm" method = "POST" action = "<%= UrlUtils.htmlFormActionLink(pReq,UrlUtils.PAGE_LINK) %>">
      <%= UrlUtils.htmlFormHiddenFields(pReq,UrlUtils.PAGE_LINK, "showPageForm") %>
      <input type="text" name="param1">
      <input type="text" name="param2">
      <input type="hidden" name="myPPN" value="/htdocs/page2.jsp">
    </form>then in your jsp code on page2.jsp, you will extract the parameters by specifying
    <%
      String p1 = request.getParameter("param1");
      String p2 = request.getParameter("param2");
    %>
    >>this is easy common jsp or asp development, but in oracle is too diffcult!!!!
    :-) .. there is a difference between web-applications and portlets, you just need to get used to it once. I hope this does clarify your doubts.
    thanks,
    Harsha

  • Commit during Call form,open form?

    If i open another form using call/open form command and exit out of the form which is over the base form with some code, what will happen to the data in the base form.
    How can i commit from the call /open form the base form.
    is there any property that needs to set up.
    What is the default behaviour in case of New form, open form , call form.

    Call form:
    Runs an indicated form while keeping the parent form active. Form Builder runs the called form with the same Runform preferences as the parent form. When the called form is exited Form Builder processing resumes in the calling form at the point from which you initiated the call to CALL_FORM.
    New Form:
    Runs an indicated form while keeping the parent form active. Form Builder runs the called form with the same Runform preferences as the parent form. When the called form is exited Form Builder processing resumes in the calling form at the point from which you initiated the call to CALL_FORM.
    Open Form:
    Opens the indicated form. Use OPEN_FORM to create multiple-form applications, that is, applications that open more than one form at the same time.

Maybe you are looking for

  • Installation Officejet 4335 all-in-one

    Since my laptop crashed (Acer Aspire - Vista) I have bought a new one (hp 250 G3 – windows 7). And I therefore want to reinstall my Officejet 4335 all-in-one. I have reinstalled this printer many times on my old laptop using AIO_CDB_Full_Non-Network_

  • BADI for reversal of entry in FBCJ

    Hello friends,   I have selected the BADI ac_document for posting through transaction FBCJ, to get the document number and amount. But i am unable to get a BADI for reversal of the same entry in FBCJ. I have listed out some BADIs which get triggered

  • What type of vga cord should i use?

    I just purchased a mac mini and it is on its way. I have a 22'' memorex lcd tv and it has a VGA plug in. What type of vga cord should i use? Theres male to male and theres male to female. Which cord should i use and does any1 know a site i can order

  • Multiple namespace in Reciver XML file

    Hi I am recivering a file which has a namespace declaration like this. <?xml version="1.0" encoding="UTF-8"?> <Messages xmlns="http://www.emeter.com/energyip/readsforbillinginterface2"> <ReplyMessage xmlns="http://www.emeter.com/energyip/readsforbill

  • Networks not visable

    Since upgrading to 10.5.3 on my G5 iMac I cannot cannot use WifI to connect to the net as it says I don't have a card installed: AirPort Card Information: Wireless Card Type: AirPort Extreme (0x14E4, 0x88) Wireless Card Locale: Asia Pacific Wireless