Re: Algorithms

2010-10-07 Thread Maureen

While those concepts won't necessarily help you with Cold Fusion, a
good grounding in algorithms will make you a better programmer.

In fact, the best programming book I have read is called Algorithms +
Data Structures = Programs.

I am a firm believer that if you know programming theory, you can look
up the syntax.  That allows you to move between languages or
development environments with ease.

You might even find you enjoy the challenge and go on to become a
real programmer.

On Mon, Oct 4, 2010 at 9:25 AM, fun and learning
funandlrnn...@gmail.com wrote:

 Hi All-

 This question is not directly related to Coldfusion. I just came across the 
 below lectures on algorithms from MIT. Does it help to know those concepts to 
 get better in Coldfusion?

 http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-046j-introduction-to-algorithms-sma-5503-fall-2005/video-lectures/

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337929
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Stupid mistake :)

2010-10-07 Thread Russ Michaels

part of the problem is is because even though you are doing 50 per page I
bet your query grabs ALL the records each time, which means CF and the
database gets hammered by search bots.

there are 2 ways round this and to also provide better performance overall..
1. cache the recordset and use the startrow and maxrows attributes of
cfoutput.
2. write a query that only gets the records you need, can be complex in some
database systems
3. require users to provide a search filter



--
Russ Michaels
www.cfmldeveloper.com - Supporting the CF community since 1999
FREE ColdFusion/Railo hosting for developers.

blog: www.michaels.me.uk


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337930
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


report builder similar to ms access

2010-10-07 Thread Richard White

Hi,

we would like to include a feature into our software that allows users to 
create any report they like to display their data - similar to the reports 
feature in ms access

does anyone have any suggestions on the best way to approach this

thanks 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337931
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: report builder similar to ms access

2010-10-07 Thread James Holmes

Is the cf reporting feature not suitable?

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 7 October 2010 20:25, Richard White rich...@j7is.co.uk wrote:

 Hi,

 we would like to include a feature into our software that allows users to 
 create any report they like to display their data - similar to the reports 
 feature in ms access

 does anyone have any suggestions on the best way to approach this


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337932
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Any way to prevent storing methods inside of an array

2010-10-07 Thread Dominic Watson

It sounds like creating some sort of 'collection' component may solve your
problem. So, instead of having an array of objects available to the
application at large, you have a collection object that contains the array
as a private property plus a method for returning a read only form of those
objects (such as a query).

I've only skimmed the answers here so apologies if this is way off.

HTH

Dominic

On 6 October 2010 17:47, Judah McAuley ju...@wiredotter.com wrote:


 Thank you Dave, that was very succinct and helpful.

 Cheers,
 Judah

 On Wed, Oct 6, 2010 at 9:03 AM, Dave Watts dwa...@figleaf.com wrote:
 
  Matt, do you know of a good rundown on the difference between This and
  Variables scope in a CFC? I have a basic understanding of it but it is
  always been something I wanted to make sure I understood the fine
  distinctions in, kind of like the difference between var scoped
  variables and the local scope in CF9.
 
  The this scope makes variables public, and they can be read and
  written directly from outside the component, which breaks any
  validation that you might have to control their values within the
  component.
 
  The variables scope does not make them public.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Any Lingering CF9 Upgrade Issues?

2010-10-07 Thread Robert Harrison

When CF9 first came out we saw, as is not unexpected, a few issues with the
upgrade mentioned on this list. My assumption is those are corrected and
that any upgrade from CF8 to CF9 would go smoothly now.

Is this correct? Are the any lingering issues with upgrading a live server
from CF8 to CF9, or are there still caveats?

Thanks,
Robert 


Robert B. Harrison
Director of Interactive Services
Austin  Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be .

Plug in to our blog: AW Unplugged
http://www.austin-williams.com/unplugged

 

__ Information from ESET Smart Security, version of virus signature
database 5512 (20101007) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337934
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: report builder similar to ms access

2010-10-07 Thread Richard White

thanks for the reply. correct me if im wrong as although i have looked at it i 
dont know it in depth, i thought it was inflexible as it wouldnt allow users to 
quickly create their own reports as they would in ms access

