User Profile
Collapse
-
Listview Checkbox
Listview Checkbox
I populate here a listview and the checkbox property I set it to true so I can have a checkboxes on my listview.
My problem is if I checked two checkboxes on listview it falls to MyButton.Enable = False
Here’s what I wrote..
[code=vbnet]Private Sub MyListvView_Cli ck(ByVal sender As Object, ByVal e As System.EventArg s) Handles MyListView.Clic k
If (Me.MyListView. CheckedItems.Co unt... -
Listview Checkbox
I populate here a listview and the checkbox property I set it to true so I can have a checkboxes on my listview.
My problem is if I check two checkboxes on listview it falls to MyButton.Enable = False
Here’s what I wrote..
Private Sub MyListvView_Cli ck(ByVal sender As Object, ByVal e As System.EventArg s) Handles MyListView.Clic k
If (Me.MyListView. CheckedItems.Co unt - 1) = 0 Then
... -
List View Problem, Please Help..
hi..
can anyone help me about my problem in listview, i'm trying to delete listview item that's already in my data table, the problem is every time the loop comes to last item of my listview i got an error. Error Message = "Specified argument was out of range of valid values. Not valid for ‘Display Index’"
this is my sample code:
For i = 0 To ListView1.Items .Count - 1
For Each Row As DataRow... -
-
For Each Row in Rows
If Not Row("User") = Reader("User")
'Do stuff -> i need to go to the next record here that's what i wanted to do here
End If
NextLeave a comment:
-
-
-
Yes that’s what I wanted to jump to the next row of my table row.
What is the code to jump straight to my next?Leave a comment:
-
Thank you for the information,
My concern is I need to move the record to the next row of my table.Leave a comment:
-
How can i Move to the Next Record?
Hi can anyone help me how can i move to the next record?
While Reader.Read
For Each Row As DataRow In Table.Rows
If Reader("UserID" ) = Row("UserID") Then
' I need to Move to the next Row here..
' How can i Move to the Next Row?
Else
Dim Item As New ListViewItem... -
How to Connect
Hi.
Can anyone give me a sample codes on how to connect to visual FoxPro 6.0 free table using VB.Net
Thanks.Leave a comment:
-
How to Connect
Hi..
Can anyone give me a sample codes on how to connect to visual FoxPro 6.0 free table using VB.Net
Thanks. -
it wont consume a lot of memory when i do that. because my system will runs 24hours a day...Leave a comment:
-
Is the change always linear? No.
I need to check and change the field processflag, for example the processflag is number 2 then I’ll change it to number 3 for the last update. The problem is the memory every time I use a loop it will consume a memory my system will runs 24hours a day.Leave a comment:
-
-
-
i'm not the one who's changing the data of my processflag its the other system that i created.Leave a comment:
-
for example every time that my process flag was changed into 2 then i need to change it to 3. i can't afford to lose a second because were in a fast phase processing.Leave a comment:
-
No activity results to display
Show More
Leave a comment: