Select more then one row in value help (multi selecting)

Hi Everybody,
how is it possible to configure a value help, so that the user can choose more then one row?
regards
Sid
Edited by: sid_mopo on Mar 6, 2009 11:54 AM

Hi Lekha,
i have a textedit UI-Field with a value help on it. After clicking on the value help there appears a value help table. At this point the user shold have the possibility to choose/mark more then one row. How can i give the user the possibilty to choose more then one row.
At this time only one row can be selected by a user.
regards,
Sid

Similar Messages

  • How to use 'BAPI_GOODSMVT_CREATE'  for more then one row selected ???

    Hi,
    I am using bapi , BAPI_GOODSMVT_CREATE  ,  my requirement is that first perform ALV display with check boxes & then user can selsct any number of rows  & then on clicking execute button  this bapi is triggered , now my ques is that  if i am selecting rows one by one & executing , then am able to post data successfully, but if am selecting  more then one row at a time then its giving me error
    " exactly one serial no must be selected  (instead of more then two / three ) ."
    plz help me .
    this is how i am filling data in BAPi & bapi call
    FORM FILL_BAPIDATA .
      wa_GOODSMVT_HEADER-PSTNG_DATE = sy-datum.
      wa_GOODSMVT_HEADER-doc_DATE = sy-datum.
      wa_goodsmvt_code-gm_code = c_gmcode.
      LOOP AT it_final INTO wa_final.
        wa_GOODSMVT_ITEM-MOVE_TYPE = c_movtype.                 " '313'.
        wa_GOODSMVT_ITEM-material =  WA_final-MATNR.
        wa_GOODSMVT_ITEM-ENTRY_QNT = wa_final-verme.
        wa_GOODSMVT_ITEM-plant =  WA_final-WERKS.               "'DB10'.
        wa_GOODSMVT_ITEM-STGE_LOC =  WA_final-LGORT.
        wa_GOODSMVT_ITEM-BATCH = WA_final-CHARG.
    wa_GOODSMVT_ITEM-BATCH = l_charg.
        append wa_GOODSMVT_ITEM to IT_GOODSMVT_ITEM.
        clear: wa_GOODSMVT_ITEM.
      ENDLOOP.
      LOOP AT it_final INTO wa_final.
        wa_serialnumber-SERIALNO = wa_final-sernr.
        APPEND wa_serialnumber to it_serialnumber.
        CLEAR wa_serialnumber.
      ENDLOOP.
      LOOP AT it_position2 INTO wa_position2.
        wa_serialnumber-MATDOC_ITM = wa_position2-wepos .
        MODIFY it_serialnumber INDEX sy-tabix from wa_serialnumber TRANSPORTING MATDOC_ITM .
      ENDLOOP.,
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
        EXPORTING
          GOODSMVT_HEADER               = wa_GOODSMVT_HEADER
          GOODSMVT_CODE                 = wa_GOODSMVT_CODE
       IMPORTING
          GOODSMVT_HEADRET              = mthead
        MATERIALDOCUMENT              = w_MATERIALDOCUMENT
        MATDOCUMENTYEAR               = w_MATDOCUMENTYEAR
        TABLES
          GOODSMVT_ITEM                 = IT_GOODSMVT_ITEM
          GOODSMVT_SERIALNUMBER         = IT_SERIALNUMBER
          RETURN                        = IT_RETURN
      GOODSMVT_SERV_PART_DATA       =
      EXTENSIONIN                   =
    APPEND w_MATERIALDOCUMENT to it_GOODSMVT1 .
    IF sy-subrc = 0 .
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    *MESSAGE text-016 TYPE 'I'.
    PERFORM msg_log  .
    ENDIF.

    Hi,
    Did u check the serial numbers table before calling the BAPI. Might be the case tht same serial number is assigned for all items, in this case the goods movement may be possible with same serial number for all items.
    Reagrds,
    Aditya
    Edited by: aditya on Aug 11, 2009 11:46 AM

  • Fetching more than one row from a table after selecting one value from the dropdown

    Hi Experts,
    How can we fetch more than one row from a table after selecting one value from the dropdown.
    The scenario is that I have some entries in the dropdown like below
      A               B               C        
    11256          VID          911256  
    11256          VID          811256
    11256          SONY      11256
    The 'B' values are there in the dropdown. I have removed the duplicate entries from the dropdown so now the dropdownlist has only two values.for eg- 'VID' and'SONY'. So now, after selecting 'VID' from the dropdown I should get all the 'C' values. After this the "C' values are to be passed to other methods to fetch some data from other tables.
    Request your help on this.
    Thanks,
    Preeetam Narkhede.

    Hi Preetam!
    I hope I understand your request proberly, since this is more about Java and less about WebDynpro, but if I'm wrong, just follow up on this.
    Supposed you have some collection of your original table data stored in variable "origin". Populate a Hashtable using the values from column "B" (let's assume it's Strings) as keys and an ArrayList of whatever "C" is (let's assume String instances, too) as value (there's a lot of ways to iterate over whatever your datasource is, and since we do not know what your datasource is, maybe you'll have to follow another approach to get b and c vaues,but the principle should remain the same):
    // Declare a private variable for your Data at the appropriate place in your code
    private Hashtable temp = new Hashtable<String, ArrayList<String>>();
    // Then, in the method you use to retrieve backend data and populate the dropdown,
    // populate the Hashtable, too
    Iterator<TableData> a = origin.iterator();
    while (a.hasNext()) {
         TableData current = a.next();
         String b = current.getB();
         String c = current.getC();
         ArrayList<String> values = this.temp.get(b);
         if (values == null) {
              values = new ArrayList<String>();
         values.add(c);
         this.temp.put(b, values);
    So after this, you'll have a Hashtable with the B values als keys and collections of C values of this particular B as value:
    VID --> (911256, 811256)
    SONY --> (11256)
    Use
    temp.keySet()
    to populate your dropdown.
    After the user selects an entry from the dropdown (let's say stored in variable selectedB), you will be able to retrieve the collection of c's from your Hashtable
    // In the metod you handle the selection event with, get the c value collection
    //and use it to select from your other table
    ArrayList<String> selectedCs = this.temp.get(selectedB);
    // now iterate over the selectedCs items and use each of these
    //to continue retrieving whatever data you need...
    for (String oneC : selectedCs) {
         // Select Data from backend using oneC in the where-Clause or whatever...
    Hope that helps
    Michael

  • How do I select more then one channel to view in tdms file viewer graph panel

    I have a TDMS file that I can view with the labview 2013 TDMS file viewer and I can select one signal out of 15 signals to view on the graph panel. however I would like be able to look at 2 or 3 signals
    on the same graph but can't seem to be able to select more then one signal at a time. Is there a way to select more then one to view?  

    I've modified the TDMS viewer in the past to allow selecting multple channels.  It's a little bit of a pain because the tree control in the viewer only allows you to select one item.  You have to edit the tree to allow multiple items.  Now your selection is an array instead of a scalar.  This means the rest of the code has to be updated, and the references to the tree in subVIs need to be updated.  Not impossible but it takes some time.  Alternativly open it in Excel with the free add-in then you can select the two columns you want and insert a graph.  Not as simple for the user but using Excel, which users should be familiar with might mean users need less training on data files.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to select more than one row in a JTable swing adf adf?

    how to select more than one row in a JTable swing adf adf?

    // Allow selection to span one contiguous set of rows, visible columns, or block of cells
    table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
    // Allow multiple selections of rows, visible columns, or cell blocks
    table.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);

  • Selecting more then one song

    Hi...how do I select more then one song at a time?
    Thanks!

    You hold the "Ctrl" key while clicking the songs you want highlighted OR if you want to select a whole group in a list, Just Highlight the first song, hold the shift key then select the last song in the list/group

  • Selecting more then one item in ITunes

    Trying to clean up library and need to delete a number of files/items. I see that you can only command and click each individual file to select more then one but is there a easier way to do this? Want to be able to scroll over selection... then delete.
    Also when you use option show duplicates this also shows the original as well as the duplicate? Is there a way to ONLY show the duplicate file. So that to would be easier to delete?
    Thanks in advance.

    Shift click to select multiple items from the iTunes window. Select one item then hold down the shift key and select the another item.
    Show Duplicates will show both. iTunes doesn't know one from the other. No program does as far as I know. The Show Dups will show the dups - you have to decide which one is a dup. iTunes is showing you the tunes with the same names - the bit rate, kind, etc maybe different - you will need to decide which one to delete or rename.
    MJ

  • Update  returned more then one row

    Hi ,
    Can you help me with this?
    I have the following:
    update admuser.udfvalue
    set udf_number=
    (select sum(nvl(uv.udf_number,0))
    from admuser.projwbs pw, admuser.udfvalue uv
    where pw.proj_id=uv.proj_id
    group by pw.proj_id, pw.parent_wbs_id, pw.phase_id,
    uv.proj_id,pw.wbs_name, pw.wbs_name)
    where proj_id = any
    (select pw.proj_id
    from admuser.projwbs pw, admuser.udfvalue uv
    where pw.proj_id=uv.proj_id
    group by pw.proj_id, pw.parent_wbs_id, pw.phase_id,
    uv.proj_id,pw.wbs_name, pw.wbs_name)
    and the error: ERROR at line 3:
    ORA-01427: single-row subquery returns more than one row
    thank you

    Hi,
    You subselect isn't linked to your target table,
    update admuser.udfvalue target
       set udf_number =
              (  select sum(nvl(uv.udf_number, 0))
                   from admuser.projwbs pw
                  where pw.proj_id = target.proj_id
               group by pw.proj_id
                       ,pw.parent_wbs_id
                       ,pw.phase_id
                       ,pw.proj_id
                       ,pw.wbs_name
                       ,pw.wbs_name)
    where proj_id = any (  select pw.proj_id
                              from admuser.projwbs pw, admuser.udfvalue uv
                             where pw.proj_id = uv.proj_id
                          group by pw.proj_id
                                  ,pw.parent_wbs_id
                                  ,pw.phase_id
                                  ,uv.proj_id
                                  ,pw.wbs_name
                                  ,pw.wbs_name);Regards
    Peter

  • My Mac Shuts off when I use iPhoto to Shift-Select more then 6 photos. Please Help :(

    When I Shift-Select more then 6 photos my Mac shuts off. The screen is barely lit but is black. The bottom right power light is lit in intervals and I need to manually reset my Laptop each time. 
    The error Code is.
    Interval Since Last Panic Report:  13244 sec
    Panics Since Last Report:          9
    Anonymous UUID: 252D9BB7-114E-4E3B-B84B-86F7CC9F6BEF
    Wed Aug  8 12:15:55 2012
    panic(cpu 2 caller 0x9d4c9b): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xa651d000 0x0a5480a2, D0, P3/4
    Backtrace (CPU 2), Frame : Return Address (4 potential args on stack)
    0x7c172188 : 0x21b837 (0x5dd7fc 0x7c1721bc 0x223ce1 0x0)
    0x7c1721d8 : 0x9d4c9b (0xbea28c 0xc5a800 0xbf8e60 0x0)
    0x7c172278 : 0xaef608 (0xde8c404 0xdfe1004 0x100 0xcb42b6)
    0x7c1722c8 : 0xae6601 (0xdfe1004 0x100 0x7c1722f8 0x9c4778)
    0x7c1722f8 : 0x16d89a6 (0xdfe1004 0x100 0x438004ee 0x7c172308)
    0x7c172438 : 0xb0e2b5 (0xdfe1004 0xe27f004 0x0 0x0)
    0x7c172478 : 0x9dde7c (0xdfe1004 0xe27f004 0x0 0x0)
    0x7c172518 : 0x9da55b (0x0 0x9 0x0 0x0)
    0x7c1726c8 : 0x9dc58f (0x0 0x600d600d 0x702b 0x7c1726f8)
    0x7c172798 : 0xc9feae (0xc1d00040 0xbfef0033 0xbfef0034 0x857c)
    0x7c172808 : 0xcaf734 (0xe94d000 0xe9c1980 0x8 0x3)
    0x7c172828 : 0xcd4322 (0xe9c1980 0xb 0x7c172848 0x2be0)
    0x7c172858 : 0xcd4b3d (0xe392000 0x0 0x7c17287c 0x0)
    0x7c172888 : 0xcb4d79 (0xe392000 0xa44f6080 0x0 0x2f)
    0x7c1728d8 : 0xc76d0c (0x6d27f000 0x0 0x0 0x3)
    0x7c172948 : 0xc7640f (0x6d27f000 0x0 0x2 0x3)
    0x7c172978 : 0xc6c05f (0x6d27f000 0x0 0x2 0x6d1bf000)
    0x7c172ab8 : 0xca55d8 (0x6d1bf000 0x1 0x7c172bcc 0x7c172bc8)
    0x7c172b68 : 0xc67fe1 (0x6d1bf000 0x1 0x7c172bcc 0x7c172bc8)
    0x7c172be8 : 0x56da06 (0x6d1bf000 0x0 0x7c172e3c 0x7c172c74)
    0x7c172c38 : 0x56e2a5 (0xcf6720 0x6d1bf000 0xea51988 0x1)
    0x7c172c88 : 0x56eb59 (0x6d1bf000 0x10 0x7c172cd0 0x0)
    0x7c172da8 : 0x286638 (0x6d1bf000 0x10 0xea51988 0x1)
    0x7c173e58 : 0x21dbe5 (0xea51960 0xdc055a0 0x1fd7e8 0x5d43)
    0x7c173e98 : 0x210a86 (0xea51900 0x0 0xe037810 0xe4336c0)
    0x7c173ef8 : 0x216f84 (0xea51900 0x0 0x0 0x0)
    0x7c173f78 : 0x295c57 (0xdd92708 0x0 0x0 0x0)
    0x7c173fc8 : 0x2a256d (0xdd92704 0x1 0x10 0xdd93ea4)
          Kernel Extensions in backtrace (with dependencies):
             com.apple.GeForce(6.4.0)@0xc5c000->0xd12fff
    dependency: com.apple.NVDAResman(6.4.0)@0x96e000
    dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
    dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
    com.apple.nvidia.nv50hal(6.4.0)@0x15a2000->0x19b6fff
    dependency: com.apple.NVDAResman(6.4.0)@0x96e000
    com.apple.NVDAResman(6.4.0)@0x96e000->0xc5bfff
    dependency: com.apple.iokit.IOPCIFamily(2.6.5)@0x928000
    dependency: com.apple.iokit.IONDRVSupport(2.2.1)@0x961000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2.1)@0x93f000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 56505169200
    unloaded kexts:
    (none)
    loaded kexts:
    com.apple.filesystems.msdosfs            1.6.3 - last loaded 50488522338
    com.apple.driver.AppleHWSensor            1.9.3d0
    com.apple.driver.AppleTyMCEDriver            1.0.2d2
    com.apple.driver.AGPM            100.12.31
    com.apple.filesystems.autofs            2.1.0
    com.apple.driver.AppleMikeyHIDDriver            1.2.0
    com.apple.driver.InternalModemSupport            2.6.2
    com.apple.driver.AppleHDA            2.0.5f14
    com.apple.driver.AppleUpstreamUserClient            3.5.7
    com.apple.driver.AppleMCCSControl            1.0.20
    com.apple.driver.AppleMikeyDriver            2.0.5f14
    com.apple.driver.AudioAUUC            1.57
    com.apple.driver.AppleIntelHDGraphics            6.4.0
    com.apple.driver.AppleIntelHDGraphicsFB            6.4.0
    com.apple.driver.SMCMotionSensor            3.0.1d2
    com.apple.driver.ACPI_SMC_PlatformPlugin            4.7.0a1
    com.apple.driver.AppleIntelYonahProfile            14
    com.apple.driver.AppleIntelPenrynProfile            17
    com.apple.driver.AppleIntelNehalemProfile            11
    com.apple.Dont_Steal_Mac_OS_X            7.0.0
    com.apple.driver.AppleIntelMeromProfile            19
    com.apple.driver.AudioIPCDriver            1.1.6
    com.apple.GeForce            6.4.0
    com.apple.driver.AppleLPC            1.5.1
    com.apple.driver.AppleGraphicsControl            2.10.6
    com.apple.driver.AppleBacklight            170.0.46
    com.apple.kext.AppleSMCLMU            1.5.2d10
    com.apple.driver.AppleUSBTCButtons            201.6
    com.apple.driver.AppleUSBTCKeyEventDriver            201.6
    com.apple.driver.AppleUSBTCKeyboard            201.6
    com.apple.driver.AppleUSBCardReader            2.6.1
    com.apple.driver.AppleIRController            303.8
    com.apple.iokit.SCSITaskUserClient            2.6.8
    com.apple.BootCache            31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib            1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage            1.6.4
    com.apple.driver.AppleUSBHub            4.2.4
    com.apple.driver.AppleFWOHCI            4.7.3
    com.apple.driver.AirPortBrcm43224            428.42.4
    com.apple.iokit.AppleBCM5701Ethernet            3.0.5b8
    com.apple.driver.AppleEFINVRAM            1.4.0
    com.apple.driver.AppleSmartBatteryManager            160.0.0
    com.apple.driver.AppleAHCIPort            2.1.7
    com.apple.driver.AppleUSBEHCI            4.2.4
    com.apple.driver.AppleUSBUHCI            4.2.0
    com.apple.driver.AppleACPIButtons            1.3.6
    com.apple.driver.AppleRTC            1.3.1
    com.apple.driver.AppleHPET            1.5
    com.apple.driver.AppleSMBIOS            1.7
    com.apple.driver.AppleACPIEC            1.3.6
    com.apple.driver.AppleAPIC            1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient            142.6.0
    com.apple.security.sandbox            1
    com.apple.security.quarantine            0
    com.apple.nke.applicationfirewall            2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement            142.6.0
    com.apple.driver.AppleProfileReadCounterAction            17
    com.apple.driver.AppleHDAHardwareConfigDriver            2.0.5f14
    com.apple.driver.DspFuncLib            2.0.5f14
    com.apple.driver.AppleProfileTimestampAction            10
    com.apple.driver.AppleProfileThreadInfoAction            14
    com.apple.driver.AppleProfileRegisterStateAction            10
    com.apple.driver.AppleProfileKEventAction            10
    com.apple.driver.AppleProfileCallstackAction            20
    com.apple.driver.AppleSMBusController            1.0.10d0
    com.apple.driver.IOPlatformPluginFamily            4.7.0a1
    com.apple.iokit.IOSurface            74.2
    com.apple.iokit.IOFireWireIP            2.0.3
    com.apple.iokit.IOBluetoothSerialManager            2.4.5f3
    com.apple.iokit.IOSerialFamily            10.0.3
    com.apple.iokit.IOAudioFamily            1.8.3fc2
    com.apple.kext.OSvKernDSPLib            1.3
    com.apple.iokit.AppleProfileFamily            41
    com.apple.driver.AppleHDAController            2.0.5f14
    com.apple.iokit.IOHDAFamily            2.0.5f14
    com.apple.driver.AppleSMBusPCI            1.0.10d0
    com.apple.driver.AppleBacklightExpert            1.0.1
    com.apple.driver.AppleSMC            3.1.0d5
    com.apple.nvidia.nv50hal            6.4.0
    com.apple.NVDAResman            6.4.0
    com.apple.iokit.IONDRVSupport            2.2.1
    com.apple.iokit.IOGraphicsFamily            2.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController            2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController            2.4.5f3
    com.apple.iokit.IOBluetoothFamily            2.4.5f3
    com.apple.driver.AppleUSBMultitouch            207.7
    com.apple.iokit.IOSCSIBlockCommandsDevice            2.6.8
    com.apple.iokit.IOUSBMassStorageClass            2.6.7
    com.apple.iokit.IOUSBHIDDriver            4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice            2.6.8
    com.apple.iokit.IOBDStorageFamily            1.6
    com.apple.iokit.IODVDStorageFamily            1.6
    com.apple.iokit.IOCDStorageFamily            1.6.1
    com.apple.driver.AppleUSBMergeNub            4.2.4
    com.apple.driver.AppleUSBComposite            3.9.0
    com.apple.driver.AppleFileSystemDriver            2.0
    com.apple.driver.XsanFilter            402.1
    com.apple.iokit.IOAHCISerialATAPI            1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily            2.6.8
    com.apple.iokit.IOFireWireFamily            4.2.6
    com.apple.iokit.IOUSBUserClient            4.2.4
    com.apple.iokit.IO80211Family            320.1
    com.apple.iokit.IONetworkingFamily            1.10
    com.apple.iokit.IOAHCIFamily            2.0.6
    com.apple.iokit.IOUSBFamily            4.2.4
    com.apple.driver.AppleEFIRuntime            1.4.0
    com.apple.iokit.IOHIDFamily            1.6.6
    com.apple.iokit.IOSMBusFamily            1.1
    com.apple.kext.AppleMatch            1.0.0d1
    com.apple.security.TMSafetyNet            6
    com.apple.driver.DiskImages            289.1
    com.apple.iokit.IOStorageFamily            1.6.3
    com.apple.driver.AppleACPIPlatform            1.3.6
    com.apple.iokit.IOPCIFamily            2.6.5
    com.apple.iokit.IOACPIFamily            1.3.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f16
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0xfa120000 / 4
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3 
    Thank You

    I was actually able to upgrade to the newest software, iOS 5.1.1 without connecting to my computer/iTunes but rather directly through my phone when I was home on Wi-Fi. After the upgrade I plugged my phone into a different USB port at the back of my computer and was able to do a full restore. I really don't think the USB port had anything to do with it because I use the same front USB port all the time with my external hard drive and other devices wuth no problems at all; regardless of what the actual solution was, I am now able to connect to iTunes and upgrade/restore without any problems so that half of my problem is resolved.
    I have yet to leave my house since doing the upgrade/restore so I am not sure if the problem with my phone crashing when I use the interent on the 3G is still an issue. I will test it today and tomorrow and give you an update.
    Thanks

  • Can I select more then one project to process

    I have created several different prjects within FCPX and now want to process them so that I can use them in other Apple applications i.e. IDVD. can I select more the one project to process or do I have to wait for each individual one to finish before selecting a second one to process.

    Unfortunatley there is no batch export function in FCP. An excellent feature request. Please use feedback from the FCP menu to add your name to the list of those asking for this.

  • Selecting more then one message.

    The iPad commercial show multiple messages being selected and then all opened at the same time. (looks to stack them all a little unevenly)
    How did they do that?

    Same problem here... Yahoo pushes just fine on my iPhone but on the iPad there is not even a option to select push just fetch or manual. I set up a mobile me account and that pushes just fine. So maybe its Yahoo? It isn't that much of a problem i sopose since i hear on my iphone that i have mail then just check it on my iPad. It just seems strange that it is not working.. Oh and as for the multiple messages being selected there not being opened thats how you either delete them or move them to a different folder. just hit the edit button.

  • Returning more then one row and changing to selecting by moditifcation date

    i've adapted the query below from an older one, it has to return one result and the subquerys are there to make sure it does not just return a number but a string with a bit more meaning, I also have to change it now so that it selects on the last 5 updated records, and there is a mod date I could use for that. But I still have to figure out how. Any help is welcome.
    select * from ( SELECT ticketid,
    applicatiecd,
    categorieid,
    substr(titel,1, 200)||' ...'
    klantprioriteitid,
    interneprioriteitid,
    ( select g.voornaam||' '||g.naam
    from gebruiker g, ticket t
    where g.gebruikerid = t.gebruikerid
    and t.applicatiecd = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD)) "aangemaakt door",
    ( select s.statusdefoms "status"
    from status s, ticket t
    where s.statusid = t.statusid
    and t.APPLICATIECD = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD)) "status",
    versieid,
    row_number() over (order by ticketid desc) rn
    FROM ticket where applicatiecd = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD) ) where rn <= 5;

    corrected query, should work:
    select *  from ( SELECT ticketid,
                applicatiecd,
                categorieid,
                substr(titel,1, 200)||' ...'
                klantprioriteitid,
                interneprioriteitid,
                ( select g.voornaam||' '||g.naam
                    from gebruiker g
                    where g.gebruikerid = t.gebruikerid
                    and t.applicatiecd = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD)) "aangemaakt door",
                ( select s.statusdefoms "status"
                    from status s
                    where s.statusid = t.statusid
                    and t.APPLICATIECD = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD)) "status",
                versieid,
                row_number() over (order by ticketid desc) rn          
    FROM ticket  t
    where applicatiecd = NVL(:P0_APPLICATIECD,:F101_APPLICATIECD)     )
    where rn <= 5;

  • Can u select more then one" Draw Ap Div"?

    Hello All
    My background has an image inside a "draw Ap Div". I have 20
    images on top of that (all 20 inside their own Ap Div). I need to
    move all 20 of the images downward. Is there a way I can select
    only the 20 images that are on top of my background image without
    doing them one by one? Is it possible to lock down my background
    image that is nested inside the AP Div. and only select my 20 image
    so they can be moved downward together?
    CS3 Mac user
    thanks
    why_atl

    "Why_ATL" <[email protected]> wrote in
    message
    news:gga335$e40$[email protected]..
    > Hello All
    > My background has an image inside a "draw Ap Div". I
    have 20 images on
    > top of
    > that (all 20 inside their own Ap Div). I need to move
    all 20 of the
    > images
    > downward. Is there a way I can select only the 20 images
    that are on top
    > of my
    > background image without doing them one by one? Is it
    possible to lock
    > down my
    > background image that is nested inside the AP Div. and
    only select my 20
    > image
    > so they can be moved downward together?
    Sounds like a nightmare approach.
    Anyway... wrap a positioned div around your 20 AP divs. That
    way the divs
    will be positioned relative to it. Then you can position just
    that one div
    how you like.
    BTW, you also don't need to place images in divs in order to
    absolutely
    position them; you can position the images themselves.
    But you're going to want to change your approach, I can
    guarantee you.
    Absolute positioning is far more trouble than it's worth, 19
    times out of
    20.
    tim
    http://www.pactumweb.com

  • Select more than one row in a multicolum listbox

    Hello!
    I'm using a multicolumn listbox. I'm working with his property node and in this case with the Active Cell Atribute. I want to select four rows at time to change the foregroun color.....but a bundle only allows me to indicate a cell (a row and a column) and i want to select four rows of the same column at the time.....how i have to do it.
    Thanks!
    Larson

    That's from the property's help file. Just right click the property and select "help for ..." in the context menu and the appropriate help window opens.
    Thomas
    Message Edited by becktho on 11-17-2005 07:16 AM
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    PropertyContext.PNG ‏12 KB
    PropertyHelp.PNG ‏18 KB

  • How could I select more than one file in a dialog?

    Hello NG,
    is it possible by using a "file path - frontpanel element" to configure
    the dialog for the possibility of selecting more then one file? The
    return should be an array. At the moment, I am only able to choose one
    file or a whole directory. But I want to select different files of
    different directories and do not want to reopen the "file path dialog
    box" continously.
    Thanks a lot for your help.
    Best regards,
    Michael

    Here's an example that uses the program you download from here. I also used a Boolean with the file browse icon that I got from OpenG. If you want, you can also check out this thread.

