Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jannik Nilsson 38 posts 81 karma points
    Jun 21, 2010 @ 15:24
    Jannik Nilsson
    0

    Multiple member picker

    Is there a datatype for selecting multiple members?

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Jun 21, 2010 @ 16:40
    Hendy Racher
    0

    Hi Jannik, the AutoComplete package can be used to pick multiple members...

    Update: The AutoComplete datatype was moved into uComponents.

    HTH,
    Hendy

  • Jannik Nilsson 38 posts 81 karma points
    Jun 21, 2010 @ 16:59
    Jannik Nilsson
    0

    Lovely thanks.  I haven't seen that before

  • Chizzl 36 posts 107 karma points
    Sep 12, 2011 @ 21:28
    Chizzl
    0

    Hi,

    I'm trying to get a mulitple member picker working also with uComponents autocomplete, but no luck so far, because I don't know how to set the XPath setting to retrieve all (or a subset of) members.  The things I tried gave me an error "SQL Server Compact does not support calls to HasRows property if the underlying cursor is not scrollable."  

    Any help on this one pls? 

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Sep 14, 2011 @ 11:43
    Hendy Racher
    0

    Hi Chizzi,

    I've not tested it with SQL Server Compact edition, but a quick investigation reveals that a fix might be to try and read the SQL results before testing to see if there are results... (have logged an issue here)

    The XPath to get all members would be:

    descendant::*

    To get all members of a particular type:

    descendant::*[@nodeTypeAlias='memberTypeAlias']

    HTH,

    Hendy

  • Chizzl 36 posts 107 karma points
    Sep 14, 2011 @ 13:27
    Chizzl
    0

    Thank you very much fro your reply!  It's not working, so it must be the database that is causing the problem. Google is also showing that more people encounter this problem with CE.  Gonna try with MySql...  Thanks for logging the issue.

  • Chizzl 36 posts 107 karma points
    Sep 14, 2011 @ 22:51
    Chizzl
    0

    And it's working with MySql !! :)  

  • Alex Skrypnyk 6131 posts 23950 karma points MVP 7x admin c-trib
    Aug 26, 2014 @ 17:21
    Alex Skrypnyk
    0

    How to do it in Umbraco 7?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft