Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    Visual Basic




Listview - Moving A Selected Row Up Or Down


Hi,

I want to allow the user to order items in a listview according to their choice. So I need to move a selected row in a listview up or down (by pressing up or down command button). How can this effect be acheived ?

TIA

mecracked




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Moving The Selected Item In Listview
****
I solved the problem, thanks to all for your attempt at helping.

Here is the code:

Set ListView.SelectedItem = ListView.ListItems(i)
****

I have a Listview populating from a database and sorts the data alphabetically.

Now when the user deletes an item from the database, it also refreshes the listview.

The question I have is, the listview always sets focus to the last item it added, however it does not add them alphabetically, so after there added and the listveiw sorts them, the item selected could be anywhere!? How can I have this list view set focus to the first entry? Or better yet one that I specify or has been saved (IE save the record ID when they exit the prog, so when they come back I can pull that and set focus to that item)??

Thanks for the help.
Bryan

[This message has been edited by Bryan (edited 01-12-2000).]

[Resoved] Listview.Selected=Listbox.Selected
I have Listview1 and Listbox1, both with the same exact items and both set to MultiSelect=True. When the user selects mulitple items in the Listview I want the same items to be selected in the Listbox. Can anyone help with this?

Keep Listview Selected Item Selected
I've been searching the site this morning and I've seen this question asked numerous times and the answer appears to be no. I thought I'd try again in case there is a fresh set of eyes out there.

I'm working on a preexisting production form and the person that designed it coded a series of combo boxes next to a series of listviews as user controls. When a combo box loses focus the selected item remains the default selected blue color. When the listview loses focus the selected item's color is a light gray.

I would like the listview selected item to remain blue like the combo boxes so the appearance is uniform.

The user community has lived with this for quite some time so I can't justify the time to rework the form. But if someone knows how to keep the selected item blue when the listview loses focus I'll plug it in though.

Moving A Listview Item And Its Subitems To A New Listview
Hey Guys,

Having a bit of trouble. I am attemping to move a selected item and its subitems from one listview to another. I have no problem getting the contents of the first column, but I can't seem to get the subitems over.

Example: I have this in the first listview:

Code:
|Item |Quanity|Price |PQ |
Bananas 2 $.50 $1.00

Then when I try to move that whole row to the other listview I can only seem to get this:

Code:
|Item |Quanity|Price |PQ |
Bananas

No subitems . Any links or help would be appreciated.

Regards,

Max_Power

Listview Selected
Listview selected

Code:
ListView1.View = lvwReport
(A) (B) (C) (D) (E)...
(1) A1 B1 C1 D1 E1
(2) A2 B2 C2 D2 E2
(3) A3 B3 C3 D3 E3
(4) A4 B4 C4 D4 E4
(5) A5 B5 C5 D5 E5


Use ListView (Report Mode), Only use Mouse touch (A1) and auto Selected (A1), my problem is...

(1) how to if touch A1, will auto that B1,C1,D1,E1....Selected?

(2) how to free click? mean click which line and which colum(B,C,D,E...), auto selected!
example: Use Mouse touch C3, will auto C1,C2,C3,C4,C5 auto selected !

can suggest me! many thanks!

Listview Selected
I want to get the indexnumber from a listview of the seleted item (single selected)

(i can get the numbers of selected items "t = ListView1.SelectedItems.Count")

Are there any solutions.

I am new in visual basic.

best regards

Listview Nothing Selected
I have a list view where I want to catch for nothing selected. How do i say ' if listview.selecteditem = Nothing then ' if nothing is selected it shows ' listview.selecteditem = Nothing ' but I cannot catch nothing because it is that the object is not set. I believe?

How To Set The Selected Row In A Listview
I have a listview where I need to be able to set the selected row to the last row selected by the user. My form allows the user to select a value from the listview and another grid loads data based on whats selected in the listview. But when the user saves and the listview reloads and it displays as it does the first time it was loaded. This is where I'd like to set the selected row to the last row the user selected. Is this possible? If so how?

How To Get Selected Value From Listview
My project is based upon a drugs dispensing unit.

My listview is in a report form. My user will click on the name of the person, and it will select the PatientID.

How would I get the value of the selected value, because I need to have it sent to a subroutine, where the value of that will execute another set of code.

thanks, kregg

ListView If Selected
Hi, im having problem with listview if selected line and appear to textbox

Example:

i have 5 lines in ListView


Quote:




Name | Number

John 12345
Jean 55555
Tom 99999
Hanna 88888
Bob 77777






if i select i one of them example Tom the number should appear on text1.text
i tried it but i get an error.

VB6 Listview Selected
Hallo,


I have in VB6 created a listview

The listview has 3 colums.

Now i can select a row in the listview with the mouse pointer.

The thing that i would do now is to push on a button and then a message box appears with the text that is selected in the listview ,but only the second row must be displayed in the msgbox.

ex :
1 beaf 22$
1 meat 10$
1 burger 5$

so if a select row 2 ,the msg box must display : meat

Who can help me with that ?

Thanks a lot

Listview Selected
i have a listview filled with 100 records,

when my user search a record appears at the bottom, so i move the selected record to it lvwmain.listitem(i).selected = true.

but the problem is, listview just selected it, but didn't move down the page.
i can do it by mshflexgrid by using toprow
i totally no idea bout list view

anyone can help me?

Listview Selected
Hi,

I have a routine in witch i get data out of a listview, dragging it to a textbox. The problem is that as soon i drop the data, automaticly the next first item in the listview is selected.
How to prevent that there is a new item is selected in the listview, (index - 1 don't seems to work) until i click the next item
Can someone give me a helping hand
Thanks
Charles

Is The Listview Selected?
to do this for a listbox i do


VB Code:
if listbox1.listindex > -1 thenlistboxselected = trueend if


there is no listindex value for a listview so how can i tell if a item is selected?

i tried selecteditem but i get an error if no item is selected (object is not set).

Is Any Row Selected In The Listview?
Hi!

How do I know if any row is selected in a listview?

/Jake

Listview Selected
Help!! I have a listview with multiline property set, I have to select from the listview more than 1 item and passed them to a combo, unfortunatly the listview holds only the latest item and I don't know how to keep the other.
here is a part of the code, when I click the item:

If ListView1.ListItems.Count > 0 And ListView1.SelectedItem.Index > -1 Then
    For Each itMX In ListView1.ListItems
        If itMX.Selected = True Then
           itMX.Checked = True
           
           NewStruct(selCount).Codice = itMX.Text
              
              selCount = selCount + 1
   
        End If
Next
End If

Thanks

ListView: Selected Row
I have a row selected in my listview. How can I reference the items in the selected row so that I may populate another form with those values? Basically I'm trying to select a row for editing, and when they click on the Edit button display another form with the selected record displayed. I'm guessing I can just populate the fields on the 2nd form with 'formname.txtbox.text' or something similar? Any suggestions would be great!!

Thanks,
Greg

Moving Through A Listview
Hi!

Does anyone have any idea for coding, to move through a listview (it's in Report Mode). I essentially need to know the statments for:

a) set listview to the 1st item (anything like ListView1.BOF?)
b) move to next listitem
c) do until Listview is at the end (anything like ListView1.EOF?

Any Ideas?

I'm trying to loop through a listview, to check for values. So I'll need to set the listview to select the first item, and then DO UNTIL it's at the last item.

Thanks everyone!

-Matthew-
www.comperfection.com

Moving In A Listview
a) I pass the number of item in a listview to a variable
irecordcount = ListView4.ListItems.Count

b) I (i suppose) set the view to the first item
ListView4.ListItems(ListView4.SelectedItem.Index + 0).Selected = True 'Posicionar en el registro 0
c) In that position a call a routine to save the data
Call DetalleSuscripcionDireccion(txtsuscripcion, Me)
d) the i move to the next item in the view
ListView4.ListItems(ListView4.SelectedItem.Index + 1).Selected = True ' Avanzar

i do a loop from 1 to the number of item in the view.

WHY it is not moving?
What i am doing wrong?

Moving On A Listview
How can i move to the next record on a listview automatic?
I mean read the whole listview from record one to n

Listview Get Currently Selected Item
Is there a way to get the currently selecteditems text for a listview. I'm using vb 2005 and I don't see how to get a listview currently selecteditem. Someone please help me

Thanks for any help
Chris Ara

Listview Selected Item
How can i get the selected item of a listview in another form ???

I have tried with this code:


Code:
Public Function geselecteerdLid() As Integer
Dim iLidID As Integer
Dim oItem As ListViewItem
For Each oItem In lvwLeden.SelectedItems
iLidID = Convert.ToInt32(oItem.Text)
Return iLidID
Next
End Function
and in another form i refer to this with

Code:
Private Sub btnOk_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOk.Click
Dim oForm As New frmLid
MessageBox.Show(oForm.geselecteerdLid)
End Sub
the result of this is always 0, i guess this is because i make an object of the form where my listview is (frmLid)

Listview Selected Items
hey i was wondering if it is possible to retrieve a collection of selected items from a listview which has multiselect set to true

(not checked, but selected)

i was hoping i could do something like this ...


Code:
dim li as listitem
for each li in listview1.selecteditems
' do something
next li
... but it doesn't appear to be so easy

any hints ?

thanks,

huby.

How To Get Listview Selected Item?
Code:
Private Sub Form_Load()
With lvwSpecies
' Add three columns to the list - one for each data type.
' Note that the data type is set in the column header's
' tag in each case

.ColumnHeaders.Add(, , strHeader(0)).Tag = "STRING"
.ColumnHeaders.Add(, , strHeader(1)).Tag = "STRING"
.ColumnHeaders.Add(, , strHeader(2)).Tag = "String"
' Set the column alignment - has no bearing on the sorts.

.ColumnHeaders(1).Alignment = lvwColumnLeft
.ColumnHeaders(2).Alignment = lvwColumnCenter
.ColumnHeaders(3).Alignment = lvwColumnCenter

.ColumnHeaders(2).Width = 3000
'Populate the list with data in Species files
Dim intCounter As Integer
With .ListItems
For intCounter = LBound(codeTypeArray) To UBound(codeTypeArray)
With .Add(, , codeTypeArray(intCounter).strCode)
.ListSubItems.Add , , codeTypeArray(intCounter).strCodeInfo
.ListSubItems.Add , , str(codeTypeArray(intCounter).intMaxNumber)
End With
Next
End With
End With

End Sub




Private Sub ok_Click()
Dim str As String
str = lvwSpecies.text

'what should go here if i want to get the text of select item? i just
'need the text of first colum.


End Sub
Is there a way to get the item text?
Thanks

Listview - Selected Item
Dear All,

I have an access DB connected to a Treeview and a listview.

Navigation is done by ADO unbound.

How do I connect the highlighted item in the listview with a particular database recordset?


Say for example:

I click on the Next_Record button I would like the Cursor (Highlighted blue area) to move to the next record displayed in the listview corresponding to the correct database record.

Prev_Record button will move the blue highlighted area one position up in the listview and so forth...

Any ideas?

TIA

GetItem Selected In ListView
Please, somebody can help ?????

I have a listview and I have can configure sort date column by the API. But I need get the item selected by API, the only I can do is return the text of the item selected but I need the item complete ... HOW CAN I DO IT ??? ...

here teh code to get the string of the item selected:

Private Function GetTextSelected(index As Integer)
Dim hIndex As Long
Dim hItem As Long
Dim sItem As String
Dim r As Long

With objItem
.mask = LVIF_TEXT
.iSubItem = 1
.pszText = Space$(32)
.cchTextMax = Len(.pszText)
End With

r = MListView.SendMessage(ListView.hWnd, LVM_GETITEMTEXT, index, objItem)
sItem = Left$(objItem.pszText, r)

GetTextSelected = sItem

End Function

Thanks for help me!!!!

Listview Selected Listitem
have problem here, I have selected listitem in my listview and then I check the check the checkbox to true to update the record only this item, then the selected item in my listview is set clear.why? I want to the selected listitem retain the selected item in the listview when I check the checkbox to true.




Code:
Private Sub CheckBox1_Click()
If CheckBox1.value = False Then
Set ListView1.SelectedItem = Nothing
End If
End Sub

Check If Nothing Is Selected In Listview
I am using this code to check if any record has been selected in a listview, which works, except that now, the first column is just icons, and it always returns lvwItem = Nothing, even if a record is selected.
Is this because the text is in the second column?


Code:
Set lvwItem = lvwToDo.HitTest(x, y)

