Questions tagged [coldfusion-7]

For issues relating to using ColdFusion, version 7.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion can also refer to CFML, the dynamic programming language which Adobe ColdFusion ("CF") implements, also used by a number of alternative CFML engines - notably Open BlueDragon and Railo.

66 questions
0
votes
1 answer

Where to place CFLOCK?

Where does go? Should it be located in the Application.cfm file, or can it be placed in any arbitrary .cfm file?
dannyrosalex
  • 1,794
  • 4
  • 16
  • 25
0
votes
2 answers

How to Stop A ColdFusion MX-7 Scheduled Task that has already started

I inherited a coldfusion MX7 application that has a long running process, which the user kicked by accident. By my calculations, at the current rate, the job will run for 3 days. There doesnt seem to be a way through the administrator interface to…
Rick Hodder
  • 2,189
  • 3
  • 26
  • 54
0
votes
1 answer

Coldfusion 7 - mail sending bad 'helo'

I've got my own box sitting in a rack. It's Win2000 running CF 7 and using the rack company's smtp server. I can't send emails. When I try, they simply go to the undeliverable email folder. Support says my server is sending a non-verifiable helo…
j-p
  • 3,698
  • 9
  • 50
  • 93
0
votes
1 answer

Is there a way to secure folders in ColdFusion, without the use of Application.cfc in every folder?

The only way I can figure how to secure folders, is to include a basic Application.cfc in every-single-one including sub-folders. If file /test/thisfile.cfm is secure and sends a user not logged in to the login page, however the folder /test/test2/…
mawburn
  • 2,232
  • 4
  • 29
  • 48
0
votes
4 answers

How to (selectively) convert array elements to a list of values

Given the array below, how do I convert it to a simple list of values? Array Elements: 1 3567_no 2 3584_yes 3 3642_yes 4 3643_yes 5 3644_no 6 3645_no 7 3646_no Specifically,…
TGR
  • 107
  • 1
  • 3
  • 11
0
votes
1 answer

Find same date time each next weeks until a specifc date time

Given a start date time, an end date time and a repeat until date time how do I find the same schedule each week until repeat until date time ? For example: start date time: 05-29-2012 07:35 end date time: 05-29-2012 10:27 repeat until date:…
Stephane
  • 4,978
  • 9
  • 51
  • 86
1 2 3 4
5