User Profile

Collapse

Profile Sidebar

Collapse
vb6 student
vb6 student
Last Activity: Aug 31 '10, 07:10 AM
Joined: Jun 18 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • invalid use of null....using combo box in vb6

    My combobox in vb6 is to reterievr values from access database on form load event. But it gives this error of " invalid use of null "despite of so many values present in database of that particular field asked
    I am copying my code........... .some expert kindly help me



    Dim cn As New ADODB.Connectio n
    Dim rs As New ADODB.Recordset
    Private Sub Form_Activate()

    cn.ConnectionSt ring...
    See more | Go to post

  • vb6 student
    started a topic flexgrid row gets empty when clicked

    flexgrid row gets empty when clicked

    hey! Im using vb6 and access to create a search form.
    A flexigrid reterives data from database. There is one column named images in which address of different pictures are shown as hyperlink.
    The problem is when i click on any hyperlink cell, the whole row gets blank rather then opening the link.
    Does someone has any idea how should i rectify it.


    And im using SHELL command to open the link on grids click...
    See more | Go to post

  • vb6 student
    started a topic how to enable/disable tabpages?

    how to enable/disable tabpages?

    i have designed a front page which has 7 tab pages init. i have four types of users who will log in.
    i want to enable/disable the 7 tabs according to the accessibility of the user who will log in

    i just wanna know the coding for enabling/ disabeling tabs
    See more | Go to post
No activity results to display
Show More
Working...