Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
This is a multi-part message in MIME format. --=_NextPart_000_0085_01BFFBE6.5D0DD260 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit List, Is there a way to dynamically define the parameters to a CFMODULE tag? For instance, lets say I have a

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Sean Renet
on the fusebox website. - Original Message - From: "Seth Petry-Johnson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 01, 2000 3:28 PM Subject: Dynamically passing parameters to CFMODULE This is a multi-part message in M

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
John, this can be done using the formurl2attributes tag (for what its worth, I *AM* using the FormURL2Attributes tag) Perhaps you misunderstood my question. I want to run a CFMODULE where the parameter NAMES provided to the module are themselves dynamic (not just the value that is passed). To

RE: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Dave Watts
Is there a way to dynamically define the parameters to a CFMODULE tag? For instance, lets say I have a variable called "strParamName". If the value of this variable is "ProductName" then I want my CFMODULE to be executed as if I hardcoded it like so: CFMODULE TEMPLATE="qryMyQuery.cfm"

RE: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Rick Osborne
[Seth Petry-Johnson] [Is there a way to dynamically define the parameters to a CFMODULE tag?] I messed with this a while back and couldn't get it to a point that I was happy with it. I imagine that you're doing something similar to what I was doing: a loader program that acts as an abstraction

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Sean Renet
ynamically passing parameters to CFMODULE John, this can be done using the formurl2attributes tag (for what its worth, I *AM* using the FormURL2Attributes tag) Perhaps you misunderstood my question. I want to run a CFMODULE where the parameter NAMES provided to the module are themselv

Re: Dynamically passing parameters to CFMODULE

2000-08-01 Thread Seth Petry-Johnson
I imagine that you're doing something similar to what I was doing: a loader program that acts as an abstraction layer, right? I guess you could call it that, although I haven't done anything that could really be considered OOP (no classes, no inheiritence). However, I'm glad to hear that I'm