is it possible for a function inside an odcl function?

Started by andrew, January 07, 2010, 01:41:22 PM

Previous topic - Next topic

Fred Tomke

Hi, andrew, all the things you can do with a listview you'll find here. To delete a row, you can use the DeleteItem method or the DeleteItems method.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

andrew

Fred,
I discovered how that works right after i made that post

thanks for your reply.

i have yet another Q  :o  :-\

i have my list view set to mulitple selection
how can i get a list of the items i selected?
everything i have tried only gets the last item and not all the items?

Fred Tomke

Hi, andrew, as I already have written...

Quote from: Fred Tomke on January 12, 2010, 09:45:00 AM
all the things you can do with a listview you'll find here.

To get items of a listview in multiple selection style, you can use GetSelectedItems method or GetSelectedNths method.

Fred
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

andrew

thanks Fred

ill play around with these functions

cheers

Fred Tomke

Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]