thanks

 Is the cf reporting feature not suitable?
 
 --
 WSS4CF - WS-Security framework for CF
 http://wss4cf.riaforge.org/
 
 
 
 On 7 October 2010 20:25, Richard White rich...@j7is.co.uk wrote:
 
  Hi,
 
  we would like to include a feature into our software that allows 
 users to create any report they like to display their data - similar 
 to the reports feature in ms access
 
  does anyone have any suggestions on the best way to approach this
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: report builder similar to ms access

2010-10-07 Thread denstar

The most dynamical thing I've found so far is using JasperServer.

It doesn't quite let you create free-form reports, but it has a lot of
stuff you can use that lets the end user configure a report, and can
produce reports in like 15 different formats.

It is awesome.

Eventually I'll get around to writing an HTML-based WYSIWYG
JasperReport editor, for use with the cfjasperreport tag, which *will*
be a free-form type of deal.  The XML used for JasperReports is pretty
easy to write, if you need free-form, you could whip up an editor and
use the cfjasperreport custom tag.

Another solution is to leverage iReport for the actual report design,
with the JasperServer plugin.

iReport is awesomeness too.

:Den

-- 
Madness is rare in individuals - but in groups, parties, nations, and
ages it is the rule.
Friedrich Nietzsche

On Thu, Oct 7, 2010 at 8:20 AM, Richard White wrote:

 thanks for the reply. correct me if im wrong as although i have looked at it 
 i dont know it in depth, i thought it was inflexible as it wouldnt allow 
 users to quickly create their own reports as they would in ms access

 thanks


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337936
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: report builder similar to ms access

2010-10-07 Thread Gerald Guido

Probably not ideal but throwing it out there as an option..

One way to do it is to actually use MS Access. If you can create an ODBC
data source pointing to a read only account on the database you can do an
import and link the tables to the database. You can set the permissions on
the database to let the user only see the tables they need to see and create
a sample report for them to use as a template. I actually used this sort of
set up using MySQL so a company could get a daily report and running of
orders placed in real time for accounting and inventory purposes.

G!

On Thu, Oct 7, 2010 at 8:25 AM, Richard White rich...@j7is.co.uk wrote:


 Hi,

 we would like to include a feature into our software that allows users to
 create any report they like to display their data - similar to the reports
 feature in ms access

 does anyone have any suggestions on the best way to approach this

 thanks

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Any Lingering CF9 Upgrade Issues?

2010-10-07 Thread Russ Michaels

I would say no, I recently updated to cf 9.0.1 and still had some issues
with ODBC services, so this issue would presumably also exist in the current
installer.

On Thu, Oct 7, 2010 at 3:18 PM, Robert Harrison
rob...@austin-williams.comwrote:


 When CF9 first came out we saw, as is not unexpected, a few issues with the
 upgrade mentioned on this list. My assumption is those are corrected and
 that any upgrade from CF8 to CF9 would go smoothly now.

 Is this correct? Are the any lingering issues with upgrading a live server
 from CF8 to CF9, or are there still caveats?

 Thanks,
 Robert


 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged



 __ Information from ESET Smart Security, version of virus signature
 database 5512 (20101007) __

 The message was checked by ESET Smart Security.

 http://www.eset.com


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337938
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Any way to prevent storing methods inside of an array

2010-10-07 Thread Tony Bentley

I spent some time trying to expose the methods in different structures with 
different access layers and it looks like the methods will not show up (as a 
structure) when returning out as json, web service or any other remote call. So 
basically, I was concerned that creating instances of objects could pass 
information about the methods within a cfc (like which ones are remote and what 
arguments would be accepted) but the only way to get this information is 
through public or private method calls, in which case it needs to be embedded 
inside of a coldfusion template after the cfc has been initiated. Does this all 
seem correct? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337939
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF 9.01 with JRocket JRE

2010-10-07 Thread Mary Jo Sminkey

Is anyone using the JRocket JRE (with Mission Control) on ColdFusion 9.01 (I'm 
on Win 7 64-bit, standalone)? I'm having trouble getting ColdFusion to start up 
when I point it to the JRocket JRE and not sure what the problem is. I'm 
leaving out the mission control config in the args just to make sure I just get 
it working with the JRE but not having much luck. I tried a few different 
versions, but still can't get the CF server to start with any of them. 

