[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Werner Wopienka

5/1/2002 1:48:00 PM

I got serval forms, one the first one I get a user input, which I use to
search in a database and present the result with the help of an objectlist.

My Objectlist got several commands which present a picutre for instance, and
a back link to the objectlist form. But this doesn't really work, I get this
error message:

The SelectedIndex property cannot be set to a negative number: '-1'.
Parameter name: SelectedIndex

I saw in an other posting here that they use
ObjectList1.ViewMode = ObjectListViewMode.List
but I don't want to see the result from the database I want to see the
details for the selected object.

But ObjectList1.ViewMode = MobileControls.ObjectListViewMode.Details

doesn't work so what can I do ?

Thx 4 any help

Werner