Search results for query: *

  1. F

    Question Treenodes saved in database

    Guys help me I have this 4 tables. My problem is I have to save the treeNodes in the 4 tables. How can I determine that a specific treenode will be save in one specific table?? The format of the treenodes is like this: Cat_tab SubCat_tab SubCat_tab Exp_tab Exp_tab ExpDet_tab Cat_tab...
  2. F

    LIStVIEW

    Can you help me I don't know how to refresh the listview if I will try it to do in another form/... ?? Here is my sample code... thus my code is correct guys???? help me... anyreply here will be gratefully accepted Private Sub frm_M_part_Main_Closing(ByVal sender As Object, ByVal e As...
  3. F

    listview Cannot add or insert the item '02' in more than one place

    That is the error when I am trying to view more than one records coming from my database. This is my chunk of code... please help me Dim strsql As String Dim rs As New ADODB.Recordset Dim a As Integer = 1 lvPartMain.Items.Clear() strsql = "Select * from...
Back
Top