Seting blank value in the text box...

Dear all..
plz help me about this problem
i have done some code, the senario is that one form is there when i double click the row i need to transafare that value in the next form text box.
the code is
Dim oSubForm As SAPbouiCOM.Form
                                                Dim oSubMatrix As SAPbouiCOM.Matrix
                                                Dim ors As SAPbobsCOM.Recordset
                                                Dim ors1 As SAPbobsCOM.Recordset
                                                Dim SysDate As String
                                                Dim cmbser As SAPbouiCOM.ComboBox
                                                Dim InspectionPlanRow As String
                                                InspectionPlanRow = "InspectionPlanRows.SRF"
                                                Dim sFormXmlFile As String = InspectionPlanRow
                                                Dim INSPUniqueID As String = "INSP1_" & Format(Now.Millisecond, "000") ' where O99 is your parthner ID
                                                Call ReplaceUIDandLoadToB1(sFormXmlFile, INSPUniqueID)
                                                'LoadFromXML(FormName)
                                                LoadFromXML1(InspectionPlanRow, INSPUniqueID)
                                                oSubForm = SBO_Application.Forms.Item(INSPUniqueID)
                                                oSubForm.Visible = True
                                                oSubForm.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE
                                                oSubMatrix = oSubForm.Items.Item("5").Specific
                                                AddChooseFromListForCharecterStics()
                                                'Dim ors As SAPbobsCOM.Recordset
                                                Dim Strors, SCSTSTR As String
                                                ors = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                                                Strors = "SELECT cast(Isnull(MAX(Cast(T0.[Code] as Float)),0) + 1 as decimal (10,0)) FROM [dbo].[@MINSPL3]  T0"
                                                ors.DoQuery(Strors)
                                                oSubForm.Items.Item("8").Enabled = True
                                                SCSTSTR = Convert.ToInt32(ors.Fields.Item(0).Value)
                                                oSubForm.DataSources.DBDataSources.Item("@MINSPL3").SetValue("Code", 0, SCSTSTR)
                                                oSubForm.DataSources.DBDataSources.Item("@MINSPL3").SetValue("U_BaseLine", 0, BaseLine.Value())
                                                oSubForm.DataSources.DBDataSources.Item("@MINSPL3").SetValue("U_BseCode", 0, BaseCOde.Value())
                                                Dim Icode, OPR As SAPbouiCOM.EditText
                                                oSubForm.Items.Item("8").Specific.value = SCSTSTR
                                                Icode = oSubForm.Items.Item("9").Specific
                                                OPR = oSubForm.Items.Item("10").Specific
                                                Icode.Value = ItemCode.Value.Trim()
                                                OPR.Value = Operation.Value.Trim()
                                                AddChooseFromListForCharecterStics()
                                                oForm.Items.Item("3").Click()
                                                oForm.Items.Item("8").Enabled = False
the problem is that when i click on the button the value is ganareted but when i passed in that text box, the text box value is setting blank..
plz help me
thanks in advance
Edited by: kishor karanjkar on Sep 14, 2011 12:13 PM

Hi Kishor,
Refer This......
[Opening a form with detail information;
Thanks
Shafi

Similar Messages

  • How do I eliminate the text boxes?

    I have made ibooks before however this time I get the text boxes in pretty much every page.  I delete the page start again to make a full page picture on a blank page and the text boxes appear again.  I cannot figure out how to eliminate the text area.  Also I cannot change the position of the pictures when the text boxes are displayed.

    There is a menu to let you select the layout you want, textbox or no text box.
    In iPhoto 11 it's the icon at the top of the page in the single page view:
    Click to view full size
    Earlier versions of iPhoto will have a layout button at the bottom where you can change the layout.
    OT

  • Color in the text box

    hi friends,
    i am working on oracle forms 6i. I am having a text box with multiline. I used to display the values of 3 text boxes in to a single text box ( text box with multiline ). The values of the text boxes must be in different font color, so that it will be differentiated between them.
    text = multiline text
    text = text1 + text2 + text3 ( text1, text2, text3 must be in different color)
    please help.

    Hello,
    It is not possible to set different colors in the same text item.
    All you can do is to create sevreal text items, set them border bevel property to none, arrange them (arrange -> align components -> Horizontal : left, vertical : stacked)
    Then draw a rectangular shape arround and set it's border bevel property to inset.
    Then, you have 3 different items, but visually, you think there is just one.
    Francois

  • Accessing the value of a text box input

    how do i access the value of a text box on a jsp page..
    eg:if the page name is Test.jsp and it has a text box named text.....

    You're mixing JSP and JavaScript. If you're staying within the same page, e.g. no get/post to another JSP, and you need to update values of a text field within a form, use pure JavaScript, such as:
    <form name="fred">
    <input type="text" name="USERID" size="15" onBlur="document.fred.PASS.value=document.fred.USERID.value;"><br>
    <input type="text" name="PASS" size="15"><br>
    </form>
    This will change the value of the PASS field to the same as the USERID field, which is what I think you were trying to do.
    Not to be rude, but in the interest of keeping the Java forum pure, I would look towards a JavaScipt forum if you wish to use pure JavaScript (http://freewarejava.com/cgi-bin/forumdisplay.cgi?action=topics&number=1&SUBMIT=Go)
    bRi

  • Letter-Spacing is different if I open my file at another Mac of us (Value is at both mac 0, but the text is longor), and if I cklick into the text-box, Illustrator says that the file was made in an other Version of Illustrator. We have on all macs the sam

    Letter-Spacing is different if I open my file at another Mac of us (Value is at both mac 0, but the text is longor), and if I cklick into the text-box, Illustrator says that the file was made in an other Version of Illustrator. We have on all macs the same system, os 10.8.3, cs6 and UTC4. And of course we`re using exactly the same font....

    Packpool,
    I believe the first thing to do is to update to 16.0.5.
    Adobe - Illustrator : For Macintosh

  • How to retreive the value of a text box that is created dynamically

    hi this is ravi kiran,
    i am working on a project which requires creation of as many text boxes as the number records fetched from the database i.e, if the result set contains 3 records three text boxes must be created.
    here is the code for that
    if(rs1.next()) { %>     //rs1 is the result set object
    <tr>
    <td width="130" ><%= rs1.getString(1)%></td>
    <td width="130" ><%=rs1.getString(3) %></td>
    <td width="184" ><%= rs1.getInt(2)%></td>
    <td width="149"><input type=text size="20" ></td>
    </tr>
    %>
    here the problem is the text boxes are getting created but what ever the value that is entered in the created text boxes must be added and must be displayed in another text box.
    i am having no idea how to do this
    can any one help me
    thanx in advance.

    may be this helps u ,
    Create a counter and increment it every time when it comes to rs.next
    Set ids for the text box with the value of the counter.
    eg: textbox1 , textbox2
    the 1 and 2 shld be created by the counte just append the count value to the string and set it as id of the new text box dinamically created.
    then get the ement by id and get its value and do the process.

  • Can we hide the real value of input text box and show other value in ADF?

    Hi All,
    I have a table in which i have one the column as "Quantity" and text box as "quantity" :-
    <af:column sortProperty="quantity" filterable="true"
    sortable="true" headerText="Quantity" id="c3"
    width="60"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <div align="center">
    *<af:inputText value="#{row.bindings.quantity.inputValue}"*
    label="#{bindings.queryProductResponseType.hints.quantity.label}"
    required="#{bindings.queryProductResponseType.hints.quantity.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.quantity.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.quantity.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.quantity.tooltip}"
    id="it5" partialTriggers="it19"
    readOnly="#{row.activeYN == 'N'}">
    <f:validator binding="#{row.bindings.quantity.validator}"/>
    <af:validateRegExp pattern="^[1-9]+[0-9]*$"
    messageDetailNoMatch="Quantity must be in whole number format."/>
    </af:inputText>
    </div>
    </af:column>
    Now when the user will enter say 400 in input text box "quantity" , the value should be divided in the same row to other column text box say "conversion" which holds the value as 40 , so if the division doesn't give any remainder(means remainder =0 ) means real value(400/40) = 10 then it should set the value of input text box "quantity" as 10 but the user should be able to see 400 which he/she entered before, as we want to send the 10 as request but we have to show 400 to the user and if remainder goes greater than 1 than it should show an error.
    I have to implement this in value change listener of the text box as i need to calculate the real value each time for a row.
    How should i implement this ?
    Thanks .
    Thanks.

    Thanks timo,
    But can you give me full details how should i implement this as i am newbie to ADF. I have found the data control in Data controls tab in left hand side and right click on it -> edit definition -> but it does not give me the option to add attribute , it just give me the option to edit the existing attribute. Can you explain me how to add the transient attribute and how to implement it ? Any sample code snippet ?
    Thanks.
    Edited by: user13644804 on May 15, 2011 10:09 AM
    Edited by: user13644804 on May 15, 2011 10:09 AM

  • Get the value of output text box in javascript

    Hi all,
    I am trying to retreving the value of output text box using getElementById('form1:outputText3') but was not able to get it.
    Googled it but didnt find any way to get it on the page itself without going to backing bean
    jdeveloper version 10g
    Thanks in advance

    Hi,
    I think this is because out put text is not a component but text written to the page. So I thin you would have to parse the generated HTML for it or use a inputText field and set it to read only
    Frank

  • I upgraded pages.  Now when I begin a new document I automatically have a text box.  How do I get rid of the text box so that it does not automatically appear.  What settings do I need to change?

    I upgraded pages.  Now when I begin a new document I automatically have a text box.  How do I get rid of the text box so that it does not automatically appear.  What settings do I need to change?

    Perhaps you are loading a template that has a text block already on it.
    You might try the blank template option and set that as your go to template in your preferences

  • How to retrieve the Text entered in the Text Box provided in the UWL Inbox

    Hi Experts,
    I have created a workflow with user decision task. for that task in UWL inbox i provided a text box using XML Code, but i couldnt retrieve the Text entered in the text box. I hope the text will automatically upload in the "_Attach_object" container element of the Workflow,  but it couldnt upload in that,  If anyone can help me to solve this issue.
    Thanks & Regards,

    Hi,
    <ItemType name="uwl.task.webflow.decision.TS91100000" connector="WebFlowConnector" defaultView="DefaultView">
    <ItemTypeCriteria connector="WebFlowConnector" externalType="TS91100000"/>
    <Actions>
      <Action name="accept" groupAction="yes" handler="UserDecisionHandler">
       <Properties>
        <Property name="decisionKey" value="2"/>
        <Property name="UserDecisionNote" value="true"/>
       </Properties>
      </Action>
      <Action name="reject" groupAction="yes" handler="UserDecisionHandler">
       <Properties>
        <Property name="decisionKey" value="1"/>
       </Properties>
      </Action>
    </Actions>
    </ItemType>
    I have implemented the above code and i got the Text Box,  but now the problem is i couldnt retrieve the
    text entered in the Text box.  I checked in the  attachobjects   container element related to the task and the subsequent task but the text is not appearing there.  Can you help me to get the text entered in the text box.
    Thanks & Regards,
    Manikandan.S

  • Search Results Are Highlighted Within The Text Box? How ? Access 2013

    Hi Every one ,
    Below I am describing some coding issue in VBA-MS Access I am facing right now , and I hope u guys could help me resolve the issues :
    DB : MS access 2013 - RichTextBox In A Form -
    Language : VBA
    Problem In short : struggling to highlighting user search word within the search result query ..
    What I want :
    Helping to fix the second code shown below , the one I used to highlight ( reformat ) the text who's bound to a a field that store memo data type . code
    My Result Search Query VBA COde ( Work perfectly )
    strWhereToSearch = IIf(.framSearchIn.Value = 1, "[quknotSubject]", "[quknotBody] ")
    strCondition = strWhereToSearch & " Like '* " & strTextSearch & " *' OR " & _
    strWhereToSearch & " Like '" & strTextSearch & " *' OR " & _
    strWhereToSearch & "Like '* " & strTextSearch & "'"
    strSql = " Select * from qryExtraTool_QuickNoteSubCatMainCat "
    strSql = strSql & " WHERE " & strCondition & " ORDER BY quknotDate"
    The code that i am struggling to make it work for me to highlight the search word inside the textbox called .txtQuickNoteBody :
    'Control Source for the text box to display matches.
    Const strcTagStart = "<font color=""""red"""">"
    Const strcTagEnd = "</font>"
    strControlSource = "=IIf(" & strField & " Is Null, Null, " & _
    "Replace(" & strField & ", """ & strSearchValue & """, """ & _
    strcTagStart & strSearchValue & strcTagEnd & """))
    .txtQuickNoteBody.ControlSource = strControlSource
    Thank u all in advance .

    Thank u so Bruce , I finally found an answer to my question.
    The solution u provided looks complete except that i am confused by the meaning of strField , may i didnt provide more details in my  post .
    The strField var i provided earlier was not meant to be placed in my code  , the correct one is shown below .However , the strField means according to me is the field against which the search operation should take place based on the ( search Term )
    the user provided . 
    Here is the code after applying the solution u suggested :
    'Information collected from the user      
     strWhereToSearch = IIf(.framSearchIn.Value = 1, "[quknotSubject]", "[quknotBody] ")       
    strCondition = strWhereToSearch & "  Like '* " & strTextSearch & " *' OR " & _
    strWhereToSearch & " Like '" & strTextSearch & " *' OR " & _ 
    strWhereToSearch & "Like '* " & strTextSearch & "'" 
    'Fill result search  Recordset      
    strSql = " Select  * from qryExtraTool_QuickNoteSubCatMainCat   "         
    strSql = strSql & " WHERE   " & strCondition & "  ORDER BY quknotDate"  
    'Control Source for the text box to display matches. ( Highlight the search word )     
    txtQuickNoteBody = SearchHilight(strWhereToSearch, strTextSearch)
    Tell me if my implementation to your code is right ?
    Thank u again Bruce ...

  • Retriving data from database on selecting particular value in the combo box

    Hi,
    On selecting the particular value from the combo box, the corresponding value of the other segement fields should be retrived from databse and displayed in the text box

    Babel,
    If you don't have a query bdoc and the business query that joins both 2 tables already, then please crate one.
    After that, write this code on the change of the combobox.
    You would have to change the names below for the Query, properties, anchor, parameters, controls.
    ===================================
    Private Sub ctrlBankNameCombo_onValueChanged2(ByRef boundAttributeChanged As Boolean)
    On Error Resume Next
    Dim objBankQuery As BusinessQuery
    Dim ObjBankCol As BusinessCollection
    Dim strID As String
    If Not boundAttributeChanged Then Exit Sub
    strID = ""
    strID = myanchor.bo.getAttribute("BankNameComboProperty") ' Bank ID
    If strID <> "" Then
        Set objBankQuery = gServices.factory.newBusinessQuery("MyNewQuery")
        objBankQuery.Mandt = "000"
        objBankQuery.BANKID = strID
        Set ObjBankCol = objBankQuery.query 
           If Not ObjBankCol Is Nothing Then  
               ctrlBankAddress.Value = ObjBankCol.getAttribute(1, "BankAddress")
               ctrlBankPhone.Value = ObjBankCol.getAttribute(1, "BankPhone")
           End If
    End If
    ===================================
    Regards,
    Vadim.

  • How to change a value of input text box into uppercase?

    Hi all,
    In my use case I should have a text box in the jsf page and I should store the value that is entered in the text box in a database.
    The requirement is the value which user enters in the text box should get changed to Uppercase
    before getting saved in the database. Kindly help me in achieving this.
    Thanks,
    Phanindra.

    hi user,
    before asking any question.
    right place to search anything is google (the ocean).
    so the way. chris showed.
    if i understood correctly means,
    if you want change any input text into uppercase means :
    use some skinning : -
    <af:inputtext>
    contentStyle = "text-transform:uppercase;"
    </af:inputtext>
    Or
    else
    are you looking for
    while given inputtext saved into db.
    Use something like this in as vo for each and ever attribute,
    public void Desc(String value) {
    setAttributeInternal(DESC, value.toUpperCase());
    }

  • Why is there always the text of an old message in the text box every time I go to write a new message?

    For the last three days, when I go to write a new text/iMessage, there is the text of a message I sent recently in the text box. I've tried everything to get rid of it, but nothing seems to work... each time I go to write a new message, there's the same old text again. does anyone know why this is happening - and what I can do to erase it and get back to a good old blank text box? Thanks for your help!

    If the login box keeps popping up either your acct is disabled or you are mistyping your pw.  
    Go here and try out your pw and reset if necessary:
    http://appleid.apple.com/
    Click on Manage ID and go from there.

  • Clear values of a text box?

    Hello,
    Pretty simple one, I think. When I go back to a page I've been to already, a value that I put in the text box is still there. How do I force that to be clear each time?
    Thanks very much,
    -Adam

    How are you navigating away from the page which has the text box? Do you have a "Cancel" button? Or do you click on a link? Either way, you can clear the cache if you don't want to see the old value in your text box. If it's a button, you can clear the cache by specifying the page number or just the item name. You can also clear the cache by indicating the page number or items in your exit point URL link.
    Jerry

Maybe you are looking for

  • 3rd gen iPod not recognized when using Firewire

    The 3rd gen iPod only charges via FireWire. Given the lousy battery life provided by the device, I need to be able to sync using the Firewire port of my Macbook (Home) or my Macbook Pro (work). The device is not recognized by iTunes (or in general, n

  • How do i set up ethernet to another mac?

    How do i set up ethernet to another mac?      Specifically to be view from finder as another drive. I have them viewing each other but they always come up with the message "connection failure" instaneously. Troubleshooting help. Thank you

  • Edit input/output of a reusable workflow

    Hello all, is possible to change the input and output variables of an already existing reusable workflow? We need to delete one of the variables used as output of the process but we cannot find the interface that permits his operation. Is this operat

  • Upgrading 2.5 to 2.5.1

    Hi I would like to upgrade from Solaris 2.5 to Solaris 2.5.1. When I purchased 2.5, I got it with the SDK and the ProWorks suite of comilers. At the time I was told I was buying 2.5.1. Even though I was quick to point this out as (per the label on th

  • InfoView can't add Flash Files

    Hi Experts, I have several questions about InfoView. 1. When I install BO Edge Client Tools there is no InfoView avaliable. How can I get this tool for my clients? I thought it's the interface to the customer to display reports, dashboards, etc. Isn'