Maybe you are looking for

  • Why do you need access to MICROPHONE in new version?????????

    android is worse than windows in accessing personal information, thought Mozilla were good guys yet you seem to be one upping android in invading our privacy/security. won't be downloading new version due exclusively to this issue. Bad enough that an

  • Selectboolean Checkbox value on Page load

    Hi, My requirement is : I have a Selectbooleancheckbox on a jspx page and I want to display Selectbooleancheckbox[b] "checked" when I run the jspx page...what should I do for this?Should I write some code in the getter method of Selectbooleancheckbox

  • Windows XP Home

    I have read through a lot of these complaints, and so far, just about everyonw having these problems installing have Windows XP home. Again, I will say that the Windows XP Home version that I have is an Upgrade OS and I had NO problems installing Jav

  • Bad sound, X-treme Music with 64-bit Windows 7

    I just upgraded my machine from XP to 7. Initially I "did it wrong", and installed the 32-bit version of 7 on my machine. The sound was working perfectly then. Then I realized my mistake (since my RAM wasn't all showing up) and I reformatted to 64-bi

  • Is the Unknown Error 1604 being addressed? (!!)

    Is this error being addressed at all?! I've gotten it for the second time now and had to send it to Apple Store AGAIN for help. Cause it won't turn back on again. Just says "plug me into itunes". I know several other friends of mine who've gotten the