CF Script

2000-10-06 Thread Paul Ihrig
hello all! what is a good referance to learn CF_Script? What URL's do you have? i would like to know why you would or would not use it. what are its benifits? i have noticed that Ultra_Dev uses it alot in its pages. Thank You. -paul --

Fw: CF Script

2000-10-06 Thread JustinMacCarthy
> what is a good referance to learn CF_Script? > What URL's do you have? CfScript is a hack of Javascript, There is not much to it. All the CF functions work the same. It's only really the control structures that are different. So if you know JavaScript you will know CFScript (with a few exceptio

RE: CF Script

2000-10-06 Thread Simon Horwith
, but these are the scenarios when I find myself using it most. ~Simon -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED]] Sent: Friday, October 06, 2000 9:06 AM To: CF-Talk Subject: CF Script hello all! what is a good referance to learn CF_Script? What URL's do you ha

RE: CF Script

2000-10-06 Thread Dave Watts
> what is a good referance to learn CF_Script? > What URL's do you have? > > i would like to know why you would or would not use it. > what are its benifits? It doesn't really have any benefits. It's an alternative, and an incomplete one at that, to using the CFML tag-based syntax. It might be m

RE: CF Script

2000-10-13 Thread Jann VanOver
thy [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 06, 2000 6:11 AM > To: CF-Talk > Subject: Fw: CF Script > > > what is a good referance to learn CF_Script? > > What URL's do you have? > > CfScript is a hack of Javascript, There is not much to it. All t

CF Script primer

2006-10-27 Thread Scott_A . _Stewart
hey guys, (and girls) Does anyone know of a good CFScript primer? Thanks Scott A. Stewart REAC/PASS-IT (202)-475-8875 ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion infor

JS/CF script problem

2002-06-30 Thread Bill Henderson
Can anybody help me do one of two things: A.) Make a call from a JavaScript function to a function written in CFScript, Or B.) Reference form elements (before a submission) in CFScript, like JavaScript does. Example: myform.mystring.innerText=myform.mystring2.innerText will copy the value of a te

Re: CF Script primer

2006-10-27 Thread Cutter (CFRelated)
Well, when House Of Fusion comes back up: http://www.houseoffusion.com/docs/cfscript/ Cutter http://blog.cutterscrossing.com [EMAIL PROTECTED] wrote: > hey guys, > > (and girls) > > Does anyone know of a good CFScript primer? > > Thanks > > Scott A. Stewart > REAC/PASS-IT > (20

Re: CF Script primer

2006-10-27 Thread Ron Gowen
http://tutorial84.easycfm.com/ On 10/27/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > > Well, when House Of Fusion comes back up: > > http://www.houseoffusion.com/docs/cfscript/ > > Cutter > > http://blog.cutterscrossing.com > > [EMAIL PROTECTED] wrote: > > hey guys, > > > > (an

RE: JS/CF script problem

2002-06-30 Thread Dave Watts
> Can anybody help me do one of two things: > > A.) Make a call from a JavaScript function to a function > written in CFScript, > Or > B.) Reference form elements (before a submission) in CFScript, > like JavaScript does. Example: > myform.mystring.innerText=myform.mystring2.innerText will > c

Re: JS/CF script problem

2002-06-30 Thread Critz
oi Bill!! cfscript is serverside...javascript is clientside so they cannot really interact. -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - Sunday, June 30, 2002, 4:20:47 PM, you wrote: BH> Can anybody help me do one

RE: JS/CF script problem

