RE: Using COM with CF

2000-09-07 Thread Tom Kim
OTECTED] > Subject: RE: Using COM with CF > > > Tom, > > Sorry I missed the first part of your question. The only other > suggestion > I have is that I have had problems calling a method and passing a > parameter > to it. I tried it several times on an application I wa

RE: Using COM with CF

2000-09-06 Thread Bill Grover
gt;Date: Sun, 3 Sep 2000 19:57:22 -0700 >From: "Tom Kim" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Cc: <[EMAIL PROTECTED]> >Subject: RE: Using COM with CF >Message-ID: <[EMAIL PROTECTED]> > >Hi Dave, > >Unfortunately CFSET does not work e

RE: Using COM with CF

2000-09-05 Thread Dave Watts
> Actually... COM works just *FINE* in CFScript blocks. All you're > doing w/ COM (as far as CF is concerned) is setting variables > (properties) & calling functions (invoking methods). Both of those > functions work quite nicely in CFSCRIPT blocks. And in 4.5.1, you've > even got a CreateObjec

RE: Using COM with CF

2000-09-05 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually... COM works just *FINE* in CFScript blocks. All you're doing w/ COM (as far as CF is concerned) is setting variables (properties) & calling functions (invoking methods). Both of those functions work quite nicely in CFSCRIPT blocks. And in

RE: Using COM with CF

2000-09-03 Thread Tom Kim
Hi Dave, Unfortunately CFSET does not work either. I can get at the object's public properties, but running the method does not work. I've tried using MSWord as a COM object and that did work. I'm at a loss. Thanks for the suggestion though. --Tom > Unfortunately, using COM objects can be proble

RE: Using COM with CF

2000-08-30 Thread Dave Watts
> I'm new to CF and am using version 4.5.1 of both Studio and > Server. I have a COM object that returns a generated integer > value. I can use this COM object in any COM enabled Windows > app. However, when I try to use in a cfm page I get the > following error: > > An error occurred while e

RE: Using COM with CF

2000-08-24 Thread Adam Cantrell
Don't thank me, thank Dain Anderson. > -Original Message- > From: Tom Kim [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 24, 2000 12:22 PM > To: [EMAIL PROTECTED] > Subject: RE: Using COM with CF > > > Cool site Adam. I'm sure I'll visit it o

RE: Using COM with CF

2000-08-24 Thread Tom Kim
Cool site Adam. I'm sure I'll visit it often. Thanks --Tom > -Original Message- > From: Adam Cantrell [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 24, 2000 7:31 AM > To: [EMAIL PROTECTED] > Subject: RE: Using COM with CF > > > http://w

RE: Using COM with CF

2000-08-24 Thread Adam Cantrell
http://www.cfm-resources.com/members/comet/ That site is devoted to making COM and CF work nicely together. It's not too detailed yet, but it has a public forum that I'm sure will get more traffic as time goes by and more people run into COM issues with CF. > -Original Message- > From:

RE: Using COM with CF

2000-08-24 Thread Bill Grover
I can't pinpoint why your code is not working. Here is what I found when I used CF to access my COM object. First, I found that I had problems trying to pass parameters to my method. Instead I created properties on the object and set those. Then I would call the method without any parameter