Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Helmut Ortmann on July 26, 2014, 06:21:39 pm
-
Hello,
is there a way to get the selected items of the search window?
Thanks,
Helmut
-
Maybe via copy/paste. I don't know if Windoze offers a method to mimic a copy operation so you could inspect the paste buffer.
q.
-
I needed something similar (I use the existing SQL Searches to select items for my document generator) and I wrote my own search window.
Too bad couldn't use the existing search window, but it wasn't too much work either to show the results of the search in a grid.
Geert
-
Thanks a lot!
I think I have to drop the subject or use a workaround like Geert.
Helmut
-
Unfortunately I had the same struggle in the past.
Like Geert I filled a datatable ->Gridview so solve the Issue.
The Code is posted somewhere in the forum.
Best regards
Stefan