Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
0 Endorsements

9 Posted Topics

Member Avatar for Lek Plepi

i have two DatePickers on form and I want filter between two dates. So when i click search in lsitview display the dates between can anyone tell me how to deal with?

Member Avatar for sgt_toasty
0
143
Member Avatar for Lek Plepi

Hello everyone I have a problem. i want to make a form with movable command buttons. the aim is that these buttons will represent the computers that are installed in one room. or the tables in one bar. all the tables can change depending the order that user give. can …

Member Avatar for Techyon
0
357
Member Avatar for dil.om
Member Avatar for Lek Plepi

Hello i have created a form that has a combobox.the combobox displays the products.how can i add a selected product into a listview?????

Member Avatar for Lek Plepi
0
174
Member Avatar for Lek Plepi

Hello i have a big problem with msflexgrid i can't save it into ms.acess can somebody help me?

0
64
Member Avatar for Naveen2961

[CODE]Private Sub cmdSearch_Click() Set ac = New ADODB.Connection Set ar = New ADODB.Recordset Call DB ac.Open strConek lvProducts.ListItems.Clear With ar criteria = "Select *From tblProducts" .Open criteria, strConek, adOpenStatic, adLockOptimistic .MoveFirst Do While Not .EOF If Mid(!Kategory, 1, Len(txtKerkimi)) = txtKerkimi Then Set intitem = lvArtikujt.ListItems.Add(, , !id1, , 1) …

Member Avatar for Naveen2961
0
1K
Member Avatar for Lek Plepi

Hello I have this code for avoiding empty textboxes but what about empty flexgrids???? Private Sub cmdSave_Click() If txtID.Text = "" Or IsNull(txtID.Text) = True Then Call MsgBox("There is no ID.", vbExclamation, "Warning") txtID.SetFocus Exit Sub End If

0
57
Member Avatar for Lek Plepi
0
65
Member Avatar for jumba_4u

Hello i study the code that you post in forum but in my project does not work. in my form i have added an listview,this listview display products.by clicking any of products i want to display in the textboxes (that are in this form)all the information about this product.of course …

Member Avatar for Lek Plepi
0
1K

The End.