2002-06-30 Thread Matthew R. Small
You can do choice B: Document.formname.textboxname.value = document.formname.textbox2name.value; - Matt Small -Original Message- From: Bill Henderson [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 30, 2002 4:21 PM To: CF-Talk Subject: JS/CF script problem Can anybody help me do one

LDAP Monitoring Utility/Tool/CF Script

2003-07-15 Thread Allan Clarke
Hi, I'm searching for a free LDAP monitoring utility/tool or atleast a script. Basically I want to have an update of the LDAP Server at all times. The utility/script should alert me when something goes wrong (service stops/fails). I am using Nagios. Nagios is a feature-rich network monitoring packa

Re: LDAP Monitoring Utility/Tool/CF Script

2003-07-15 Thread jon hall
Surely this "feature-rich monitoring tool" lets you monitor ports 389 and 636 on your LDAP server? -- jon mailto:[EMAIL PROTECTED] Tuesday, July 15, 2003, 8:49:59 AM, you wrote: AC> Hi, AC> I'm searching for a free LDAP monitoring utility/tool AC> or atleast a script. Basically I want to have

RE: LDAP Monitoring Utility/Tool/CF Script

2003-07-15 Thread Michael C. Jackson
chael Jackson Systems Engineer [EMAIL PROTECTED] http://www.cfxhosting.com/ -Original Message- From: jon hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 09:50 AM To: CF-Talk Subject: Re: LDAP Monitoring Utility/Tool/CF Script Surely this "feature-rich monitoring tool&quo

CF script to save BitmapData from Flash

2007-03-26 Thread Adrian Lynch
Any examples out there? Ta. Adrian ~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIA’s for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusi

nested SQL update statement to replace CF script

2011-01-27 Thread wabba
Hi all, read a lot, post rarely. Anyway, try to keep this simple as possible - I have a database of items stored within nested categories using a pivot table to establish parent/childs for the categories (the can virtually nest indefinitely, one child cat can be under multiple parents, etc). There

Re: CF script to save BitmapData from Flash

2007-03-26 Thread Tom Chiverton
On Monday 26 Mar 2007, Adrian Lynch wrote: > Any examples out there? Is your Flash Flex ? -- Tom Chiverton Helping to dynamically benchmark market-driven clusters on: http://thefalken.livejournal.com This email is sent for and on behalf of

RE: CF script to save BitmapData from Flash

2007-03-26 Thread Adrian Lynch
Sorry I was a bit vague. It's Flash 8, AS2 and CF7. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 26 March 2007 13:50 To: CF-Talk Subject: Re: CF script to save BitmapData from Flash On Monday 26 Mar 2007, Adrian Lynch wrote: > Any examples out there?

RE: CF script to save BitmapData from Flash

2007-03-26 Thread Tero Pikala
o: CF-Talk Subject: CF script to save BitmapData from Flash Any examples out there? Ta. Adrian ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.

RE: CF script to save BitmapData from Flash

2007-03-26 Thread Adrian Lynch
PROTECTED] Sent: 26 March 2007 14:21 To: CF-Talk Subject: RE: CF script to save BitmapData from Flash http://www.flash-db.com/Tutorials/snapshot/snapshot.php Backend is PHP with GD required - at least it will get you started. I tried to find CF code some time ago with little success. I suppose

Re: nested SQL update statement to replace CF script

2011-01-28 Thread Jason Durham
If _all_ children _aways_ get published (like your pseudocode indicates), why not just flag the parent category? If you want to do it all in SQL, try... http://msdn.microsoft.com/en-us/library/ms186243.aspx Jason Durham On Fri, Jan 28, 2011 at 1:16 AM, wabba wrote: > > Hi all, read a lot, po

Help me turn trusted cache on/off with a cf script

2004-01-22 Thread Jon Block
In CF5, I had a script to go into the registry and adjust the setting for trusted cache. It looks like in CFMX, I have to change the value in C:\CFusionMX\lib\neo-runtime.xml for trusted cache. Is that all there is to it? Is there some function I have to call to instruct the server to reparse the x

What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
eventually... Is there a way to maybe run a CF script command-line, output to a file, and let it run for hours? Thanks! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fus

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Kym Kovan
Philip Kaplan wrote: > I have a script that needs a few hours to run. It's crawling several large > web sites/xml feeds. > > What's the best way to do this with CF? I've tried adding > "requestTimeout=100" in the URL but CF still seems to shut it down > eventually. Also my browser window gi

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
Brilliant! A meta-refresh should work. What if I wanted to run it as a scheduled task? Hmm. On Sun, May 10, 2009 at 5:06 PM, Kym Kovan wrote: > > Philip Kaplan wrote: > > I have a script that needs a few hours to run. It's crawling several > large > > web sites/xml feeds. > > > > What's the b

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Kym Kovan
Philip Kaplan wrote: > Brilliant! A meta-refresh should work. > What if I wanted to run it as a scheduled task? Hmm. A counter and flag in a database, run the script once every 10 mins or whatever is appropriate and use the flag and counter to see if the next section is due and which section.

Re: What's the best way to run a 4-hour-long CF script?

2009-05-10 Thread Philip Kaplan
You rock -- running it right now with a meta-refresh at the bottom of the page (and at the top so i can watch the script process) Working like a charm :) Thank you thank you On Sun, May 10, 2009 at 5:20 PM, Kym Kovan wrote: > > Philip Kaplan wrote: > > Brilliant! A meta-refresh should work.

Answering my own question... RE: Help me turn trusted cache on/off with a cf script

2004-01-22 Thread Jon Block
Block [mailto:[EMAIL PROTECTED]   Sent: Thursday, January 22, 2004 12:25 PM   To: CF-Talk   Subject: Help me turn trusted cache on/off with a cf script   In CF5, I had a script to go into the registry and adjust the setting for   trusted cache. It looks like in CFMX, I have to change the value in