Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
CFhound #1
com instantiation
:confused; Using CFMX 6.1 and have been tasked with calling a 3rd party com
object. So far only getting instantiation error when using cfobject. What is
the correct process to follow? Any guidelines would be appreciated.
Thanks in advance.
CFhound Guest
-
Dynamic Object Instantiation
Hello All, I am dynamically instantiating a new VBox in a tab container (tbFlyingHours). No problem with that. It exists and can be interacted... -
WebService class instantiation
I have a question regarding WebService class instantiation through ActionScript for Flex. Everywhere I have seen the WebService class... -
Class Instantiation in PHP5
I need to do something like the following with php5.0.1 and it's not working no matter what I try... Any suggestions? class foo extends blah{... -
COM instantiation hangs in web method
I have a web service running on localhost. In this web method I am instantiating a COM object as follows dim obj as New MyCOMObject 'The dll... -
Instantiation
Here's a general question. When should I instantiate, and when should I not? Is an instantiated object necessarily a controller? Should I even... -
MikerRoo #2
Re: com instantiation
Information and sample code can be found at: [url]http://cfregex.com/cfcomet/[/url]
MikerRoo Guest
-
CFhound #3
Re: com instantiation
Helpful information, but still getting not a com object error. The com object resides on another (remote) server.
CFhound Guest
-
Abinidi #4
Re: com instantiation
Com objects are registered to the local machine only, and I dont know of a way to instigate an object on another server.
Abinidi Guest
-
philh #5
Re: com instantiation
See if the COM object owner can build a Web service for you to communicate with the object.
philh Guest



Reply With Quote

