I seem to be unable to select text from my WebListboxes. I tried with a data source and AddRow, 2025r2.1 and 2025r3. Selection type: None and Single. I can’t select text, I have to OCR it.
I would imagine that’s on purpose. In these custom controls, text selection is troublesome at best and what you get back is only marginally useful unless you’re selecting a single cell. You’d be better off having a button that allowed the user to download the data as a tab or comma delimited file.
I do have that where appropriate. The use case here is the Activity Log view. For security entries, the IP address is logged. Now that I’ve got it deployed and have been using it, I’ve been needing to copy a single address from a single line out of the log so that I can check it’s ownership.
However, you’ve given me a great push toward a good idea, thank you!
I could add a button that automatically opens my lookup tool with the address pre-filled in the correct parameter.
I still think there are other use cases where being able to select some text would be useful.