|
The way that CF works is you define the “fill”
method with as many arguments (or no arguments for that matter) and just pass
them in the dataseravice call, for example - ds.fill(myarg1, myarg2, etc...) The <param> element isn’t
necessary for destinations defined to be used with CF as the backend
destination. You can pass your “active” argument as “param”
to the fill method and filter the query for active = true <cfelseif structKeyExists(arguments,
"param")> where active = <cfqueryparam
cfsqltype="CF_SQL_BIT" value="#arguments.param#"/> HTH, Bill From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Nikmd23 Hey guys, |
- RE: [flexcoders] DataService.fill params Bill Sahlas
- [flexcoders] Re: DataService.fill params Nikmd23
- RE: [flexcoders] Re: DataService.fill params Bill Sahlas
- RE: [flexcoders] Re: DataService.fill params Bill Sahlas
- RE: [flexcoders] DataService.fill params João Fernandes
- RE: [flexcoders] DataService.fill params João Fernandes

