Checkedlistbox allows multiple selections with Selection mode set to one

I have a simple CheckedListBox with three options. I set Selection Mode to One. When I test the form, it allows me to have more than one box checked. I can clear the other two with a program, but my understanding of Selection Mode was that it would not
allow more than one box to be checked if set on one.

Option Strict On
Public Class Form1
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
CheckedListBox1.SelectionMode = SelectionMode.One
For i = 1 To 10
CheckedListBox1.Items.Add("Number" & i.ToString)
Next
End Sub
Private Sub CheckedListBox1_ItemCheckChanged(sender As Object, e As ItemCheckEventArgs) Handles CheckedListBox1.ItemCheck
Dim ItemIndex As Integer = e.Index
For i = 0 To CheckedListBox1.Items.Count - 1
If i <> ItemIndex Then
CheckedListBox1.SetItemCheckState(i, CheckState.Unchecked)
End If
Next
End Sub
End Class
La vida loca

Similar Messages

  • I need a report in SAP which allows multiple Profit centers selection with

    Hi,
        Cany anybody help me with below issue -
    I need a report in SAP which allowing multiple Profit centers selection with :
    - Profit Center #
    - Profit center Name
    - Profit center long text
    - Profit Center group
    - the related PC node showing the BU and the product category group.
    Let me know is there any report which can provide us with all this details.
    With regards.

    Hi,
    I recommend the PCA standard drill-down or interactive reports accessible via the follwoing menu path:
    Accounting --> Enterprise Controlling --> PCA --> Infosystem --> Reports for PCA
    There are several reports which allow entering profitcenter groups or profitcenters.
    Long Text is not possible. Makes also no sense to report on Long Text.
    Best regards,
    Andreas

  • Multiple records with select option

    i have to use select option in selection screen, which wl take the multiple values but that select option wont act as a range, the select option is a session name  from sm35, the table from where data is retrieved is APQI, i have used  a parameter before using select option ,like:
    selection-screen begin of line.
    parameters: P_grpid like apqi-groupid.
    select-options: s_grpid like apqi-groupid.
    selection-screen end of line.
    AT-SELECTION SCREEN ON VALUE REQUEST FOR p-GRPID. " previous situation
    {the code starts
    FM F4 selection is called}
    AT-SELECTION SCREEN ON VALUE REQUEST FOR S_GRPID-low. " CURRENT situation
    FM F4 selection is called}
    now when i give data in slection screen for s_grpid-low then it works as a parametr, but it doesnt take multiple values at s_grpid when i have alos mentioned the same for s_grpid-high.
    Please tell me how to achive multiple records with select option, or u can also send a sample code if you have..
    Thanks
    Swarnali

    Hello Swarnali,
    You need to fill internal table of select-option once you got into the event AT SELECTION-SCREEN ON VALUE REQUEST FOR so_carr-LOW.
    so sudo code will be:
    AT SELECTION-SCREEN ON VALUE REQUEST FOR so_carr-LOW.
    Select data from table.
       so_carr-LOW = value
       append so_carr.
    You can also use NO INTERVAL to suppress the so_carr-HIGH value on selection screen.
    Thanks,
    Augustin.

  • Can I have multiple iPhones with unique back ups using one icloud account?

    Hello forum users,
    Can I have multiple iPhones with unique back ups using one icloud account?
    I would like to back up and restore 4 different iPhones, 1 iPad, a MacBook and 1 MacBook Pro using the same single iCloud account.
    If so, how is this done?
    Many thanks

    Sharing an iCloud account between two devices can be done without causing issues with iMessage and FaceTime, just go into Settings for each of these functions and designate separate points of contact (i.e. phone number only, or phone number and unique email address).  While that works, you'll then face the problem where a phone call to one iPhone will ring both if on the same Wi-Fi network -- but again, that can be avoided by changing each phone's settings.
    Rather than do all that, don't fight it -- use separate IDs for iCloud.  You can still use a common ID for iTunes purchases (the ID for purchases and iCloud do not have to be the same) or you can use Family Sharing to share purchases from a primary Apple account.

  • Presenter 8 -- need help with proper settings to allow quiz retake (with a NEW set of questions from a random pool)

    We are publishing a Presenter 8 quiz to an LMS in a SCORM format.  I am having trouble with the following:  the quiz is built with multiple question groups, and a limited number of questions are being selected from each group.  E.g. we have 80+ questions in total, and 25 are presented to a user on a given attempt.
    When a user fails the quiz and exits the quiz normally, we want them to study and try again.  I set the quiz settings to allow infinite attempts, and set the LMS settings to make sure the quiz is not presented in "review mode".  When I test this quiz by failing it the first time, when I reenter the quiz, I am taken to the last slide in the quiz (which is the last one I viewed), and I can retake the quiz by navigating back to the first question.
    Here's the problem:  I am presented with the SAME set of questions, rather than a NEW set of random questions.  This will facilitate cheating (all a user has to do is take the quiz once, review the answers, and then take it again to pass it).
    How do I insure that the user is presented with a NEW set of questions when I retake the quiz?
    I am open to upgrading to Adobe Presenter 10, but would rather not have to do so.  There must be some setting I'm missing.
    Scott Richardson

    If you move a mailbox from one server to another, Outlook will automatically repair the Outlook profile.  Have you tried this, instead of trying to force a profile update using a PRF?

  • Is there a way to use a single bitmapdata for multiple images with GPU mode?

    With GPU mode is there a way to bring in a single 1024 X 1024 png containing all my sprites and then slice it up into multiple display objects all refering to the original BitmapData?
    I have an app that runs in GPU mode - but I want to optimize the image management.
    I am making three sets of images in the orders of 2048, 1024 and 512 px.
    The app is a book app and each page has around 4 to 5 bitmaps. I would like to bring in one single image and slice it up - but just refer to the original bitMapData in the memory.
    Is there a way to do this - e.g. using a masking technique?
    I think it is possible using textures in direct mode - but that is not an ideal solution for me - as the app is already in the appstore - and I would have to entirely refactor it for stage3D. Also I use very large bitmaps which have some masking animations applied to them dynamically: http://youtu.be/Nm0T1jLCTz8?t=42s
    Currently, I use jpgs and a jpeg mask file for each image which I composite to get the alpha - then I scale them.
    PNGs may be better for GPU - (no compositing) but they make for a huge app file.
    Now I am converting it to use diffent sized assets depending on the device, then scaling them if need, and then compositing them for apha.  What I was hoping was to find a technique that could reduce the number of bitmapdata objects used and reduce the operations in general. 
    Any thoughts on optimizing would be appreciated.  I can add my code here if it helps.

    Tell Apple:
    http://www.apple.com/feedback/iphone.html
    We're all users here, just like you.

  • Mulitple selection with select option on subscreen

    Hi colleagues,
       I've the following issue:
    I'm programming a dynpro this dynpro contains two subscreens. The lower subscreen will contain another dynpro defined as subscreen with an ALV to display results.
    The top subscreen (0150) area will be filled with a generated subscreen with the command
      SELECTION-SCREEN BEGIN OF SCREEN 0150 AS SUBSCREEN.
    with select options I define my selection area like:
    SELECT-OPTIONS: sa_6 FOR gs_rp_attrib_sel-sonr.
       If I call my transaction starting up the dynpro containing the two subscreens the result looks quit how I expect it. BUT then I try to start up the multiply selection Pop-UP for the selection field by pressing the button just right behind the HIGH input field, nothing happens. The multiply selection pop-up basicly does not show up.
       Any clues what I need to add that it will show up?
       Does the mulitply selection not work with
    SELECTION-SCREEN BEGIN OF SCREEN 0150 <b>AS SUBSCREEN</b>???
    (If I do a simple test program with a selection screen not being a subscreen, the multiply select popup comes up.)

    Hi,
    A subscreen cannot call another screen.
    I guess this is the reason why u are facing this problem.
    Thanks,
    Rashmi.

  • Returning multiple values with SELECT FOR LOOP

    Oracle EE 11gR1
    PL/SQL
    OEL 5.8
    ===========
    Would like to know how to do the following?
    for x, y in (select name, street
    from employees
    where hire_date < sysdate - 100)
    loop
    In other words, is there a way to handle 2 (or more) values in a SELECT FOR LOOP structure? If not, then how to accomplish the same task.
    The above does not work of course. :-)
    Appreciate any and all advice.

    Yes, just have one name in your for loop and that becomes the equivalent of a table name and reference the columns as that name.column name
    for t in (select name, street
       from employees
      where hire_date < sysdate - 100)
    loop
      dbms_output.put_line('name = '||t.name);
      dbms_output.put_line('street = '||t.street);
    end loop;

  • Auto select with select box

    Hi
    I have a site which has 8 services.each service has it own
    page. When the user goes to the service page there will be a link
    which will take them to a form. I want the form to be able to
    identify which service is there and select that one automatically.
    I have done this previously but only with a form. Can you
    please help me to fix this.
    Link on service page
    <a href="moreinfo.cfm?service=WorkGroup Consultancy">Click
    here for Further Information</a>
    select box in form
    <select name="service">
    <option value="UK Immigration" <cfif
    structKeyExists(form,"UK Immigration") AND form.service eq
    "WorkGroup Consultancy">selected="selected"</cfif>>UK
    Immigration</option>
    <option <cfif structKeyExists(form,"WorkGroup
    Consultancy") AND form.service eq "WorkGroup
    Consultancy">selected="selected"</cfif>value="WorkGroup
    Consultancy">WorkGroup Consultancy</option>
    <option value="Legal Managment Software" <cfif
    structKeyExists(form,"Legal Managment Software") AND form.service
    eq "Legal Managment
    Software">selected="selected"</cfif>>Legal Managment
    Software</option>
    <option value="Search Engine Optimization" <cfif
    structKeyExists(form,"Search Engine Optimization") AND form.service
    eq "Search Engine
    Optimization">selected="selected"</cfif>>Search Engine
    Optimization</option>
    <option value="Marketing Consultancy" <cfif
    structKeyExists(form,"Marketing Consultancy") AND form.service eq
    "Marketing
    Consultancy">selected="selected"</cfif>>Marketing
    Consultancy</option>
    <option value="Project Management" <cfif
    structKeyExists(form,"Project Management") AND form.service eq
    "Project Management">selected="selected"</cfif>>Project
    Management</option>
    <option value="Training" <cfif
    structKeyExists(form,"Training") AND form.service eq
    "Training">selected="selected"</cfif>>Training</option>
    <option value="Web Design"<cfif
    structKeyExists(form,"Web Design") AND form.service eq "Web
    Design">selected="selected"</cfif>>Web
    Design</option>
    </select>

    I have tried both was and still cannot get it to work. Please
    shwo me the correct way to do this
    <cfselect name="service" selected="#url.service#">
    <option value="UK Immigration" >UK
    Immigration</option>
    <option value="WorkGroup Consultancy">WorkGroup
    Consultancy</option>
    <option value="Legal Managment Software" >Legal
    Managment Software</option>
    <option value="Search Engine Optimization" >Search
    Engine Optimization</option>
    <option value="Marketing Consultancy" >Marketing
    Consultancy</option>
    <option value="Project Management">Project
    Management</option>
    <option value="Training" >Training</option>
    <option value="Web Design">Web Design</option>
    </cfselect>
    And the other way
    option value="UK Immigration" <cfif structKeyExists(URL,"UK
    Immigration") AND url.service eq "WorkGroup
    Consultancy">selected="selected"</cfif>>UK
    Immigration</option>
    <option <cfif structKeyExists(url,"WorkGroup
    Consultancy") AND url.service eq "WorkGroup
    Consultancy">selected="selected"</cfif>value="WorkGroup
    Consultancy">WorkGroup Consultancy</option>
    <option value="Legal Managment Software" <cfif
    structKeyExists(url,"Legal Managment Software") AND url.service eq
    "Legal Managment
    Software">selected="selected"</cfif>>Legal Managment
    Software</option>
    <option value="Search Engine Optimization" <cfif
    structKeyExists(url,"Search Engine Optimization") AND url.service
    eq "Search Engine
    Optimization">selected="selected"</cfif>>Search Engine
    Optimization</option>
    <option value="Marketing Consultancy" <cfif
    structKeyExists(url,"Marketing Consultancy") AND url.service eq
    "Marketing
    Consultancy">selected="selected"</cfif>>Marketing
    Consultancy</option>
    <option value="Project Management" <cfif
    structKeyExists(url,"Project Management") AND url.service eq
    "Project Management">selected="selected"</cfif>>Project
    Management</option>
    <option value="Training" <cfif
    structKeyExists(url,"Training") AND url.service eq
    "Training">selected="selected"</cfif>>Training</option>
    <option value="Web Design"<cfif
    structKeyExists(url,"Web Design") AND url.service eq "Web
    Design">selected="selected"</cfif>>Web
    Design</option>

  • CS5 Disable Picture Content Select with Selection Tool

    I'm not sure if this was added in CS4, because I skipped CS4, but I know it wasn't there in CS3. With my Selection Tool (solid cursor), I can grab the contents of a picture box represented by circle mark that appears in the center of an image on mouse rollover. If I come close to it, I grab the picture, not the frame (what I don't want). But if I keep my selection closer to the edge, I select box and contents (what I want). How can I disable this feature? I have looked through my preferences to no avail. I mean, I thought that's what the Direct Selection Tool was for? If I want the contents selected, I use the hollow cursor. Why mess with that? Please tell me this can be disabled. It would make my day.

    I did a search, but was hitting nothing. And I was looking in the wrong spot for it in the app.
    You... have made my day. Thank you, thank you.

  • Dynamic select with select-opitons

    Hi all,
    i have a selction screen with a Select-options : S_monat for bkpf-monat.
    Depending on what the user has entered in that selection i need to select the field WOG001 to WOG016 from table COSP.
    for example if user has entered Period '01' to Period '12' , then i should do SELECT  ( WOG001 to WOG012) from COSP. How to program that dynamic select fields??
    Cann anyone help???
    Thanks!

    I hope this will solve your porblem.
    SELECt-OPTIONS: monat for bkpf-monat OBLIGATORY.
    DATA: BEGIN OF ITAB,
         WTG001 TYPE COSP-WTG001,
         WTG002 TYPE COSP-WTG002,
         WTG003 TYPE COSP-WTG003,
      END OF ITAB.
    BREAK-POINT.
    LOOP AT monat.
      if monat-LOW = '01'  AND MONAT-HIGH IS INITIAL.
        select SINGLE WTG001 FROM cosp INTO CORRESPONDING FIELDS OF ITAB where kstar = '0007110102' and vrgng eq 'COIN' AND BEKNZ = 'H'.
    elseif   monat-LOW = '01'  AND MONAT-HIGH eq '01'.
        select SINGLE WTG001 FROM cosp INTO CORRESPONDING FIELDS OF ITAB where kstar = '0007110102' and vrgng eq 'COIN' AND BEKNZ = 'H'.   
    ELSEIF MONAT-HIGH = '02'.
             select SINGLE WTG001 WTG002 INTO CORRESPONDING FIELDS OF ITAB FROM cosp where kstar = '0007110102' and vrgng eq 'COIN' AND BEKNZ = 'H'.
               ELSEIF MONAT-HIGH = '03'.
             select SINGLE WTG001 WTG002 WTG003 INTO CORRESPONDING FIELDS OF ITAB FROM cosp where kstar = '0007110102' and vrgng eq 'COIN' AND BEKNZ = 'H'.
    ENDIF.
    ENDLOOP.}
    Edited by: ZAHID HAMEED on Aug 9, 2011 12:35 AM
    Edited by: ZAHID HAMEED on Aug 9, 2011 12:38 AM

  • EWS Managed API - update appointment - 'At least one recipient isn't valid.' during update item with invitation mode set to SendToNone on Exchange 2013

    Hi All,
    My team works on a managed EWS API based solution but we've found a behavior of the managed EWS API that we can't explain based on dev documentation (maybe we've missed or misunderstood something). 
    The problem is that the following piece of code throws 'At least one recipient isn't valid.' error in the line "up.Update"
    I don't have any recipients for the appointment so that's true that there is no valid recipient but on the other hand I set the invitation mode to SendToNone so the update changes shouldn't be sent to any recipient.  That's is also interesting why  the
    behavior is different when SendToNone is used during creation and SendToNone during updating (the commented out lines). The update works fine in this case.
    try
    var ap = new Appointment(service);
    ap.Start = new DateTime(2014, 1, 31, 10, 0, 0);
    ap.End = new DateTime(2014, 1, 31, 11, 0, 0);
    var r = new Recurrence.RelativeYearlyPattern();
    r.DayOfTheWeek = DayOfTheWeek.Friday;
    r.DayOfTheWeekIndex = DayOfTheWeekIndex.Last;
    r.Month = Month.January;
    ap.Recurrence = r;
    ap.Recurrence.StartDate = new DateTime(2014, 1, 31, 23, 30, 0);
    ap.Subject = "abc";
    // ap.Save(WellKnownFolderName.Calendar, SendInvitationsMode.SendToNone);
    ap.Save(WellKnownFolderName.Calendar, SendInvitationsMode.SendOnlyToAll);
    var up = Appointment.Bind(service, new ItemId(ap.Id.UniqueId));
    up.Recurrence = new Recurrence.DailyPattern(new DateTime(2014, 1, 29), 3);
    up.RequiredAttendees.Add("[email protected]");
    // up.Update(ConflictResolutionMode.AlwaysOverwrite, SendInvitationsOrCancellationsMode.SendOnlyToAll);
    up.Update(ConflictResolutionMode.AlwaysOverwrite, SendInvitationsOrCancellationsMode.SendToNone);
    catch (Exception e)
    Console.WriteLine(e.Message);
    The problem seems to only occur on Exchange 2013. We have also two test boxes with Exchange 2013 and the behavior also slightly differs between the boxes. On the first test box the problem occurs always but on the second one the problem only occurs in  specific
    appointment configurationd. I've never configured exchange 2013 myself so I don't know if there is any parameter during set up that may impact this behavior.
    Does anybody see any problem with the above code?
    Thanks in advance for help

    Were you able to figure what was going on with your first problem? we're seeing the exact same issue with one of our customers.

  • Populate values selects with select one choice

    How I can to create in Java??

    use a managed bean property of type ArrayList<SelectItem> and generate accessors. The reference it from f:selectItems in the selectOneChoice
    Frank

  • ORDER BY not allowed in INSERT..SELECT ?

    I'm trying to INSERT..SELECT into a table, the SELECT should be ordered by a clause, but Oracle (8.1.7) does not permit that.
    INSERT INTO SumTable
    SELECT Field1,Field2
    FROM FullTable
    WHERE field1 = 1
    ORDER BY field2;
    I get: ORA-00933: SQL command not properly ended
    It doesn't matter if the "order by" field is part of the SELECT or not. When I remove the ORDER BY the INSERT works perfectly. Oracle docs do not mention this limitation. Is this known issue? Can I make it to work?
    I do have a solution in PL/SQL, open a cursor for the SELECT with the ORDER BY, INSERT one row at a time in the cursor loop, but its too slow when I have more than 10K records to insert.
    Thanks,
    Yoram Ayalon

    I have to take issue with this. rows are inserted based on the blocks on the freelist.
    Watch.
    We will create a feeder table.
    SQL> create table feeder (ID) pctfree 0 as select rownum from all_objects;
    Table created.
    SQL> create table FRED (mycol integer) pctfree 0 pctused 99;
    {99 so that free space is reused almost immediately for demo only }
    Table created.
    SQL> analyze table fred compute statistics;
    Table analyzed.
    SQL> select blocks from user_tables where table_name='FRED';
    BLOCKS
    0
    SQL> insert into fred (mycol) select id from feeder where id <=32000;
    32000 rows created.
    { So we now have a tightly packed table. Blocksize 8k by- the-by )
    SQL> analyze table fred compute statistics;
    SQL> select blocks from user_Segments where segment_name='FRED';
    BLOCKS
    48
    { Ok : 48 blocks.  Now we will get rid of 1/2 of the rows scattered throughout the 48 }
    SQL> delete from fred where mod(mycol,2) =0;
    16000 rows deleted.
    SQL> analyze table fred compute statistics;
    Table analyzed.
    SQL> select blocks from user_Segments where segment_name='FRED';
    BLOCKS
    48
    { Ok : Still 48 blocks since we haven't been inserting only deleting }
    [ if we looked at user_Tables now it would show most if not all of the blocks on the freelist given the 99 PCTUSED }
    { now let's chuck in another 16000 ordered rows }
    SQL> insert into fred (mycol) select id from feeder where id <=16000 order by id
    16000 rows created.
    SQL> analyze table fred compute statistics;
    Table analyzed.
    SQL> select blocks from user_Segments where segment_name='FRED';
    BLOCKS
    48
    { look ! no extra blocks ! 
    -> it must have filled the non-contiguous holes in the blocks
    -> the rows are not physically ordered.

  • Cannot Install Windows 7 with AHCI mode

    Hello,
    Having just submitted a support ticket to MSI, I was curious to see if anyone else has experienced a similar issue or may be able to suggest a possible resolution.
    I recently purchased a MSI Z87-G41 PC Mate for an htpc build.
    I've ran into an issue of not being able to install Windows 7 Ultimate 64 bit onto my ANY SATA 3 hard drive with SATA mode - AHCI enabled in bios.
    Main parts for the build are:
    Motherboard: MSI Z87-G41 PC Mate
    CPU: Intel Core i3-4130 3.4 3 FCLGA 1150
    RAM: G.SKILL Ares Series 8GB (2 x 4GB) 240-Pin DDR3 SDRAM DDR3 1600
    PSU: Corsair Builder Series CX 600
    OS HD: Crucial M500 SSD
    During Windows install and selecting the SSD in which to install windows onto..
    Windows will prompt with: “Windows cannot be installed to Disk x Partition x. (Show details)
    Afterwards, I’ll select ‘Load driver’ and select the “Intel Rapid Storage Technology Driver for 8x series,” provided by MSI drivers download page. Confirmed as a valid driver for the SATA AHCI controller.
    "Select the driver to be installed" lists: “Intel(r) 8 Series/C220 Chipset Family SATA AHCI Controller” Looks good, then progress...
    Followed by clicking on next- “Setup was unable to create a new system partition or locate an existing system partition. See the setup log files for more information.”
    I've tried installing Windows 7 Ultimate 64 bit via USB drive and OEM disc to no avail.
    Performed a test using the same install procedure with my primary desktop computer which uses a MSI z68A-GD65 (G3) motherboard (AHCI enabled.) I was able to install windows to my Crucial M500 SSD without issue.
    Confirmed the issue occurs while testing with different hard drives. I have yet to be able to install windows with AHCI enabled on this motherboard.
    HDDs tested include:
    WD Black WD5002AALX 500GB
    Seagate ST3100524AS 1TB
    Once I change SATA mode from AHCI to IDE, I was able to install windows without the need of pre-loading the Intel 8 Series SATA/AHCI driver.
    Afterwards having installed windows, I decided to test by switching SATA mode back to AHCI. Doing so will cause the machine to bsod upon booting to windows. Later, I performed the registry edit to change IDE to AHCI mode within windows. Followed by again enabling AHCI in bios.
    I was able to boot while in AHCI mode temporarily a couple of times until this method stopped working. Any attempt past the bios post, windows will not boot.
    I've also tested the manual and XMP profile RAM settings as suggested by the sticky'd thread here https://forum-en.msi.com/index.php?topic=178019.0
    I would like to possibly resolve the issue in regards to utilizing AHCI mode for optimal performance for my hard drives and hot swap capability.
    When I have more time, I suppose I can run a RAM test; but so far I simply believe it may just be a SATA controller or driver conflict with the motherboard.
    tl;dr Cannot install Windows 7 onto any hard drive with AHCI enabled. Works fine with IDE mode.

    ** Update as of 6/3/2014 ** Issue resolved.
    Received my replacement motherboard from RMA. Replacement is working without any issues with SATA mode set to AHCI.
    Tested by running Windows 7 and Windows 8 install - both detected my SATA SSD and other HDDs as applicable drives to install Windows onto. Pre-loading the SATA controller drivers was not necessary. Windows boots up immediately without any delay now. Benchmarks are showing valid stats for SATA3 devices.
    Also to note, the replacement motherboard came with bios version 1.5, compared the one I sent back which came with 1.6. In case if that had anything to do with it. Not going to risk updating the bios at this point.
    Video of issue:
    Benchmarks from the old motherboard on the Crucial M500 SSD taken with Crystal DiskMark
    Benchmark from MSI Z87-G41 PC Mate (MS-750)
    on SATA 3 port set to AHCI
    CrystalDiskMark 3.0.3 x64 (C) 2007-2013 hiyohiyo
                               Crystal Dew World
    * MB/s = 1,000,000 byte/s [SATA/300 = 300,000,000 byte/s]
               Sequential Read :   264.792 MB/s
              Sequential Write :   143.991 MB/s
             Random Read 512KB :   250.614 MB/s
            Random Write 512KB :   142.545 MB/s
        Random Read 4KB (QD=1) :    24.176 MB/s [  5902.3 IOPS]
       Random Write 4KB (QD=1) :    82.152 MB/s [ 20056.5 IOPS]
       Random Read 4KB (QD=32) :   210.018 MB/s [ 51274.0 IOPS]
      Random Write 4KB (QD=32) :   134.663 MB/s [ 32876.6 IOPS]
      Test : 100 MB [C: 35.4% (39.6/111.8 GB)] (x5)
      Date : 2014/05/24 3:25:19
        OS : Windows 7 Ultimate SP1 [6.1 Build 7601] (x64)
    Benchmark from MSI Z87-G41 PC Mate (MS-750)
    on SATA 3 port set to IDE
    CrystalDiskMark 3.0.3 x64 (C) 2007-2013 hiyohiyo
                               Crystal Dew World
    * MB/s = 1,000,000 byte/s [SATA/300 = 300,000,000 byte/s]
               Sequential Read :   181.472 MB/s
              Sequential Write :   141.275 MB/s
             Random Read 512KB :   177.430 MB/s
            Random Write 512KB :   141.393 MB/s
        Random Read 4KB (QD=1) :    21.646 MB/s [  5284.6 IOPS]
       Random Write 4KB (QD=1) :    68.922 MB/s [ 16826.7 IOPS]
       Random Read 4KB (QD=32) :    25.411 MB/s [  6203.9 IOPS]
      Random Write 4KB (QD=32) :   108.275 MB/s [ 26434.3 IOPS]
      Test : 100 MB [C: 35.4% (39.6/111.8 GB)] (x5)
      Date : 2014/05/24 3:41:42
        OS : Windows 7 Ultimate SP1 [6.1 Build 7601] (x64)
    Benchmark from MSI Z87-G41 PC Mate (MS-750) **Replacement from RMA**
    on SATA 3 port set to AHCI
    CrystalDiskMark 3.0.3 x64 (C) 2007-2013 hiyohiyo
                               Crystal Dew World
    * MB/s = 1,000,000 byte/s [SATA/300 = 300,000,000 byte/s]
               Sequential Read :   469.045 MB/s
              Sequential Write :   138.655 MB/s
             Random Read 512KB :   419.083 MB/s
            Random Write 512KB :   135.032 MB/s
        Random Read 4KB (QD=1) :    26.454 MB/s [  6458.5 IOPS]
       Random Write 4KB (QD=1) :    89.189 MB/s [ 21774.7 IOPS]
       Random Read 4KB (QD=32) :   252.818 MB/s [ 61723.0 IOPS]
      Random Write 4KB (QD=32) :   129.909 MB/s [ 31716.1 IOPS]
      Test : 100 MB [C: 37.1% (41.5/111.8 GB)] (x5)
      Date : 2013/03/10 10:02:50
        OS : Windows 7 Ultimate SP1 [6.1 Build 7601] (x64)
     

Maybe you are looking for

  • Satellite C855D-S5106 - when lid is closed/reopened, backlight resumes, picture does not.

    Win. 7 Ult. 64-bit, Toshiba Satellite C855D-S5106, all BIOS and display drivers updated... Things to note: This NOT an issue with sleep or hibernation, or waking up from such states, as it wakes up just fine. It is also not a BIOS or drivers issue. I

  • Sync units with different Apple ID?

    Our family's iPad is linked to my AppleID, and our MacBook Air is linked to my my wife's Apple ID. Is it at all possible that GarageBand on both units could sync through the same iCloud (mine)?

  • Need of Profit centre in Material Master

    Hello Experts, As of now we have not entered profit centre in material master. Is it necessary to maintain the profit centre in material for any scenario? If yes can you please explain me those scenarios. Thanks in Advance, Satya

  • T500 VGA out to component video

    Does anyone know if this adapter: http://www.monoprice.com/products/product.asp?c_id​=102&cp_id=10235&cs_id=1023503&p_id=2170&seq=1&for​... will allow me to connect the VGA out on my T500 to an older HDTV with component inputs? Thanks in advance ever

  • Blackberry Desktop Manager Version 6 Download Needed

    A few months ago I read a post that had a link so I could download Blackberry Desktop Manager Version 6 for Windows. Does anyone have access to a link? Cheers, Steve Solved! Go to Solution.