- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 2
9 Posted Topics
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? | |
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 … | |
Re: Post the software to see how it works | |
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????? | |
Hello i have a big problem with msflexgrid i can't save it into ms.acess can somebody help me? | |
Re: [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) … | |
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 | |
Hello How can i save an MSFlexgrid to microsoft acess database ???? | |
Re: 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 … |
The End.