Getting CF to display value, not variable

2002-10-09 Thread Steven Monaghan
For the app I am working on, the power users are given a maintenance screen. From this screen, they can build a free-form description. But, they need to be able to include dynamic data in the description. They are entering variable names in the description wrapped in # signs. But, I cannot

Re: Getting CF to display value, not variable

2002-10-09 Thread Matthew Walker
to display value, not variable For the app I am working on, the power users are given a maintenance screen. From this screen, they can build a free-form description. But, they need to be able to include dynamic data in the description. They are entering variable names in the description wrapped

CFFILE not seeing value in variable

2002-07-01 Thread William H. Bowen
I am using input type=file within a form to send a file location to CFFILE. The problem I am having is that it (CFFILE) doesn't seem to want to recognize the behave properly. CF 5 generates the following error: *** Error in CFFILE tag The form field specified in the CFFILE tag

Re: CFFILE not seeing value in variable

2002-07-01 Thread Yves Arsenault
Do you have this attribute in your form or cfform tag? enctype=multipart/form-data Yves - Original Message - From: William H. Bowen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 01, 2002 2:43 PM Subject: CFFILE not seeing value in variable I am using input

Value to Variable?

2000-10-05 Thread Peter Benoit
if I cfset tmp = #name# ".recordCount" I can't use it as it literally should, when I cfoutput#tmp#/cfoutput it prints out but if I cfif #tmp# is not "0" it doesn't work... is there a type conversion I have to do here?

Re: Value to Variable?

2000-10-05 Thread Jamie Keane
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Date: Thursday, October 05, 2000 12:19 PM Subject: Value to Variable? if I cfset tmp = #name# ".recordCount" I can't use it as it literally should, when I cfoutput#tmp#/cfoutput it prints out but if I cfif #tmp# is not "0" it do