Enter Keywords:
1 - 10 of 24(0.008 seconds)
Sort By:
 
do i need to use a different path than below if the cfm and cfc are not in the same folder? <cfif isDefined("url.addProdID")> <cfinvoke component="cartservice" method="newCart" > </cfinvoke> ...
Zones: Cold...Date Answered: 04/26/2004 Rating: 9.4 Views: 4
Ben Forta uses both cfinvoke and cfobject in his tutorial at http://www.macromedia.com/devnet/coldfusion/extreme/bforta_cfc.html Livedocs says "When the cfobject tag creates an instance of the...
Zones: Cold...Date Answered: 08/25/2005 Rating: 8.6 Views: 24
-----------------Please help!------------------------------------------- I am using SES urls from here: http://www.cfhub.com/contributions/ses/build.cfm, right its all works fine like this... ...
Zones: Cold...Date Answered: 06/14/2006 Rating: 5.8 Views: 0
I am having issues getting this to work. <cfinvoke component="#variables.componentName#" method="#variables.methodItem#" returnvariable="qryGetReportData"> Can I use variables in the method...
Zones: ColdFusion Studio, ColdFusion Applicatio...Date Answered: 09/25/2007 Rating: 5.4 Views: 0
I am trying to pull the result of one query from CFC #1 and use that result in CFC #2 My question is how do i reference the query in a function of the first CFC. Here is CFC #1 called cartser...
Zones: Cold...Date Answered: 03/29/2004 Rating: 6.4 Views: 0
I am creating a coldfusion function to create a table based on a query. The function will output a table based on the parameters passed to it. The function is called like so:  <cfinvoke componen...
Zones: Cold...Date Answered: 07/09/2004 Rating: 7.4 Views: 0
I have Web Service I'm connecting to via cfinvoke... but something is up with it and the provider of the web service has asked me to send them the SOAP file that is being sent to them.  Is there an...
Zones: Web Languages/Standards, ColdFusion Stud...Date Answered: 07/10/2005 Rating: 7.6 Views: 0
Hi, I have a coldfusion page that calls components and outputs a table and graph. As you can see I have had to hardcode the region name into each chart series, is there any way I can write a ...
Zones: Cold...Date Answered: 05/23/2006 Rating: 8.4 Views: 0
Hello -- I am calling a WSDL with CFINVOKE.  For simple calls I am getting the results just fine.  I need to call a more complex service and am having a problem handling the result.  I have been t...
Zones: Cold...Date Answered: 01/13/2009 Rating: 7.4 Views: 0
for some reason cfinvoke is not running my cfc tag :( catalogue.cfc <cfcomponent displayname="catalogue" hint="catalogue funcitons"> <cffunction name="getproductsquery" access="public" r...
Zones: Cold...Date Answered: 04/23/2004 Rating: 6.0 Views: 0