Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Win API / August 2007



Tip: Looking for answers? Try searching our database.

Runtime error '30468'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Indira - 29 Jun 2007 17:30 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.