Any ideas?

--- Mary Jo


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Any way to prevent storing methods inside of an array

2010-10-07 Thread Sean Corfield

Well, I still don't really understand what you're concerned about. If
you have remote methods, you can see them via WSDL - that's kind of
the whole point: it's a remotely accessible API.

On Thu, Oct 7, 2010 at 10:52 AM, Tony Bentley
cascadefreehee...@gmail.com wrote:
 I spent some time trying to expose the methods in different structures with 
 different access layers and it looks like the methods will not show up (as a 
 structure) when returning out as json, web service or any other remote call. 
 So basically, I was concerned that creating instances of objects could pass 
 information about the methods within a cfc (like which ones are remote and 
 what arguments would be accepted) but the only way to get this information is 
 through public or private method calls, in which case it needs to be embedded 
 inside of a coldfusion template after the cfc has been initiated. Does this 
 all seem correct?

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Simple question

2010-10-07 Thread Dan Baughman

Hi All,


What is the easiest way in coldfusion to touch a file. IE. updates it's
modified time to be now.

I can think of a few hacks, but was looking for something super easy and
graceful.

Dan


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337942
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread John M Bliss

cffile action=write file=c:\temp\temp.txt output=

On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman dan.baugh...@gmail.com wrote:


 Hi All,


 What is the easiest way in coldfusion to touch a file. IE. updates it's
 modified time to be now.

 I can think of a few hacks, but was looking for something super easy and
 graceful.

 Dan


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread Dan Baughman

So if you set the output to blank it doesn't over write the contents of the
file?

On Thu, Oct 7, 2010 at 1:13 PM, John M Bliss bliss.j...@gmail.com wrote:


 cffile action=write file=c:\temp\temp.txt output=

 On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman dan.baugh...@gmail.com
 wrote:

 
  Hi All,
 
 
  What is the easiest way in coldfusion to touch a file. IE. updates it's
  modified time to be now.
 
  I can think of a few hacks, but was looking for something super easy and
  graceful.
 
  Dan
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337944
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread Leigh

FileSetLastModified() ?



  

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread Charlie Griefer

If it does, you can try cffile action=append file=c:\temp\temp.txt
output= /

On Thu, Oct 7, 2010 at 12:29 PM, Dan Baughman dan.baugh...@gmail.comwrote:


 So if you set the output to blank it doesn't over write the contents of the
 file?

 On Thu, Oct 7, 2010 at 1:13 PM, John M Bliss bliss.j...@gmail.com wrote:

 
  cffile action=write file=c:\temp\temp.txt output=
 
  On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman dan.baugh...@gmail.com
  wrote:
 
  
   Hi All,
  
  
   What is the easiest way in coldfusion to touch a file. IE. updates
 it's
   modified time to be now.
  
   I can think of a few hacks, but was looking for something super easy
 and
   graceful.
  
   Dan
  
  
  
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread Wil Genovese

fileSetModified()

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6ce1.html


Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 

On Oct 7, 2010, at 2:29 PM, Dan Baughman wrote:

 
 So if you set the output to blank it doesn't over write the contents of the
 file?
 
 On Thu, Oct 7, 2010 at 1:13 PM, John M Bliss bliss.j...@gmail.com wrote:
 
 
 cffile action=write file=c:\temp\temp.txt output=
 
 On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman dan.baugh...@gmail.com
 wrote:
 
 
 Hi All,
 
 
 What is the easiest way in coldfusion to touch a file. IE. updates it's
 modified time to be now.
 
 I can think of a few hacks, but was looking for something super easy and
 graceful.
 
 Dan
 
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple question

2010-10-07 Thread Dan Baughman

Thanks, all. Nice to see the built in function.

On Thu, Oct 7, 2010 at 1:32 PM, Wil Genovese jugg...@trunkful.com wrote:


 fileSetModified()


 http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-6ce1.html


 Wil Genovese

 One man with courage makes a majority.
 -Andrew Jackson

 A fine is a tax for doing wrong. A tax is a fine for doing well.

 On Oct 7, 2010, at 2:29 PM, Dan Baughman wrote:

 
  So if you set the output to blank it doesn't over write the contents of
 the
  file?
 
  On Thu, Oct 7, 2010 at 1:13 PM, John M Bliss bliss.j...@gmail.com
 wrote:
 
 
  cffile action=write file=c:\temp\temp.txt output=
 
  On Thu, Oct 7, 2010 at 2:05 PM, Dan Baughman dan.baugh...@gmail.com
  wrote:
 
 
  Hi All,
 
 
  What is the easiest way in coldfusion to touch a file. IE. updates
 it's
  modified time to be now.
 
  I can think of a few hacks, but was looking for something super easy
 and
  graceful.
 
  Dan
 
 
 
 
 
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Microsoft rumored to be buying Adobe

2010-10-07 Thread Jeff Gladnick

http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

What's that mean for Coldfusion!? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Raymond Camden

Nothing probably since the product is ColdFusion. ;)

On Thu, Oct 7, 2010 at 3:42 PM, Jeff Gladnick jeff.gladn...@gmail.com wrote:

 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337950
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Eric Cobb

It means that .Net developers will now have a much easier way to connect 
to things like Exchange, Sharepoint, Excel, and Active Directory.  :)

Thanks,

Eric Cobb
ECAR Technologies, LLC
http://www.ecartech.com
http://www.cfgears.com



Jeff Gladnick wrote:
 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!? 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337951
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Eric Cobb

And Flash + Silverlight = Flashlight.  :)

Thanks,

Eric Cobb
ECAR Technologies, LLC
http://www.ecartech.com
http://www.cfgears.com



Jeff Gladnick wrote:
 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!? 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337952
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Russ Michaels

or the end of BlueDragon as Microsoft will add CFML.NET to the stable :-)


On Thu, Oct 7, 2010 at 10:02 PM, Eric Cobb cft...@ecartech.com wrote:


 And Flash + Silverlight = Flashlight.  :)

 Thanks,

 Eric Cobb
 ECAR Technologies, LLC
 http://www.ecartech.com
 http://www.cfgears.com



 Jeff Gladnick wrote:
 
 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/
 
  What's that mean for Coldfusion!?
 
 

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337953
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Manipulating a PDF brochure

2010-10-07 Thread Jason Durham

I've been tasked with generating a sales brochure with a couple of variable 
components.  I would like to be able to render HTML inside an existing PDF 
document that was designed in a graphics program.  I've been playing with 
LiveCycle and have been able to get CF to insert plain text into form fields 
via cfpdfform.  However, I have some fields that will require a list with 
line breaks between phrases.  I'm unable to find a method of encoding line 
breaks so that CF will insert them properly into the PDF.

Any words of wisdom?



Confidentiality Warning: This e-mail contains information intended only for the 
use of the individual or entity named above. If the reader of this e-mail is 
not the intended recipient or the employee or agent responsible for delivering 
it to the intended recipient, any dissemination, publication or copying of this 
e-mail is strictly prohibited. The sender does not accept any responsibility 
for any loss, disruption or damage to your data or computer system that may 
occur while using data contained in, or transmitted with, this e-mail. If you 
have received this e-mail in error, please immediately notify us by return 
e-mail.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337954
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Dave Watts

 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

If this actually happened, I suspect that the product would be
divested or discontinued. But I really doubt that this will happen.
The only thing that Adobe has that MS doesn't is the design tools
market. There isn't much history of MS buying established competitors
to their own products. And speaking of established competitors, during
the existence of CF, Microsoft has gone through at least four
different competing products: they had a couple of things before ASP
(IDC and HTX I think), then there was ASP, then ASP.NET.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Gerald Guido

Microsoft Photoshop? Investors and the stock market does not make one bit of
sense.

On Thu, Oct 7, 2010 at 4:42 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote:



 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Jeff Gladnick

I cant see this as positive in any way for coldfusion.  I would imagine it 
would just be a slow death of coldfusion as it's merged into .net.  bleh. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337957
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread Will Swain

