Caching and Reusing a Query Generated with QueryNew Function

2008-07-15 Thread Brian Niski
Is it possible to cache and reuse the results of a query created in the code using QueryNew, QueryAddRow, etc.? My Problem: I want to create and cache a query on Page 1 and have it available for use on Page 2 by other QofQs. I cannot find a way to cache “query1” so I have created

Can't place a variable inside of a CF tag

2008-06-09 Thread Brian Niski
I would like to define a variable and use this variable in a CF tag that is equal to both the tag attribute and its value. Is there a technique to properly do this, or is this not allowed? Can anyone help or point me to a reference that discusses this? Here is an example of what I am

Calling one CFC file from another using cfobject

2008-06-02 Thread Brian Niski
I use cfobject to instantiate my components in my Application.cfm file. cfobject name=test1obj component=cfc/test1 cfobject name=test2obj component=cfc/test2 Can I use test1.cfc to call a method from test2.cfc? In a typical .cfm page I would invoke the component like this, cfinvoke

Re: Can't_consume_SAP_web_service_w ith_ColdFusion

2008-05-02 Thread Brian Niski
First, thank you to Kris Jones and João Fernandes for your help. Your assistance guided me towards my final solution. I must complete this story for everyone who finds themselves as confused as I was. I am now successful consuming my SAP web services. There are so many pieces that were

Can’t consume SAP web service with ColdFusion

2008-05-01 Thread Brian Niski
Hi, I am getting close to my wits-end. I can’t write any ColdFusion to consume an SAP web service. And this is very important because my office peer can consume it with .NET. None of the discussions on the web seem to touch on my problem. This web service doesn’t work like the simple CF