Ability to populate an input field by scanning a bar code or manually

Hi All,
We are developing a NW Mobile 7.1 OCA application. The user requires ability to enter values in input fields either by scanning a barcode or enter manually. We are on SP08 ... Right now we are able to scan and populate values or enter them manually(any of the two but not both)...  Any ideas on how we can achieve these are higly appreciated.
Thanks

why try to use the label when the field has a clearly defined name:
web:input_text[@name='my/id                                                                                                                                                                                                       

Similar Messages

  • Scanning a bar code

    I have a curve 9300 and I am unable to scan a bar code and 9 times out of 10 it causes my phone to freeze and I have to remove the battery is it a problem with the software or with the phone its self

    Do a simple reboot on the BlackBerry in this manner:
    With the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescirbed for most gltiches and operating system errors, and you will lose no data on the device doing this.
    Now, try the QR code scan again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Creating Input Field inside Docking Container bar

    Hello.
    Does anyone know how I can put an input field inside a docking container object ? Just like it appears in SE80.
    I have created a docking container bar, and in one of those bars i want to put a text field.
    Anyone please ?
    Thank you
    EDIT----
    I found how to do this with cl_gui_container_bar_2 and with dynamic documents.
    Edited by: Ricardo Monteiro on Aug 25, 2010 1:30 PM

    Hi,
    Check Program SAPSIMPLE_TREE_CONTEXT_MEN_DEM and check event node_context_menu_request
    Hope this helps you.
    Thanks,
    Prashanth
    Edited by: Prashanth KR on Jun 2, 2009 7:50 AM

  • Scanning the bar codes

    hai,
    my name is sarma B.V.V.S.
    right now i am working on point of sale system. i am using oracle 8.0 with forms developer 2000. how can i bar code the items using a scanner.
    items in my inventory are already having bar codes.
    how can we create a bar codes to the new items.
    what are the steps involved in it. if u can mail me in detail its very useful for me
    my e-mail id is [email protected]
    regards
    sarma bvvs

    Greetings ajh2298,
    We strive to make trading in any product a quick, easy, and painless process, so it's disheartening to learn of situations where that expectation may not have been met. I'd be frustrated too if the same thing happened to me, especially if there was any confusion regarding a game's trade-in value.
    I realize this may not be the response you were hoping for, but you will need to return to our Pleasant Hills location for assistance in this situation -- we do not have the ability to modify previous trade-in transactions, nor are we able to apply promotions to previous trades. When you return to the store, I would encourage you to bring a copy of your receipt and to ask to speak with a manager on duty. I have confidence they'll be able to help you find a resolution.
    Thank you for your understanding, as well as for taking the time to post.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • ADF-UIX- How to populate multiple input fields from an lov?

    Like in Forms Developer where using an LOV we can populate multiple tex input items on selection of a value from the LOV, is it possible for us to do the same in ADF UIX.
    Iam usiing JDeveloper 10.1.2

    Have a look at this previous post:
    Re: Can return messageLovinput more than one value?

  • Why do a TC input and AI scan produce error code 10608?

    I have one VI which controls a TC and relay on a heater.  In another VI, I have a AI scan which reads pressure sensor information.  Why can't I run them together?  I get an error code 10608 when I run them together.  Would someone please tell me what to do to set them up to run together?
    Thanks,
    Kevin

    Hi kch,
    It sounds like you are getting a resource conflict.  What is likely occurring
    is that you are trying to monitor the thermocouple on one of the analog input
    lines and then with a separate operation you are trying to monitor the pressure
    sensor.  It also looks like you are using Traditional DAQ in one or both
    operations, or one is written in DAQmx and the other is in Traditional DAQ.
    What you will need to do is either integrate the two measurements into a single
    call to the analog input that reads both channels or make sure that one analog
    input operation is completed before you attempt to begin the next.
    Regards,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • Scan 3D bar code

    Is it possible to use the iPhone 5 to take pictures of 3D bar codes (i.e. barcodes that identify widgets or Apps) and then use those pictures to download info or applications ?
    Thank you - Pépi from France

    Yes. Go to the App Store and search "bar code Scanner"  or some such.
    one example is RedLaser:
    https://itunes.apple.com/us/app/redlaser-barcode-scanner-shopping/id474902001?mt =8

  • Disable a button under certain circumstances and disable input fields

    Scenario: My user receives a PDF (dymanic XML) where they fill in fields and click a Submit button to send the data to the server. They receive a confirmation copy of the form back. In our older version of Livecycle, the confirmation form was locked down - no fields were editable, the Submit button was disabled. We still need the ability to not input/change any data on the confirmation copy and not be able to click the Submit button. Under ES4, everything started out editable.
    On the confirmation copy, there are messages that I check. When those messages are present I would like to hide the buttons (optimal solution) or at the very least, disable them so the user cannot resubmit the form again.
    I've managed to put Javascript in place to lock down all input fields, I just can't get the script to work to hide the buttons. I'm beginning to wonder if the script to lock down all input fields is causing the scripts to hide the buttons to not work.
    Sample code to disable editing of input fields:
    - had to provide this code at the table level so that when a table flows to a second page, the fields are locked. When I put it at the page level or top level of the hierarchy, it only worked on the one page when I need it to cover fields that have flowed on to a second page. Even at the table level, there are still some tables that remain open until a change is made, then the fields on the second page become locked.
    - when this is entered at the subform level, second page of the subform is modifiable
    rfqHeader.rfqHeader.IssuerInfo::ready:layout - (JavaScript, client)
    if (rfqHeader.rfqMessages.Message.rawValue != null)
    // Get the field containers from each page.
    for (var nPageCount = 0; nPageCount < xfa.host.numPages; nPageCount++)
    var oFields = xfa.layout.pageContent(nPageCount, "field");
    var nNodesLength = oFields.length;
    // Set the field property.
    for (var nNodeCount = 0; nNodeCount < nNodesLength; nNodeCount++)
    oFields.item(nNodeCount).access = "readOnly";
    Sample code to make the button hidden:
    rfqHeader.rfqFooter.button.SubmitButton::initialize - (JavaScript, client)
    if (rfqMessages.Message.rawValue != null)
    this.presence = "hidden" ;
    Any help and suggestions would be welcome!
    Thanks, Josie.

    Hi Josie,
    I think, for what you are trying to do, you must be in the doc:ready to be able to do this.
    All because the doc:ready is the last event to be fired when a form is reopen...
    rfqHeader.rfqFooter.button.SubmitButton::docReady - (JavaScript, client)
    if (rfqMessages.Message.rawValue ! = null)
    this.presence = "hidden" ;

  • Dynamic Search Helps In An Input Field

    Hi Experts,
              I need to populate an input field with different search helps based on the user action i.e when user selects "Audit"  i hav to show the audit search help for my input field, when he selects  "Audit Plan" i would hav to show audit plan search help.
    My Questions >
    1> i intend to use the method set_attribute_value_help of the interface if_wd_context_info and do the coding as :-
    data lo_nd_info  type if_wd_context_node_info.
      lo_nd_info = lo_nd->get_node_info( ).
    CALL METHOD lo_nd_info->set_attribute_value_help
            EXPORTING
              name            = 'identification' (attribute Name)
              value_help_mode = '121'
              value_help      = 'plm_auditplan'.(Help Name)
    Is this the correct way to go if not plz suggest a more appropriate method.
    2> in the context for that attribute ,what should i specify for the property input field
        Input Help Mode
        i.e should it be deactivated , automatic or should i give the dictionary serach help and specify  one of the search helps by giving its name.
    Your responses will be greatly appreciated,
    Chaitanya.

    Hi Ebru,
    Yes, it is possible using OVS, freely programmed and dictionary help.
    For OVS, refer this blog: /people/shruti.rathour/blog/2008/05/05/ovs-help-in-web-dynpro-abap
    For Dictionary Search Help, refer http://help.sap.com/saphelp_nw70/helpdata/EN/47/9f724642314aabe10000000a42189b/frameset.htm
    For freely programmed, refer:
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/9ef8cc9b5e3c5ce10000000a421937/content.htm
    I hope it helps.
    Regards
    Arjun

  • Can we config the SU as an input field in source of putaway sys-guided ?

    Experts,
    If i want to do putaway system guided/by TO for SU managed materials , there is nothing that i need to scan in the source field and i can only see the SU,Storage bin input field in the destination screen(Can only config these two fields as input fileds for scanning).So the user has to manually hit F1 save and hit Next to go the destination screen.How should i have the SU field to be scanned in source? (Can we make the SU field as an input field for scanning in source screen?)
    Thanks in advance

    We have configured both SU and src bin as input fields on RF.  Are you using customised RF program or SAP standard?  WE have this driven through a mix of stnd and customised referring back to Verifcation Data Profiles and movt assignments in Mobile Data entry configuration of LE->WM

  • F4 help in dropdownlistbox and values in input fields

    I need a F4 help in dropdown list box. Actually i have 2 more input fields alongwith one dropwdown list box. As per my problem
    if i select one value from F4 help then corresponding other values should bepopulated into input fields. For example in F4 help
    of dropdown box i am getting single selection containg three values "15  LIMAPLANT     45802" after selecting it the "15" should
    be only input entry to dropdownlist box, values "LIMA PLANT" and "45802" should be input entry to other two input fields.

    Look at the below code:
    <b>Oncreate:</b>
            entry-name = '15'.   entry-value = '15'.   APPEND entry TO itab.
            entry-name = 'LIMAPLANT'. entry-value = 'LIMAPLANT'. APPEND entry TO itab.
            entry-name = '45802'.  entry-value = '45802'.  APPEND entry TO itab.
    <b>Layout:</b>
         <htmlb:dropdownListBox id                = "myid"
                                  nameOfKeyColumn   = "NAME"
                                  nameOfValueColumn = "VALUE"
                                  onSelect          = "myclick"
                                  selection = "<%= v_selected %>"
                                  table             = "<%= itab %>" />
        <htmlb:inputField id      = "myinp1"
                                value   = "<%= v_field1 %>"  />
        <htmlb:inputField id      = "myinp2"
                                value   = "<%= v_field2 %>"  />
    <b>Page attribute:</b>
    entry     TYPE     IHTTPNVP
    itab     TYPE     TIHTTPNVP
    <b>To capture the event:
    OnInputprocessing:</b>
    DATA: event TYPE REF TO CL_HTMLB_EVENT.
      event = CL_HTMLB_MANAGER=>get_event( runtime->server->request ).
      IF event->id = 'myclick'.
    CALL METHOD request->get_form_field
          EXPORTING
            name  = 'myid'
          RECEIVING
            value = v_selected.
    clear: v_field1, v_field2.
    Loop at itab into entry where name NE v_selected.
    if v_field1 is initial.
    v_field1 = entry-value.
      else.
      v_field2 = entry-value.
      endif.
    endloop.
    endif.
    This will solve your problem..
    <b>* Reward each useful answer</b>
    Raja T

  • What is the best Book Cataloguing software for iMac. I have about 5000 books I would like to bar-code scan into my iMac. Thanks

    What is the best software for cataloguing a large book collection into my iMAc. I would like to use a hand-held scanner, and scan bar codes, entering ISBN numbers only when necessary. Currently using Book Collector (www.collectorz.com) on a PC. desktop

    I did something similar and used an application for my phone (Android OS at the time), which I can't recall the name of, to bulk scan the bar codes and subsequently upload the list to my mac in the form of an excel spreadsheet (it was a csv file). When I migrated to an iPhone, the application "Bar code scanner" performed in the same manner. Using my phone was by far the easiest method of bulk scanning (and subsequently cataloguing on my machine) in both instances.

  • Auto populate text fields with a trigger such as entering text into input fields in ADF

    Hello all,
    I am not able to auto populate text fields with a trigger such as entering text into input fields in ADF.
    I tried AdfFacesContext.getCurrentInstance().addPartialTarget(val); in the back end using setter method of input text field.
    its not working ..
    is there any way to achieve it
    Regards,
    Shakir

    Hi,
    Always mention your JDev version.
    The valueChangeListener would fire only when you set the autoSubmit property of the field to true. Can you elaborate your requirement? What do you mean by related data? Are you performing some sort of search?
    If you want to get the value you entered on the field, just set autoSubmit to true and get the new value from the valueChangeListener. If your requirement is something like as and when you type, do something, you need to check out this approach :https://blogs.oracle.com/groundside/entry/auto_reduce_search_sample
    -Arun

  • How to use one pop up window for multiple buttons and input fields?

    Hi Experts,
    I have created a pop up window that will be opened from multiple buttons in the same view. There are input fields that the data will be populated from a pop up window.  How can I set up which button that a pop up window is opened from? I also would like to populate the data from a pop up window to the input field next to a clicked button. There are 6 buttons and 6 input fields that share the same pop up window. I would very appreciate your responses.
    Thank you,
    Don

    Hi,
    Try creating 2 context attributes, one in your component controller and the other in the pop-up view. Bind the attribute of pop-up view to the component controller attribute.
    In the main view, on click of every button set a unique code in the controller's context which helps you in identifying the button clicked. Since u have created a binding to the pop-up view attribute the value flows from the controller.
    In the init method of your pop-up view, check the value of the attribute and based on that display which ever UI elements are required.
    Eg:
    On Button 1 click set value "B1", Button 2  value "B2" etc. In the init() of pop-up view u can check the values and perform the required operation:
    if(("B1").wdContext().currentContextElement().getButtonIdentifier()){
    else...{
    Hope this helps you.
    Regards,
    Poojith MV

  • Not able to display the values in the input fields of the view

    Hi All.
    I am facing an unique issue.
    My custom element created in my custom node getting a null value
    from a Get Vendor Details RFC written in RFC.
    The values are getting populated in the custom element but not coming in the
    input field of the corresponding view.
    Then, I wrote this code
    wdContext.nodeCustom.setLeadSelection(1);
    and all the output came in the input field.
    Now, after a build it is not coming in the input fields of the view.
    All my custom nodes are Singleton and values are coming in the custom elements
    as I can print them by wdComponentApi.getMessageManager.reportSuccess(""+customnode.getField());
    All my nodes are Singleton.
    Please give your valuable inputs.
    Regards
    Kaushik Banerjee

    Hi
    Check the node property
    initializeLeadSelection     true
    if not make it true , I would suggest to make a value node of the same structure as in RFC after execuation of the RFC populate the value manually.Dont bind it directly to the UI element.
    BR
    Satish Kumar

Maybe you are looking for

  • Cheap and good method: converting 2¼/4x5 black & white negatives to positives

    This has been covered here but, I wanted to describe my solution. I have some old large format negatives from 2¼ up to 4 x 5. I don't want to pay to have them scanned or buy a expensive Epson pro scanner or any other kind. (I already have a dedicated

  • Code to display 'key' and 'text' of a char

    Hi I need to write an exit variable to display Key and Text of a charcterstic. Can some one please provide me the code? Thanks Basava

  • How to become Channel Mixer

    Hi everybody I Have Photoshop Elements 5 and I would like to upgrade it to a later version. Now I need to know if PSE 8 would have Channelmixer, which I need for my work. If not, can I upgrade to a Adobe Version with Channel Mixer ? And how can I do

  • Adding a footer to Newsletter template

    Hi everyone, I am a Pages beginner. I am working on a newsletter, using a Pages newsletter template, however, I do not seem to be able to add a footer section. What I really want is page numbers on each page. Any hints? Jirka

  • Winclone backup of bootcamp

    I have started to run Winclone to backup my BootCamp partition. It was running very slowly, so I decided to cancel the backup. But the cancellation was also running very slowly. So after waiting for a long time, I decided to force quit Winclone. Afte