Byron,

Yes, you can use the getters/setters. How's this?

    createLeaveSlip( balanceRecord );
....

    <cfargument name="balanceRecord" type="reactor.base.abstractrecord" />

or

   <cfargument name="balanceRecord" type="x.y.z.record.balanceRecord" />

Beth

On 10/28/06, Byron Raines <[EMAIL PROTECTED]> wrote:
Hi.

I have the following createRecord code.

balanceRecord=createRecord("tblLeaveBalance").load(LeaveUserID=1)

How can I pass the record to a CFC.  What "type" do I specify for
<cfargument>?  struct, query?

If I'm even able to do that, will I be able to access/use the get() and
set() methods of the record?

Thanks

Byron



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --



-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to