>>What's wrong with cfinvoke? Any reason you don't want to use that?

No good reason... other than I want to have it all be in CFscript when I am
done. More of a personal "confronting my demons" and "pushing my limits"
thing than anything else. Kinda like your code contests. Sorry if this is
using too many cycles on the behalf of others.

Thanx
~G~



On Wed, Sep 10, 2008 at 12:57 PM, Raymond Camden <[EMAIL PROTECTED]> wrote:

> What's wrong with cfinvoke? Any reason you don't want to use that?
>
> On Wed, Sep 10, 2008 at 11:29 AM, Gerald Guido <[EMAIL PROTECTED]>
> wrote:
> > Ok... Thanx All. Now this one is kicking my butt.
> >
> > <cfset mystring =
> "MyServiceObj.delete#arguments.MyTable#(#arguments.MyPK#
> > = myBeanObj.get#arguments.MyPK#())" />
> >
> > <cfreturn  evaluate(mystring)  />
> >
> >
> > Using tblUsers it would render this
> >
> > <cfset   MyServiceObj.deleteTableUsers (UserID  = myBeanObj.getUserID())"
> />
> >
> > Is this possible with out using CFinvoke or Evaluate? Sorry about this.
> One
> > of the joys of having written language LD. Syntax kicks my ass.
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312334
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to