JWColby
jwcolby at colbyconsulting.com
Mon Nov 20 08:36:25 CST 2006
Gustav, Never mind, I found that they are referenced in the 3D help. I have emailed them. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of JWColby Sent: Monday, November 20, 2006 9:26 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Create object I am a little confused Gustav, SiteDesigner is not 3DFTP. I could go with these people if I have to but I have always been very happy with 3D. John W. Colby Colby Consulting www.ColbyConsulting.com -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Gustav Brock Sent: Monday, November 20, 2006 7:22 AM To: accessd at databaseadvisors.com Subject: Re: [AccessD] Create object Hi John I have no solution for you, but why not address support at support at sitedesigner.com /gustav >>> jwcolby at colbyconsulting.com 20-11-2006 13:01:24 >>> I am trying to open multiple instances of 3DFTP and assign each instance to a different class instance inside of Access. When I use the syntax: ' 'In class header ' Private mFtpXObj As Object ' FtpXObj ' 'In init function ' 'Start 3D-FTP loading, if not already running Set mFtpXObj = CreateObject("ftp.API") The first class instance correctly opens 3DFTP but the second class instance does not, it simply gets a pointer to the already opened 3DFTP instance. AFAIK I can't use the NEW() syntax since I don't have early binding, IOW I don't have a clue what ftp.API actually is and therefore can't reference it in Access. According to the help file, CreateObject is supposed to open a new instance of the object anyway so I really should be able to do this. Any thoughts? John W. Colby Colby Consulting www.ColbyConsulting.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com