Assigning Value to text box which is in another form

i have got created on form with link buttons, on click of these link buttons it will take me to another page which has got matrix, on double click of this matrix the value should be assigned to a text box in previous page, can any one tell me how to do it. it's very urgent.
Thanks & Regards,
Jayanth

Hi Jayanath,
I am putting a code that I am using to put values between different forms.
You will need to Change the String "FormID" with your own ID that u assigned to the form while creating. Also change "TxtControl"  with your textbox ID. This might not be the exact solution to your problem but by manipulating it a little you will be able to do it.
Dim MatrixValue as String
oTextBox = CType(SBO_Application.Forms.Item("FormID").Items.Item("TxtControl").Specific, SAPbouiCOM.EditText)
oTextBox2 = (SAPbouiCom.EditText)oMatrix.Columns.Item("ColumnID").Cells.Item(SelectedRowNo).Specific
OTextBox.Value = OTextBox2.Value
Hope it Helps
Regards
Rizwan Hafeez
Team Lead
SAP Addon Development Section
Abacus Consulting - Pakistan
Message was edited by:
        Rizwan Hafeez

Similar Messages

  • How to get peoplepicker multiple value in text box?

    Hi All,
    How to get multiple selection people-picker value into text box while using InfoPath?
    Thanks in advance!

    Hi,
    According to your post, my understanding is that you wanted to get peoplepicker multiple value in text box.
    You can set the default value of the text box to:
    eval(eval(Person, 'concat(pc:DisplayName, "; ")'), "..")
    Or change XPath (advanced) to
    xdMath:Eval(xdMath:Eval(../my:group/pc:Person, 'concat(pc:DisplayName, "; ")'), "..")
    More information:
    Use Person/Group Picker in Infopath form to send multiple contacts to a SharePoint Workflow
    InfoPath Forms – Show Person/Group Picker Values in Text Box
    InfoPath Reference to Undeclared Namespace Prefix: ‘PC’
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Infopath - Show All values in Text box From PeoplePicker control (Display Name)

    I have One People Picker Control and one Text box.I set Value of Text box to "Display Name" and problem is that it show only First Value.so is there a way to show all values of "Display Name" in Text box ?
    Thanks

    Thanks
    the link that you provied , didnt help me but i dig into "http://www.infopathdev.com/forums/t/19623.aspx" and found solution.
    here is my solution :
    1- Create one Picker control (i changed name of control to Member ) and one Text Box
    2- Set Value of Text box to xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:AccountId, ";")'), "..")
    3- if you changed name's picker control just Replace "../my:Member/pc:Person" with name's People Picker control on your Form.
    Edit 1 : I found out Why the formula in that Blog didn't work.it Because of copy/Paste
    Dont Copy/Paste Formula because maybe you get Error . how ? here :
    if you copy this formula :
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:AccountId,
    result will be in Field :
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, ‘concat(pc:AccountId,
    Look carefully, you see “..” instead ".." , this why you get Error Because of “
    Edit 2 : if you want to show only Display name you can Replace
    "pc:AccountId" to "pc:DisplayName".Here is Formula
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:DisplayName, ";")'), "..")

  • How to populate a default value in Text box depending on Poplist selection

    We have a requirement to populate a default value in a Text Box when user chooses a value from poplist (of type MessageChoice adjacent to the Text Box). This page is a Oracle Seeded Page. I understand that this is not possible using personalization. Can please someone guide me as to how should we proceed for this.

    Can I add PPR event to the standard page?
    YesAlso Can I change the Controller code of the standard page to catch the PPR event?
    You need not change the controller, you can extend the controller!Although Oracle discourages extension of controller, but as of now there is no other alternative! These controller extensions will mostly survive upgrades, as Oracle won't be removing all base controller classes.Is it allowed to make changes in standard XML page and import it once again?
    No, standard UIXML should not be changed. But y would u need that, you cando the Ui changes with personlization and if needed programitically in process request method of controller, by takeing control on that particular bean!
    I hope i have resolved your queries.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to show Append Changes previous value in text box during edit

    Hi,
    I am using multi text column with append mode, all feature of append mode is working fine,but when any other field has been changed on that time append text box take blank value.
    when using same list with ssrs ,report shows the current data,but after approved by manager current item change in blank and current data come in history.
    is any way to do ,if any body change the any item same data appear during edit time in same column.
    Hasan Jamal Siddiqui(MCTS,MCPD,ITIL@V3),Sharepoint and EPM Consultant,TCS
    |
    | Twitter

    Hi  Hasan,
    According to your description, my understanding is that the multi text column with append mode is not working fine in your SharePoint 2010.
    For reproducing your scenario, I created a new custom list , turned on its version  feature and added a multi text column with append mode. But it was working fine when I change the values of both the
     multi text column and other columns.
    For your issue, could you create a new list to verify the multi text column with append mode  works correctly.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to pupup the calendar value into text box ?

    Hi
    I want to use the calendar for my text field .
    The calendar will popup when I click a button /image. This image will appear next to text box . when click the calendar. The values should come to into text box.
    Please give me any idea how to write a code in jsp for handling the value from calendar.
    Thanks
    Merlin Roshina

    I am assuming u have popupcalendar.js and stylesheets.
    Include the javascript in your jsp.
    <script type="text/javascript" src="scripts/popcalendar.js"/>
    and call the method popUpCalendar on some event like onclick as shown below.
    <img border="1" src="images/calendaricon.jpg" title="Open calendar" onClick="popUpCalendar(this,<object to be populated>,'mm/dd/yyyy')" alt="Calendar"/>
    <object to be populated> u can give it like this for your text box. U can define an id attribute for your text box and call document.getElementById("<id name>")
    and rest the javascript will take care.

  • Retain last value in text box

    Hi all,
    I created a html page to the content server. In that page I created a popup. When I call the popup I can write some text in the textbox to do a search on my database. Then, the results are displayed in the popup. However, if I want to do a new search I have to write again in the text box. My question is: How can I retain the last thing that I wrote in text box? (only when the popup is open)
    Like the content server does when we click on Quick Search. It shows the results and retain the value on the search box.
    Thanks in advance,
    Edited by: RRS on 27/Mai/2009 8:12

    Hey RSS,
    Yes correct, you have to change <input type="text" id="designation" name="designation" value="">
    so your line will look like this:
    <input type="text" id="designation" name="designation" value="javascript:document.getElementById('designation');">
    My javascript is a bit rusty so if that doesn't work try: value="javascript:document.getElementById('designation').value;
    (adding a .value at the end)
    Another way of doing it can be by modifying your line <form name="Entities" method="POST" action="<$HttpCgiPath$>"> and say:
    <form name="Entities" method="POST" onclick="document.getElementById('designation').value=
    document.getElementById('designation').value" action="<$HttpCgiPath$>">
    NOTE: for this last one to work u need to have that inside javascript tags, or add "avascript:" at the begining like I did for the input value above.
    Cheers,

  • Reset value of text box and still have user input as well.

    Hi,
    I currently have a PDF form that helps users print of labels depending what is entered into the first page and one of the boxes has an 'Additional Info' box that puts unto 10 characters onto one of the labels.
    This was made because a customer wanted something defining on the boxes so I included it on the box label now I have found another use for it.
    If a customer asks we can make a custom size curtain but only so many can fit in a box as we show on the label how many fits in the box depending on the size via icons and I have decided to use this extra info to define how many are in this box if the customer asks for a custom size and I have managed to be able to have a dialogue box that the user enters how many will be in the box and it will enter that into the extra info box but I have found no way of clearing it when we start using standard size again except from event.value = " " unfortunately this stops the user from being able to edit anything within the box as it clears as any calculation is run through again.
    I have tried using
    if (this.getField("SizeDrop").value == 'BE'){
    event.value = this.getField("csn").value + " IN A BOX"
    } else {
    event.value.defaultValue;
    but it will not clear the box but allows the user to clear it and be able to put any other information in it if required.
    is there anyway of having the box cleared after "SizeDrop" is changed from 'BE'?
    Thanks,
    Bruce

    Hi - Thanks for your time; I was trying to make it work without using the operator pattern MATCH within the prompt definition; i dont want to show the answers report to the user with the words like contains any, pattern match so i was trying to use the operator equal to/is in within the prompt definition which does not work
    thanks for your time

  • How to get jsp value in text box

    hi..i want to put jsp expression value in html text box tag "value" option..so how can i do??
    here is my code
    <input type="text" name="fname" value="<%= e_vector.elementAt(1).toString()" class="Content1" disabled="disabled"> is this right ?? because it gives me error...."unexpected end of file in core tag"
    thanks in advance
    regards
    Chintan

    You forgot the closing %>
    <input type="text" name="fname" value="<%= e_vector.elementAt(1).toString()%>" class="Content1" disabled="disabled">

  • Is it possible to label photos in pages docs without using a text box which is not directly 'fixed' to the photo

    having imported photos from iPhoto I require to label them to make it clear as to what they represent in the text.

    My two cents.
    Insert the picture in the text box embedding the label.
    This way you will be able to move both of them easily.
    Here the text box is deliberately too large so that you see it.
    Yvan KOENIG (VALLAURIS, France) mardi 3 mai 2011 16:13:19
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Users are adding text boxes and not typing in form fields.

    I have created forms for a client to use as grade school report cards. Some of the teachers are having issues because they are not clicking on the form fields to add information. They are actually creating and editing their own text boxes. The instructions to click on the form field and type do not seem to be working. Any suggestions?

    You can use standard password security to allow form filling but disallow commenting, which includes adding text boxes.

  • I am unable to type in a text box on a PDF fillable form.

    I have previously had no problem typing in text boxes on PDF fillable forms in Firefox but now nothing appears when I try in to type the information in. I am not having this problem with the same PDF forms on either the Internet Explorer or Google Chrome browsers.

    Your system details list show shat you have two Adobe Reader plugins installed.
    # Adobe PDF Plug-In For Firefox and Netscape 10.1.1
    # Adobe PDF Plug-In For Firefox and Netscape "9.4.5"
    Uninstall them both and install the latest Adobe Reader version.
    * http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    *https://support.mozilla.org/kb/Using+the+Adobe+Reader+plugin+with+Firefox
    *http://kb.mozillazine.org/Adobe_Reader
    *http://get.adobe.com/reader/otherversions/

  • Assigning value to Field - Symbol ( which is type of internal table field )

    Hi All,
      I am facing problem to assign the value to a field symbol. My requirement is creating a dynamic internal table and populate values into that internal table, so that i can display the values .
      I am having a structure with fields like status , Plant1 name , Plant2 name.....Plant n .
      So i declared an internal table it_tab with this structure.
      I am having one more table which having number of records for Plant1 ,Plant 2 ,....Plant n based on some condition.
      I need to count the number of records for Plant1 and i need to put in the internal table it_tab.
      For this i created field-symbol .
    Here, t_deployment table will have the plants 1,2,3...and
         t_devobject will have some records for these plants.
    LOOP AT T_DEPLOYMENT. 
    clear w_count.
    LOOP AT T_DEVOBJECT WHERE ZDEPLOYMENT = T_DEPLOYMENT-DOMVALUE_L AND
                              ZADSTATUS = '10'.
    w_count = w_count + 1.
    ENDLOOP.
    concatenate 'it_tab-' t_deployment-domvalue_l into var_bet_name.
    assign var_bet_name to <bet_var_name>.
    now my internal table field i.e. it_tab-plant1 came into <bet_var_name> . But i want to assign a value for it.
    at last what i need is it_tab-plant1 = w_count.
    whaterver the w_count has value that needs to assign to it_tab-plant1. But i don't want to assign directly it it_tab-plant1. I want to assign dynamically. Because tommorrow some more plants added to t_deployments , i don't want to make changes to my program. It should take care....w/o changing the program.
    I tried the following statement.
    (<bet_var_name>) = w_count. But its not working.
    Please let me know how i can get this.
    Thanks in Advance.
    Pavan.

    Hi pavan,
    As ur requirement is creating a dynamic internal table,
    try the following way,
    remember the fieldcat should be of type LVC not SLIS.
    BUILD LT_LVCFIELDCAT in a way that, the value from the internal table becomes the fieldname
    ex:-
    loop at it_models INTO WA_MODELS.
        LS_LVCFIELDCAT-FIELDNAME = WA_models-MODEL.
        LS_LVCFIELDCAT-SELTEXT = WA_models-MODEL.
    append ls_lvcfieldcat to lt_lvcfieldcat.
    endloop.
    DATA: DREF TYPE REF TO DATA,WA_REF TYPE REF TO DATA.
    FIELD-SYMBOLS: <TEMP_TAB> TYPE TABLE, <TEMP_WA> TYPE ANY.
    CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = LT_LVCFIELDCAT
        IMPORTING
          EP_TABLE        = DREF.
      ASSIGN dref->*  TO <TEMP_TAB>.
    now basing on the fieldcatalog <temp_tab> is build.
    NOW FILL <TEMP_TAB>.
    WHILE FILLING, ASSIGN COMPONENT IDX/NAME.....
    this statement will be very usefull.
    i hope this will be help full.
    pls reward the points if it helps u.
    regards
    Hyma

  • How can i set the values to text box by selecting from drop down list.

    hi ,
    i am using struts and jsps. i have a dropdown list of names(getting the values of names from database), i want to get address and phone number of that selected one.how can i get that?

    Hi swarupa,
    Well My advice in this senario wud Be
    Either U can make Use of XmlHttp Object through javascript(AJAX way).
    Or U need to Maintain the State of the entire form and then refresh the page to get those results....
    just for U r reference i am attaching a link which was programmed using ASP @ server side and which made use of XmlHttp Object.....
    http://www.w3schools.com/ajax/ajax_database.asp
    Just try to simulate the samething in your own way....
    REGARDS,
    RAHUL

  • Display Currency Value of User POV for Entity & Value in Text Box (Header)

    I am looking for a function in Financial Reporting Studio that operates the same as the HsCurrency function in Smart View. This would allow batch reports displaying the currency value of the User POV for Entity based on the User POV for Value. Right now I have to have Member Lists for separate reports and different currencies as I am only able to display the Value dimension in the heading of a given report. Users will not be certain of the currency if the Value dimension is <Entity Curr Total>.
    I tried the HFMCurrency text function, however the entity is not defined in a Row / Column / Page reference as the entity is determined by the User's Point of View.
    Is there a way to display the currency value of a User's Point of View for Entity based on the User's Point of View for Value?
    Reference from Oracle Hyperion Smart View for Office, Fusion Edition, User's Guide:
    HsCurrency
    Data sources: Financial Management, Hyperion Enterprise
    HsCurrency retrieves the currency value of the specified dimension member. Entity and Value are the only valid members for the HsCurrency function.
    Syntax
    HsCurrency (“Connection,Entity;Value”)
    Example
    In this example, HsCurrency retrieves the entity currency where the currency for the East Sales entity is USD, and the currency for the UKSales entity is GBR. The EastSales entity displays USD, and UKSales displays GBR.
    HsCurrency(“Comma”,”Entity#EastRegion.EastSales;Value#<Entity Currency>.”)
    HsCurrency(“Comma”,”Entity#EastRegion.UKSales;Value#<Entity Currency>.”)

    Question answered in My Oracle Support Community - Hyperion Reporting Products:
    communities.oracle.com

Maybe you are looking for

  • Can no longer print to a Samsung CLP-310 laser printer since upgrade to LR 4.3

    Sometimes I need to print a draft photo to the Samsung for various reasons. I have had this printer for 4 years and never had a problem printing from LR until now. The printer will go on, go through its cycles and then shut completely off and then co

  • Setting transaction isolation level in a session bean

    Hi all! In a stateless session bean (EJB3) with container managed transactions I need to set the transaction isolation level to SERIALIZABLE. The idea is to prevent lost update on database when multiple accesses occur concurrently. Thanks in advance

  • HT1212 ipod touch help please

    hi apple my daughter locked herself out of her ipod touch. we have never synced it to our computer so i cant have itunes help. she uses it for games.the ipod is now saying diabled. hepl please..

  • Using the Alphabets & + in keypad

    When I make a international call on a BB or other phone, I end up typing  "+ <countrycode> <number>" How to use the "+" on the iPhone keypad? Can the alphabets be used to dial using the name of the contact? Smart phones have the feature to select use

  • After updating to 3.6.14, Silverlight acts like it is not installed, even though it is.

    After updating to 3.6.14 Silverlight only works intermittently. Most of the time I get the "Download Silverlight" logo/link. Plug-in is installed, disabling plug-in and re-enabling makes it work one time only. I have to do this every time I view a vi