best way to invoke cfc

2014-07-21 Thread Matthew Smith

I was using cfinvoke but someone here said it was better to do this:
cfset variables.temp = cfcs.qry

How do I set the method and pass parameters?

Thanks.

-- 
Regards,
chedder is bedder


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358932
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

easy

RTFM

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html



Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith chedders...@gmail.com
wrote:


 I was using cfinvoke but someone here said it was better to do this:
 cfset variables.temp = cfcs.qry

 How do I set the method and pass parameters?

 Thanks.

 --
 Regards,
 chedder is bedder


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Matthew Smith

This uses the cfinvoke tag.  I am looking to use cfset variables.temp


On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott andr...@andyscott.id.au
wrote:


 easy

 RTFM


 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html



 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith chedders...@gmail.com
 wrote:

 
  I was using cfinvoke but someone here said it was better to do this:
  cfset variables.temp = cfcs.qry
 
  How do I set the method and pass parameters?
 
  Thanks.
 
  --
  Regards,
  chedder is bedder
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

You must be joking right!!

What your asking is the most basic features of ColdFusion that IS well
documented in the Adobe ColdFusion documentation, if you're too lazy to go
and read that to get such a basic answer, that's not our problem.

Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 9:03 AM, Matthew Smith chedders...@gmail.com
wrote:


 This uses the cfinvoke tag.  I am looking to use cfset variables.temp


 On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott andr...@andyscott.id.au
 wrote:

 
  easy
 
  RTFM
 
 
 
 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html
 
 
 
  Regards,
  Andrew Scott
  WebSite: http://www.andyscott.id.au/
  Google+:  http://plus.google.com/113032480415921517411
 
 
 
  On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith chedders...@gmail.com
  wrote:
 
  
   I was using cfinvoke but someone here said it was better to do this:
   cfset variables.temp = cfcs.qry
  
   How do I set the method and pass parameters?
  
   Thanks.
  
   --
   Regards,
   chedder is bedder
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best way to invoke cfc

2014-07-21 Thread Andrew Scott

But I will give you a hint, read up on CreateObject() and if your on a
supported release then you could also look at the import and new operand
and as your are already familiar with cfinvoke, maybe reading what other
attributes and features it offers couldn't hurt either.

But seriously, these basic questions are all in the Documentation. If not
Google your question and you will find hundreds of examples and tutorials
on this subject.


Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+:  http://plus.google.com/113032480415921517411



On Tue, Jul 22, 2014 at 3:37 PM, Andrew Scott andr...@andyscott.id.au
wrote:

 You must be joking right!!

 What your asking is the most basic features of ColdFusion that IS well
 documented in the Adobe ColdFusion documentation, if you're too lazy to go
 and read that to get such a basic answer, that's not our problem.

 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 On Tue, Jul 22, 2014 at 9:03 AM, Matthew Smith chedders...@gmail.com
 wrote:


 This uses the cfinvoke tag.  I am looking to use cfset variables.temp


 On Mon, Jul 21, 2014 at 2:20 PM, Andrew Scott andr...@andyscott.id.au
 wrote:

 
  easy
 
  RTFM
 
 
 
 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0e.html
 
 
 
  Regards,
  Andrew Scott
  WebSite: http://www.andyscott.id.au/
  Google+:  http://plus.google.com/113032480415921517411
 
 
 
  On Tue, Jul 22, 2014 at 5:14 AM, Matthew Smith chedders...@gmail.com
  wrote:
 
  
   I was using cfinvoke but someone here said it was better to do this:
   cfset variables.temp = cfcs.qry
  
   How do I set the method and pass parameters?
  
   Thanks.
  
   --
   Regards,
   chedder is bedder
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm