I am having problems with listviews and have started to pull my hair out. . .I have a listview which is populated by a database table, and via a context menu option i want to get the selected listview rows to populate a second listview. . .From what i have read so far using CLONE seems to be...
Could you expained on you suggestion this is how I do it in VB6, on the mousemove sub
If Button = vbLeftButton Then
lvtrades.SelectedItem = lvtrades.HitTest(X, Y)
End If
but it won't work in .net
cheers
Jon
Hi all
I'm a bit new to the .net stuff, so can someone help me. I want to use extended multiselect with a ListView control. I can do it with VB6 but now I'm a bit lost.
Cheers
Jon
I have just built an access database which is used by different users throughout the day on different machines. Because all the users set ups are different many of the database forms don't fit on some of the screens or they appear to small on others. Is there a way of setting the machines screen...
Hi
This is probably really easy but is there any way of searching a database to get a list of the forms that are hidden. I have about twenty forms on a database and i need to find out which are closed so that i can open and run the on_open code or hidden so that i can unhide and just run the...
The Query is just a standard select query on a table (auto number, date, value and employee) with the criteria for filtering by date made from a selection on a combobox field on a form ([forms]![frmValues]![Date]). Once the date has been selected i wanted to recordset the query to populate...
Desperately seeking help for a recordset problem. I have built a query that gets information from a table depending what date is selected on a form (used the build tool to query building). I then have tried to recordset this query but everytime i do i get an error message 'Too few parameters ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.