Skip to main content

listbox multi-selection

Comments

1 comment

  • Permanently deleted user

    Hi Jeff, the result of the "DisplayForm"  for multiple selections in a "ListBox" will be an object. You can cast that object in an IList<Object> with the “ Cast ” activity. Once you have a list, you can iterate through it with a “ForEach” activity and access each individual URL. You can download an example from (https://data.latitudegeo.com/community/selecturlsfromlistboxandparse.zip) here .  The “Display Hyperlink” activity only shows one URL. Instead, you could use another form with the hyperlink options (you probably will have to pre-define the max numbers of hyperlinks on the form). 

    -Alejandro  
    0

Please sign in to leave a comment.