Passing an object to Report Builder

2009-10-23 Thread David Mineer

Anyone know how I can pass an object to coldfusion report builder.

myObj.getValue() works on a web page.

I use cfreportparam name=myObj value=#myObj#

I create an input parameter in report builder param.myObj

Then I try and use param.myObj.getValue() and I get an error:

Error evaluating expression: Source Text

-- 
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327596
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Passing an object to Report Builder

2009-10-23 Thread David Mineer

Nevermind.  It just worked like I wanted it to.  I wanted the object in a
subreport but was only passing it to the main report.  Setup to pass from
main to subreport and now it works great.  Luv U CF!

On Fri, Oct 23, 2009 at 11:39 AM, David Mineer min...@gmail.com wrote:

 Anyone know how I can pass an object to coldfusion report builder.

 myObj.getValue() works on a web page.

 I use cfreportparam name=myObj value=#myObj#

 I create an input parameter in report builder param.myObj

 Then I try and use param.myObj.getValue() and I get an error:

 Error evaluating expression: Source Text

 --
 David Mineer Jr
 -
 The critical ingredient is getting off your
 butt and doing something. It's as simple
 as that. A lot of people have ideas, but
 there are few who decide to do
 something about them now. Not
 tomorrow. Not next week. But today.
 The true entrepreneur is a doer.




-- 
David Mineer Jr
-
The critical ingredient is getting off your
butt and doing something. It's as simple
as that. A lot of people have ideas, but
there are few who decide to do
something about them now. Not
tomorrow. Not next week. But today.
The true entrepreneur is a doer.


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327598
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4