If Not lvwItem Is Nothing Then
lngToDoSelection = lvwToDo.SelectedItem.SubItems(2)
End If

Keep Row Selected After Reload (Listview)
I cannot find the correct way of doing this, although I have tried almost everything I can think of.

I have a listview with a selected record. This row is stored in 'lngRec' in the Listview_Click, subitem(19) is a hidden column that stores the primary key from the database.
I am using the following:

Code:
lngRec = lvwShowAll.SelectedItem.SubItems(19)


Now, I clear the listview, and then reload it with a recordset, sorting by dates.

What I cannot seem to work out is how to have the same record selected, even though it is in a different position.

Selected Subitem In A Listview
How do I determine which listview column has been clicked on?

Listview: Has Any Item Been Selected?
In a listview, how do I know whether any item has been selected? ListView.SelectedItem returns a number even if no line has been clicked on.

Remove Selected From ListView
I am createing a POS app and i would like to have it so you can select an item from the list and then have it remove by pressing Remove Item.

i Have just been havein it delete the first item in the list:

VB Code:
If lsvItems.ListItems.Count = "1" Then        lsvItems.ListItems.Remove (1)        cmdRemove.Enabled = False        Me.mnuVoidLastItem.Enabled = False    Else        lsvItems.ListItems.Remove (1)    End If

Listview Selected Question
lets say i have about 50 entries in the listview and i refresh the box every 60 secnds..

i do

ListView1.ListItems.item(id).Selected = True

to keep the selected id selected, after a refresh,

but if the id is the 50th one, after a refresh the listview scrolls up. this is annoying because then i have to scroll back down to the 50th entry

how can i stop this? how can i stop the listview from scrolling when i refresh it?

ListView Selected Item!
In a WebBrowser project, a ListView acts as the history window. This ListView comes up when the History button is clicked. Each URL is represented in the ListView by the title of that URL (like IE). For e.g. if the user has visited http://www.yahoo.com, it's title i.e. Yahoo! will get listed in the history ListView. Users have been given the option to delete any URL/s from the ListView.

Assume that currently I am viewing http://www.yahoo.com. If the history ListView is now invoked, Yahoo! will be highlighted in the ListView (since I am presently viewing http://www.yahoo.com). Suppose I delete any other URL in the ListView. Under such circumstances, the very first URL gets highlighted in the ListView but I want Yahoo! to remain highlighted in the ListView after that URL is deleted from. How do I accomplish this?

ListView Selected Item!
In a WebBrowser project, I am using a ListView which acts as a "history" window (like how IE opens a side-window when the history icon is clicked on the toolbar). As is evident, the ListView lists all the URLs that a user has visited.

When I click an item in the ListView, I want that after the appropriate web page gets downloaded completely, the item selected should remain highlighted which is why I have set the ListView's HideSelection property to False.

Assume that I click the 5th item in the ListView. When I do so, the selected URL gets highlighted & the browser navigates to the corresponding URL but after the web page gets downloaded completely, the first item in the ListView gets highlighted but I want the item that was clicked by the user should remain highlighted after the web page loads completely. In other words, I want the 5th item in the ListView to remain highlighted after the web page loads (since I had clicked the 5th item in the ListView). How do I implement this?

Whenever the ListView loads, the first item in the ListView is seen highlighted (as HideSelection is set to False) but I don't want the 1st item (or for that matter, any of the items) in the ListView to get highlighted whenever the ListView loads i.e. none of the items should be highlighted whenever the ListView loads. How do I do this?

Listview Selected Item
ok my app has a listview which has a check box in it. I have setup so that when someone clicks on an item, the selected item becomes checked. how do i set for when the item becomes checked, the item becomes selected???

hope i explained that correctly...


please help me code

Listview Selected Item
I have a listview on a form...
The item which is selected should be selected even if the form looses focus or unloads.
Next time when form gets focus that previously seleted item should be selected...........

How To Keep Listview Selected Row Highlighted
I have a listview and im useing the click even to tricker the display of another mini form, this form will contain options on which you can perform on the selected data in the previous list view.

The problem is, once i have called the other mini form and its loaded and sisplayed, the row that was selected in the listview becomes Un-highlighted

How can i keep the row i selected highlighted when i call other forms?

many thanks

Listview Selected Index
The default ListView.Selected.Index is 1.. But i try ListView1.SelectedItem.Index = 2 after I populate the items.. but I encounter this error message;

"Property is read-only"

What code is right for this to select the 2nd row in ListView?

ListView Selected Item
Have any easy question about ListViews. When my form opens up the first item in my listview is selected. How would I keep this from happening? Do I need to loop through all items in the list view and set the selected property to false or is there an eaiser way. I would like to keep my load time down on my form.

Thanks ahead of time.

Listview Color Of Selected Row
dear all

for a listview control, when a user click a particular row, the entire row will be highlighted in BLUE while the font of that row is all white in color.

Can this default color be changed?

Determining If Nothing Selected In Listview
Is there a way to see if nothing in a listview is selected, preferably w/o looping through the whole thing? This is in embedded vb, btw. Selected a/o selecteditem don't work because nothing's selected. Thanks.

Listview Selected Item
Hi,

I have a listview populated with a few dozen records from my database.
The listview has 10 column's. I try to make a change to for example the 3th record the 5th column. Althougt I select the 5th column always the first column of the 3th record is updatable.
How can I accomplish that I can select any cell of the listview to make an adjustment with I can send to my database.

I'm in great need for a solution, but can't (after a whole try and search) find it, plaese has someone a helping hand

With regard, thanx in advance

Charles

Counting Listview Selected
Is it possible to count the number of files in listview as they are being selected when you draw the dotted box using the mouse in the listview

e.g. as soon as a file in the listview goes blue when the dotted box created with the mouse goes over it. is it possible to count the number of files selected and put the value into a text box.

does anyone know how to do this???

Listview Selected Rows
how can i get the selected rows details from a listview??

some example codes with comments pls....
i will be grateful

Using The Item Selected In A Listview
private sub cmdClick_click()



If Not ListView1.SelectedItem Is Nothing Then
frmEditor.txtName.text=listview1.selecteditem.text
frmEditor.txtRecNumber.text=listview1.selectedItem.subitem _(1).text
end if


end sub

would this work for getting the items over to the editor page?
how can i make it so that when they double click on the row, it will go to the editor page?

Private Sub lvwLogBook_BeforeLabelEdit(Cancel As Integer)

End Sub
i dont think this is the right sub to use is it?

[ListView] Column Is Being Selected
I have a listview control, and I noticed late last night that if a row is selected, and I click on that row again, the system hightlights the contents of the first column, and allows me to edit them (as in if you used SelStart, etc on a textbox)

Obviously, I don't want this to happen, but I need to have the enabled property at TRUE. Is these some way of making a listview read-only?

ListView Selected Item
I want to know if there is a way to select an item in the
listview control and only have a portion of the item selected. For example, I want the first column of the selected item NOT to be highlighted but the rest of the columns to be highlighted. It works that way in the Outlook Express. Thanks.

Getting Value Of Selected Items In Listview
Hey ya'll,

I'm trying this code for :

when user selects multiple rows in a listview and then wants them printed on one printout! (that's the idea anyhow!)

code :

Dim X As Object
Dim i As Integer
Dim db As Database
Dim rs As Recordset
Dim vaOsTime As String
Dim vaOsDate As String
vaOsTime = Time
vaOsDate = Date
If ListView1.SelectedItem Is Nothing Then Exit Sub
For i = 1 To ListView1.ListItems.Count
If ListView1.ListItems(i).Selected = True Then
Dim strSource, strCaption, strText As String
Dim strFooker As String
Dim strDBName As String
Dim strPepp0, strPepp2, strPepp3
strDBName = DBPath()

strFooker = ListView1.ListItems(i).SubItems(1)

strSource = "SELECT * FROM Class4 WHERE Detalj
LIKE '" & strFooker & "'"

End If
Next i

ActiveClassView.DAODataControl1.DatabaseName = strDBName
ActiveClassView.DAODataControl1.RecordSource = strSource
ActiveClassView.Label14 = Date
ActiveClassView.Label15 = Time
ActiveClassView.Printer.Orientation = ddOLandscape
ActiveClassView.Show


Users only get the first row selected printed, can anyone help me to get all rows selected printed?

//Patrick

Copyright © 2005-08 www.BigResource.com, All rights reserved