Hi
I've a VB6 desktop application (Vb6 Enterprise edition with SP1 installed)
I'm getting a runtime error '30468' while i'm executing an exe on the
following line
Set cboExportName.DataSourceList = rsExport '(cboExportName is a
SSOleDbcombobox and its Datamode property is set to DataModeBound)
, and the same code doesn't give any error when executing from other machines.

Signature
Following is a piece of code.
cboExportName.DataFieldToDisplay = "Export_Name"
cboExportName.DataFieldList = "Export_Name"
cboExportName.DataMemberList = "Primary"
Set cboExportName.DataSourceList = rsExport '(rsExport is the object for
getting data from database)
Am I missing any required dll ?
Thanks
Indira
Indira - 29 Jun 2007 18:44 GMT
-- I got the solution, I was missing a Sheridan control dll, I registered
it, and now its working fine
Thanks.
bnaugle - 28 Aug 2007 18:54 GMT
What was the name of the file that you were missing a reference to?
> -- I got the solution, I was missing a Sheridan control dll, I registered
> it, and now its working fine
> Thanks.