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...
User Profile
Collapse
-
invalid use of null....using combo box in vb6
-
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... -
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
No activity results to display
Show More