Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default RDO working on development PC, not on deployment PC

I am going to remove all the RDO code and use ADO. That seems to
work.

Thanks.

"Sam Wilson" wrote in message
...
Go to tools/references and add "Microsoft Remote Objects 2.0" or similar

"dman" wrote:

Hi.

Perhaps someone can help me determine what I'm missing here. This little
bit of VBA code works on machines that have VB6 installed on them. When
I take the spreadsheet to another machine is when it fails.

When I debug and mouse over rdoEngine.rdoEnvironments(0)...it says Object
var
or with block var no set. Does early binding(selecting references) not
work?

Private Function OpenDataBase(ByVal Userid As String, ByVal Password As
String) As Boolean
On Error GoTo err_routine
Set gcnXXXEnv = rdoEngine.rdoEnvironments(0)
<more removed
err_routine:
OpenDataBase = False
End Function

Thanks!





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RTD Server deployment John Haldi Excel Programming 3 April 21st 08 03:01 PM
XLA Deployment Jimmy Jam Excel Programming 1 December 18th 07 04:10 PM
Excel Add In Deployment Exton Excel Discussion (Misc queries) 4 October 27th 07 02:25 PM
deployment mark Excel Programming 1 May 10th 07 01:39 PM
VSTO Deployment Manuel Wenk [MCP ASP & WinForms] Excel Programming 1 October 2nd 06 09:18 PM


All times are GMT +1. The time now is 10:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"