I agree. I don't see this happening. Just sounds like Adobe talking to M$
like they have been about Android and RIM. 

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: 07 October 2010 22:15
To: cf-talk
Subject: Re: Microsoft rumored to be buying Adobe



http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-mi
crosoft-bid/

 What's that mean for Coldfusion!?

If this actually happened, I suspect that the product would be
divested or discontinued. But I really doubt that this will happen.
The only thing that Adobe has that MS doesn't is the design tools
market. There isn't much history of MS buying established competitors
to their own products. And speaking of established competitors, during
the existence of CF, Microsoft has gone through at least four
different competing products: they had a couple of things before ASP
(IDC and HTX I think), then there was ASP, then ASP.NET.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337958
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread Will Swain

http://blogs.wsj.com/deals/2010/10/07/why-google-is-a-better-partner-for-ado
be-than-microsoft/

interesting blog about the talks. I tend to agree.

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: 07 October 2010 22:14
To: cf-talk
Subject: Re: Microsoft rumored to be buying Adobe


Microsoft Photoshop? Investors and the stock market does not make one bit of
sense.

On Thu, Oct 7, 2010 at 4:42 PM, Jeff Gladnick
jeff.gladn...@gmail.comwrote:




http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-mi
crosoft-bid/

 What's that mean for Coldfusion!?

 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337959
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Claude Schnéegans

  I cant see this as positive in any way for coldfusion.

Microsoft bought FoxPro 8 years ago, and Foxpro is still alive.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337960
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Dave Watts

 Microsoft bought FoxPro 8 years ago, and Foxpro is still alive.

That's not living. That's barely existing. From Wikipedia:

In March 2007, Microsoft announced that there will be no VFP 10, thus
making VFP9 (released to manufacturing on December 17, 2004) the last
commercial VFP release from Microsoft. The support of Version 9 is
ongoing with service packs that were released December 8, 2005 and
October 11, 2007.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337961
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Gerald Guido

More detailed speculation:

http://dealbook.blogs.nytimes.com/2010/10/07/thinking-through-a-microsoft-adobe-merger/
http://www.electronista.com/articles/10/10/07/microsoft.and.adobe.in.collaborative.talks/

On Thu, Oct 7, 2010 at 4:42 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote:



 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337962
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Claude Schnéegans

  That's not living. That's barely existing.

May be, but this is more because FoxPro is one generation older (dBase) than 
other products on the market now than directly because of Microsoft.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337963
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Dave Watts

   That's not living. That's barely existing.

 May be, but this is more because FoxPro is one generation older (dBase) than 
 other products on the market now than directly
 because of Microsoft.

No, this is not true. At the time they acquired FoxPro, it was
significantly more advanced in many respects than Access. But they
significantly slowed down the release cycle for FoxPro - it took
forever for VFP 9. At the same time, they incorporated technology from
FoxPro into Access.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337964
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Jason Fisher

  Our company has a lot of legacy FoxPro still running.  As I understand 
it, though, support for Visual FoxPro 9 ended April 2010.  It is 
certainly not a living product, despite the fact that Microsoft did 
release several versions of Visual FoxPro after they bought the line.


On 10/7/2010 5:56 PM, Dave Watts wrote:
 That's not living. That's barely existing.

 May be, but this is more because FoxPro is one generation older (dBase) than 
 other products on the market now than directly
 because of Microsoft.
 No, this is not true. At the time they acquired FoxPro, it was
 significantly more advanced in many respects than Access. But they
 significantly slowed down the release cycle for FoxPro - it took
 forever for VFP 9. At the same time, they incorporated technology from
 FoxPro into Access.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337965
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Les Mizzell

Nope:
http://www.bloomberg.com/news/2010-10-07/reback-says-adobe-purchase-by-microsoft-unlikely-video.html

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337966
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Michael Dinowitz

Please move this thread over to the community or OT list. Interesting though
it is, it's not really of a technical nature. (those who want to argue the
point with me are welcome to do so off list).

Thank you
--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion




On Thu, Oct 7, 2010 at 4:42 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote:



 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337967
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread andy matthews

