User Profile

Collapse

Profile Sidebar

Collapse
laparico2002
laparico2002
Last Activity: Mar 8 '07, 08:50 AM
Joined: Feb 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • laparico2002
    started a topic I need help concerning datagrid

    I need help concerning datagrid

    Am trying to create a three col datagrid.which the user will input values in the 1st and 2nd col. But the third col... i want to make a calculation base on the value being inputed in col 2.

    E.g
    If i have 2 in col 2. col3 will automatically calculate 1+2+col2, then input the ans in col 3.

    Pls. how can i go about this.
    See more | Go to post

  • laparico2002
    started a topic Using VB6.0 to import Excel files

    Using VB6.0 to import Excel files

    I have a Project at hand "Importing Excel files into a VBA" but i dont know how to go about it. Please can someone put me through. Though i tried Importing wizard but am not getting the result i wanted. Please what do u suggest.
    See more | Go to post

  • This Code give a wrong argument pass. What else should i do?

    I am quite new to VB6.0. Now am trying to create a connection to NWIND.mdb. But each time i run my program i keep getting error in "Wrong argument passed"
    the below were what i wrote in my MODULE

    Public cn As ADODB.Connectio n
    Public Function dcn()
    Const DBpath = "C:\program files\microsoft visual studio\vb98\nwi nd.mdb"
    On Error GoTo err_handler

    Screen.MousePoi nter = vbCustom...
    See more | Go to post
No activity results to display
Show More
Working...