Actionscript Help - Searching Data

I am using Macromedia Flash MX 2004. I have an excel file with data. I need to create a search box and/or drop down menu that would search an excel file and render data based upon the results. So lets say I have an excel file that has multiple rows. On each row there is a manufacturer, model number, and item name. I want to be able to have a "search box" (if you will) that will search the manufacturer column for what I typed to search for and give me all of the data from the results. So if I searched for a manufacturer and there were three lines/rows for that manufacturer, after searching for that manufacturer, I would see all three as well as the model and the item name (since they are on the same row). I need something like this or a solution for the problem, but it must be in flash. I know excel has a search/filter functionality that would do the same thing, but I want a flash screen.
Also, it may be just as easy to be told how to convert that data into an XML file and have flashplayer use that file that if I selected a manufacturer from a combobox , it would render the data in a text area component. Maybe this would be a different solution; but I would need step by step instructions.
Thanks.

I understand how to save excel. Where are these help files and string method?

Similar Messages

  • Help - searching data in a data driven j2me app??

    I am writing a data driven J2ME application. The data will bundled with the application probably as binary files but maybe text files. The files can potentially contain a few thousand lines of data in the form:
    [item name1] [item data1] [item data2] ... [item data 80]
    [item name2] [item data1] [item data2] ... [item data 80]
    [item name N] [item data1] [item data2] ... [item data 80]
    I need to be able to search all of the names associated with each line of data and then present the data associated with the resulting lines to the user. What is the most efficient way to do this considering there is a lot of data and mobile devices are constrained by memory and processor?
    The item names can vary in length from 5 character to 90 characters.
    Thanks for your help.
    Message was edited by:
    hex
    Message was edited by:
    hex

    Hi,
    Yes, my source group is displaying in my serach page after defining, and my tables & files are crawled successfully. With the same way defining table & file group, I can search all information in my web site crawled.
    Thanks,
    LTH

  • Search help for date in VC

    Hi, 
    I have created an iview in Visual Composer for a query. it contains date field on selection variable fomr. i tried entering date in various format, but it gives an error : variable expects interval value ; enter an interval".
    can we provide search help for date field in VC?
    Regards,
    Sonali.

    Hi,
    You have to create search help it avoid inconsistency.
    Thanks & Regards,
    Venkat.

  • Search help for DATE field

    HI all,
    I want to attach search help for a DATE field created in screen painter.
    For PERNR, PREM is attached. Similarly what is the statndard search help name for DATE field?
    Thanks,
    Shanthi.

    Hi ,
    Declare the date field as sy-datum ,
    parameters : date type sy-datum .
    This shud bring the standard search help for date .
    Thanks ..Get back for any issues.
    Anil

  • To implement search help for date and time fields details

    how can i implement search help for date and time fields in screen painter

    Hi
    Declare the variables as sy-datum and sy-uzeit or any other pre-defined data typ of date and ime types. Serach help will automatically comes.
    Aditya

  • Problem  with search help and date fields

    Dear experts,
    I have two text fields and to each i assigned cacs_calendar search help.
    It works well normally but if i make text box output only then i cannot select date.
    I want that text box in its disabled form can be used to select date from cacs_calendar search help
    that i assigned.User should not provide manual input which means fiedls should be otherwise listed in grey.

    Hi Aditya
    If a I/P output field is provided an attribute as output only and though search help is provided , the values in the search help list will also be in read-only mode and u cannot select them at all, may be you can solve ur problem thru different approach.
    when a manual entry is done with wrong value which is not present in F4 help/search help list and
    execution is done SAP will by default throw error saying invalid value

  • Search help for date field in Editable ALV

    Hello Friends,
    I am using editable alv using 'reuse_* '.
    I have used date as input field. While creating fieldcatlog also i have  declared dat as a mkpf-budat.
    But i am not getting serach help for date in output.
    Is it possible with reuse or i have to go by object oriented ?

    Hi,
    Just pass the Edit option of the fieldcatalog for those specific fields...
    fcat-edit = 'X'.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = sy-cprog
          i_callback_pf_status_set = 'PF_STATUS_SET'
          i_callback_user_command  = 'USER_COMMAND'    "<----  pass this
          i_callback_top_of_page   = 'TOP'
          is_layout                = it_layout
          it_fieldcat              = it_fcat
          i_default                = 'X'
          i_save                   = 'A'
          it_events                = it_event
        TABLES
          t_outtab                 = it_final
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
    *&      Form  USER_COMMAND
    *       text
    *      -->R_UCOMM      text
    *      -->RS_SELFIELD  text
    FORM user_command USING r_ucomm LIKE sy-ucomm
                            rs_selfield TYPE slis_selfield.
      CASE r_ucomm.
        WHEN '&DATA_SAVE'.                "<-------check this
          PERFORM save_data.
      ENDCASE.
    ENDFORM.                    "USER_COMMAND

  • F4 help for date in select options..

    Hi Gurus,
    I want a search help for date field which belongs to select options.
    I know if it is a parameter we directly map the attribute value to that data element.
    Can some help me with this..
    Best Regards,
    Navin Fernandes.

    Hi Gurus,
    The select options works for date.. I got the solution.
    It directly relates to the default data dcitionary help.
    Got it from this example: WDR_TEST_SELECT_OPTIONS
    Best Regards,
    Navin Fernandes.

  • How to search data from a context node.

    Hi Friends,
    Thanks for ur help for previous problem . I am facing some other problem i.e how to
    search data from a context node.
    i have a context node :-
    Car(main node) which consist of details, owners, engine and Brand  as its sub node.
    the value attibutes of difft nodes are:-
    Car-  category
    Details-  Mileage, Price, registration_no, miles_used
    owner -  name, phnno,addrs
    Brand -  main_brand, co_brand
    Engine- Bhp,Rpm
    Now i have to apply a search criteria on the basis of price, miles_used .
    pls help to implement that .
    Thanks & regards
    Pravin jha

    Hi PRAVIN,
                       What I can understand from your problem is that, you have a list with various properties and you want to display them and search them in your WD App. If I am correct, use the following approach:
    Instead of using "details, owners, engine and Brand" Nodes, use the attributes inside the parent node. i.e in the node Car, add all the attributes viz. Mileage, Price, registration_no, miles_used, name, phnno,addr etc.
    Now you can create a table of this node "Car" and can easily search on the basis of any criteria.
    I hope this solves your issue. If you are looking for something else, please revert, I'll be happy to help you.
    Cheers!!!
    Umang

  • F4 help in data element.

    I have a fileld in table that has the structure of eban.
    There is a field pstyp and it has input help in it's data element.
    I want to suppress the f4 help and attach customized f4 help without implementing Badi.
    Please help how to suppree the data elements f4 help.

    make your own structure, use own data element. Assign own search help to data element. Or assign own search help in your own structure. Then you dont even need an own data element, just copy structure EBAN and change search help assign in structure..
    Thats when you need it generally.
    If you just need to overwrite the search help for e.G. a certain Dynpro, then just assign your own search help to the dynpro field.

  • GRC AC - HCM as user search data source

    Hello all,
    I´ve configured GRC AC to user HCM as user search data source and also user details data source. During my user change tests through the "Access Request" function, I noticed that only existent users at SU01 and HCM (checked through PA30) appear in the access request User Selection. Existent users at HCM but not at SU01 doesn´t appear.
    Someone can tell me why? I mean, if I configured the user search to use HCM as data source, shoudn´t it bring all HCM users regardless of his existence at SU01?
    Thanks in advance,
    Pedro

    Hi Pedro,
    You only have confirmed that 2 accounts are maintained in HCM and in SU01 as well, so you would be able to see these accounts' details both ways.
    Yes, you are right about user account maintenance first in HCM at the time of new hire, then you can manually raise the access request to grant them access to various SAP systems. Or in order to automate this process as Prasahant suggested, you can take help from HR Triggers.
    You can refer: GRC 10.0 - HR Trigger configuration - Governance, Risk and Compliance - SCN Wiki
    But responding to your original discussion, whatever user accounts are maintained in HCM you would see those details provided you define HR for the "user search data source" AND from SU01 for "user detail data source"
    In your case you have 2 accounts which have been maintained in HCM as well as SU01, so that is what creating confusion for you.
    Let us know if you need any more clarifications.
    Regards,
    Ameet

  • Help Search on screen field

    Hi. I've made a screen with 3 fields , in the screen painter, just for the user insert dates, but my problem its that if i push f4 i have the dates help search but the icon next to the field, normally for the help search, doesnt shows up... What its missing or what im doing wrong??
    Thk, Regards
    Message was edited by:
            joao martins

    Hi,
    Try this..
    Check the check box 'Possible entries' in the input field attributes..
    THanks,
    Naren

  • HELP SEARCH

    Hi!
    The problem is:
    I've created a HELP SEARCH for a field in a dynpro based on the T5ITQN, but when a user click on the matchcode, he must see only certain records of the table T5ITQN (this depends only by the "type" of user) and not all the records in the T5ITQN. How i can do this?
    Thanks for the answers.

    Instead you can try this solution -
    TYPES: BEGIN OF ztable,
             numde(20),
             kunnr(10).
    TYPES: END OF ztable.
    DATA: i_ztable TYPE ztable OCCURS 0 WITH HEADER LINE.
    DATA: v_choice TYPE i.
    PARAMETERS: p_kunnr LIKE kna1-kunnr DEFAULT '4290'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_kunnr.
      i_ztable-numde = 'JOHN05001'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05001'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'JOHN05002'.
      i_ztable-kunnr = '1'.
      APPEND i_ztable.
      CLEAR i_ztable.
      i_ztable-numde = 'PETE05002'.
      i_ztable-kunnr = '2'.
      APPEND i_ztable.
      CLEAR i_ztable.
      CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
           EXPORTING
                endpos_col   = 50
                endpos_row   = 20
                startpos_col = 1
                startpos_row = 1
                titletext    = 'Test'
           IMPORTING
                choise       = v_choice
           TABLES
                valuetab     = i_ztable
           EXCEPTIONS
                break_off    = 1
                OTHERS       = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        CLEAR i_ztable.
        READ TABLE i_ztable INDEX v_choice.
        MOVE i_ztable-kunnr TO p_kunnr.
      ENDIF.

  • Help search in alv grid field

    Hello.
    How to assign a help search to a field of an alv grid control?
    I would like to use another help search different form the field reference.
    Thanks!!!
    Alberto

    Check the sample code:
        handle_on_f4             FOR EVENT onf4 OF cl_gui_alv_grid
                                 IMPORTING sender e_fieldname e_fieldvalue
                                           es_row_no er_event_data
                                           et_bad_cells e_display.
      METHOD handle_on_f4.
        IF e_fieldname = text-027. "Date
          PERFORM f4_date USING sender e_fieldname e_fieldvalue es_row_no
                                       er_event_data et_bad_cells e_display.
        ENDIF.
      ENDMETHOD.                    "handle_On_f4
    ENDCLASS.                    "lcl_event_receiver IMPLEMENTATION
    *&      Form  F4_contact_id
          F4 for Contact ID
    FORM f4_date  USING    sender        TYPE REF TO cl_gui_alv_grid
                           e_fieldname   TYPE lvc_fname
                           e_fieldvalue  TYPE lvc_value
                           es_row_no     TYPE lvc_s_roid
                           er_event_data TYPE REF TO cl_alv_event_data
                           et_bad_cells  TYPE lvc_t_modi
                           e_display     TYPE c.
      DATA: lv_anlage TYPE anlage.
      FIELD-SYMBOLS: <itab> TYPE lvc_t_modi.
      DATA: ls_modi TYPE lvc_s_modi.
      DATA : wa_field_tab TYPE  dfies,
             lws_date TYPE scal-date.
      DATA: lws_row_id TYPE lvc_s_roid,
            lws_tabix TYPE sy-tabix.
      DATA: li_ret_tab LIKE  ddshretval OCCURS 0 WITH HEADER LINE.
      CLEAR: ls_modi, lv_anlage, li_ret_tab, wa_final, wa_field_tab,
             lws_date, lws_row_id, lws_tabix.
      REFRESH: li_ret_tab.
      IF NOT er_event_data->m_event_handled = c_x.
        ws_f4_handle = c_x.
        MOVE es_row_no-row_id TO lws_tabix.
        READ TABLE i_final INTO wa_final INDEX lws_tabix.
        CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
          EXPORTING
            tabname           = text-012              "I_FINAL
            fieldname         = text-027              "DATE
            searchhelp        = text-038              "BU_DATE_CHAR
          TABLES
            return_tab        = li_ret_tab
          EXCEPTIONS
            field_not_found   = 1
            no_help_for_field = 2
            inconsistent_help = 3
            no_values_found   = 4
            OTHERS            = 5.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
        ASSIGN er_event_data->m_data->* TO <itab>.
        CONCATENATE li_ret_tab-fieldval+6(4)
                    li_ret_tab-fieldval+3(2)
                    li_ret_tab-fieldval+0(2) INTO lws_date.
        IF lws_date NE ''.
          IF lws_date > sy-datum.
            IF wa_final-zzmod_eff_code EQ c_03 OR
               wa_final-zzmod_eff_code EQ c_04 OR
               wa_final-zzmod_eff_code EQ c_05.
              wa_final-date = lws_date.
              MODIFY i_final FROM wa_final INDEX lws_tabix.
              PERFORM no_edit_for_date TABLES i_final.
              PERFORM alv_refresh.
            ENDIF.
          ELSE.
            wa_final-date = ''.
            MODIFY i_final FROM wa_final INDEX lws_tabix.
            PERFORM no_edit_for_date TABLES i_final.
            PERFORM alv_refresh.
            MESSAGE s001(zesspa) WITH text-037.
            EXIT.
          ENDIF.
        ENDIF.
        er_event_data->m_event_handled = c_x.
      ENDIF.
    ENDFORM.                                                    " f4_date
    Check the standard program <b>BCALV_EDIT_08</b>
    Regards,
    Prakash.

  • "Could not understand your search date" - Error?

    I use date filters in smart albums. No problems until latest update. I now get an error message "Could not understand search date". This happens even if I exactly copy the example given in the error message.
    Any ideas? Is it just me? Is there a work-around?
    Thanks.

    Okay. Still having problems with this. Can anyone help?
    I have a number of "SMART ALBUMS" set up that include date parameters. These always worked well until recently. Now the date parameters are ignored and if I try to set up new ones, I get an error message saying that "Could not understand search date..."
    Leonie kindly suggested the use of 'CALENDAR' instead but this only allows me to specify one specific date. I need to use a specific month or a date range.
    Is anyone else having this search date problem?
    INFO:
    I have checked that I am using the correct date format. Even if, as suggested in the error message, I exactly copy the example formats -
    [Could not understand your search date.
    Some acceptable formats include:
    Oct 13, 2007
    October
    10/13/2007 12:52
    10/2007 4 pm],
    I still get the error message.
    ANY HELP GRATEFULLY RECEIVED
    EDITED UPDATE: I have just tried Lionie's suggested method again and it now works. (Thank you Lionie). However, I'd still like to know why the date thing doesn't work and I now have to change every smart album in my Aperture library to use CALENDAR instead of DATE.
    Message was edited by: Thatblokeoverthere

Maybe you are looking for

  • Office 2013 -- Why be so radically different in the UI?

    I've noticed something rather nasty about Office 2013. For some reason that I cannot correlate to any action on my part the Outlook UI (as an example) will suddenly start showing garbage and artifacts in the ribbon and the tree on the left, as well a

  • Airport Base Station witk PC

    I have an airport base station 2.0. I have several internet users in my home. Two mac laptops, two pc laptops and a desk top pc. They are all wireless. It is difficult for the pc users to maintain a connection with the internet through the hub but th

  • ISync palm conduit does not allow Mac overwrite palm, or does it?

    A HUGE problem I am seeing with iSync is there is no way to force it to set one device to overwrite a flawed one. I had my Palm loose its data. No problem thiis had happened once before and i set my palm desktop hotsync to have Mac overwrite Palm. Th

  • Export SCHEDULE problem

    hello please help me i want schedule export and i have created a job with this specification BEGIN DBMS_SCHEDULER.CREATE_SCHEDULE ( schedule_name => 'EXPORT_SCHEDULE1', start_date => SYSTIMESTAMP, end_date => SYSTIMESTAMP + INTERVAL '30' day, repeat_

  • Information about deltas

    hi sapgurus, I am a new to BW,in my project we are using the generic extractors(FUNCTION MODULES)  for extraction. How do i know whether they are using QUEUED DELTA OR ANOTHER DELTA? And if anybody can enlighten me on delta process in the GENERIC EXT