Hi,
I have an ActiveX control - created in VB. It returns fields from a dbase database.
In particular, i want to get at a BLOB field.
The active X declarartion is as follows:...
Public Sub GetField(sField As String, vData As Variant)
vData = datDBF.Recordset.Fields(sField)
End Sub
I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.