DAYUM!

-Original Message-
From: Eric Cobb [mailto:cft...@ecartech.com] 
Sent: Thursday, October 07, 2010 3:59 PM
To: cf-talk
Subject: Re: Microsoft rumored to be buying Adobe


It means that .Net developers will now have a much easier way to connect 
to things like Exchange, Sharepoint, Excel, and Active Directory.  :)

Thanks,

Eric Cobb
ECAR Technologies, LLC
http://www.ecartech.com
http://www.cfgears.com



Jeff Gladnick wrote:

http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-mi
crosoft-bid/

 What's that mean for Coldfusion!?




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337968
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Microsoft rumored to be buying Adobe

2010-10-07 Thread andy matthews

Don't forget Lasso. Wasn't that before ASP?

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Thursday, October 07, 2010 4:15 PM
To: cf-talk
Subject: Re: Microsoft rumored to be buying Adobe



http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-mi
crosoft-bid/

 What's that mean for Coldfusion!?

If this actually happened, I suspect that the product would be
divested or discontinued. But I really doubt that this will happen.
The only thing that Adobe has that MS doesn't is the design tools
market. There isn't much history of MS buying established competitors
to their own products. And speaking of established competitors, during
the existence of CF, Microsoft has gone through at least four
different competing products: they had a couple of things before ASP
(IDC and HTX I think), then there was ASP, then ASP.NET.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337969
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 Paused Scheduled Tasks Still Running

2010-10-07 Thread Christopher Watson

I'm thinking that this is maybe NOT the way things should be. In my opinion, 
the Last Run column, as the name suggests (and what one would typically want 
to see, don't you think?) should always display the date/time of the most 
recent ACTUAL RUN, or execution, of the Scheduled Task, not the last date/time 
that CF figured it should have been run if it hadn't been paused. In 
comparison, when a Windows Scheduled Task is disabled, the date/time shown in 
the Last Run Time column never updates from the last date/time the task was 
actually executed (or from Never, if it had never been run).

I think I'll use whatever formal communication methods are available to send in 
a soft complaint about this. It's just not right.

I think the tasks are still polled to see if they need to run or not. That
is probably what is updating the date. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337970
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Components in package not found on CF9

2010-10-07 Thread Christopher Watson

We've had a component package running flawlessly under CF8 for a year or so 
now. We use cfinvoke to get at them like this:

cfinvoke component=Grabber.Price method=Grab 
returnvariable=WasSuccessful
cfinvokeargument name=Cruise value=#URL.Cruise#
/cfinvoke

The Mappings and Custom Tag Paths are in there for the /Grabber directory, 
where this package sits. Everything is fine! But now we have a couple of CF9 
servers, with the same exact Mappings and Custom Tag Paths, and we're getting 
the error Could not find the ColdFusion component or interface Grabber.Price.

What the heck am I missing here? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337971
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CF9 Paused Scheduled Tasks Still Running

2010-10-07 Thread Bobby Hartsfield

I didn't say it was ideal (or even true), I just said that I believe that's
probably what is happening ;-)

Either way, you are probably in a very small group of people who actually
care. I'd just assume CF shave any processing time that scheduled task
logging might incur by not doing it.

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

-Original Message-
From: Christopher Watson [mailto:skyg...@gmail.com] 
Sent: Thursday, October 07, 2010 9:29 PM
To: cf-talk
Subject: Re: CF9 Paused Scheduled Tasks Still Running


I'm thinking that this is maybe NOT the way things should be. In my opinion,
the Last Run column, as the name suggests (and what one would typically
want to see, don't you think?) should always display the date/time of the
most recent ACTUAL RUN, or execution, of the Scheduled Task, not the last
date/time that CF figured it should have been run if it hadn't been paused.
In comparison, when a Windows Scheduled Task is disabled, the date/time
shown in the Last Run Time column never updates from the last date/time
the task was actually executed (or from Never, if it had never been run).

I think I'll use whatever formal communication methods are available to send
in a soft complaint about this. It's just not right.

I think the tasks are still polled to see if they need to run or not.
That
is probably what is updating the date. 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337972
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm