Referencing a dynamically named form field

2002-09-20 Thread Adams, Stephen
** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi, I have created a form that is populated by a query, like this: form

RE: Referencing a dynamically named form field

2002-09-20 Thread Perez, Jimmy
--- cfif #Evaluate(ParentID)# NEQ #qselGetLink.Parent# ... /cfoutput hth Jimmy -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 9:19 AM To: CF-Talk Subject: Referencing a dynamically named form field

RE: Referencing a dynamically named form field

2002-09-20 Thread Douglas McKenzie
: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: 20 September 2002 15:19 To: CF-Talk Subject: Referencing a dynamically named form field ** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message

RE: Referencing a dynamically named form field

2002-09-20 Thread Tony Weeg
Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Adams, Stephen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:19 AM To: CF-Talk Subject: Referencing a dynamically named form field

Re: Referencing a dynamically named form field

2002-09-20 Thread Sam Farmer
possible for the user to select each one on the page. Sam - Original Message - From: Adams, Stephen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 20, 2002 10:18 AM Subject: Referencing a dynamically named form field

Re: Referencing a dynamically named form field

2002-09-20 Thread David Hannum
[EMAIL PROTECTED] Sent: Friday, September 20, 2002 10:18 AM Subject: Referencing a dynamically named form field ** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message

RE: Referencing a dynamically named form field

2002-09-20 Thread Thomas Chiverton
Any one got any ideas? Loop over the forms structure, and look at the keys. Tom Chiverton You don't have to be a mad scientist to believe in ColdFusion __ Signup for the Fusion Authority news alert and keep up with the

RE: Referencing a dynamically named form field

2002-09-20 Thread Tony Weeg
:25 AM To: CF-Talk Subject: RE: Referencing a dynamically named form field stephen. to my knowledge there is a form scope of variables. they are listed in a string (Comma separated) and can then be sent to an array ListToArray(ListName) and from there looped through, etc .tony Tony Weeg

RE: Referencing a dynamically named form field

2002-09-20 Thread Adams, Stephen
PROTECTED]] Sent: 20 September 2002 15:30 To: CF-Talk Subject: Re: Referencing a dynamically named form field My first question is, what are you trying to do with the data that is returned from the form? I think you are on the right path but might be getting muddled along the way. For instance

Re: Referencing a dynamically named form field

2002-09-20 Thread mynews
: Referencing a dynamically named form field ** WESTMINSTER CITY COUNCIL Please refer to the disclaimer beneath this message ** Hi, I have created a form