Re: Animated Gifs on the fly

2004-01-14 Thread Ryan Sabir
Heya, Good ole ImageMagick will do it.. Here some info on the technique http://www.tjhsst.edu/~dhyatt/supercomp/n401a.html bye! Wednesday, January 14, 2004, 5:02:18 PM, you wrote: MD Does anyone here know of a program, CFX, object, etc. that will allow for MD the creation of animated Gifs on

RE: CFScript StructInsert or cfset. Which is faster?

2004-01-14 Thread Hugo Ahlenius
In your case, I wouldn't be so concerned about performance, this will only be a small fraction compared to any database/filesystem things. I would be concerned about readability/maintainability though. In your example, I would rather use: Parameters.AllowMultiEdit = ; Parameters.AllowMultiAdd =

RE: Determining Database Type

2004-01-14 Thread Hugo Ahlenius
Does it really need to do this at runtime? I think this could also be done by a true/false flag in the initialization of the application. - Hugo AhleniusE-Mail: [EMAIL PROTECTED] Project Officer Phone:+46 8 230460 UNEP

Re: cfset and cookies

2004-01-14 Thread Thomas Chiverton
On Tuesday 13 Jan 2004 17:58 pm, Philip Arnold wrote: I wouldn't guarantee CFSET with cookies - remember that you can set them It's always more reliable to use CFCOOKIE Welcome to the world of maintaining an old codebase :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

RE: Javascript Paste From Clipboard

2004-01-14 Thread Hugo Ahlenius
I don't remember exactly, but I think paste from clipboard might be blocked by security restrictions. But why are you using the clipboard in first place? You can copy the contents of one field to another easily in _javascript_. If you want to leave the user in control you could provide them with

RE: real quick ot

2004-01-14 Thread Hugo Ahlenius
| where does the program run? I assume a it runs on the server | then I have a client version on my devbox? Tony, the server doesn't need to be very powerful. You can just as well run the cvs server from any workstation (that preferrably is always connected). /H.

Re: Problem with QofQ or just SQL

2004-01-14 Thread Thomas Chiverton
On Tuesday 13 Jan 2004 18:26 pm, Mickael wrote: Yes that would help :).But I am still getting no records returned.The sql seems to me like it is selecting only one record as the last line show 20040113, I would like it to return all the records from my database table, where the same date

OT : CF-Talk Social Circles

2004-01-14 Thread Benoit Hediard
Hi everyone, I don't know if it has already been posted, but today, I found this funny little app : Social Circles, a mailing list social visualization tool (powered by ColdFusion and Flash). You want to know your chatter level and social visibility on CF-Talk? Here it is :

DateDiff being a bit weird.....

2004-01-14 Thread A.Little
Hi all, Am I going mad or is there something I'm missing If I run the following code: cfloop from=0 to=5 index=i cfset tempdate=dateadd('d',i,'26-mar-2004') cfset temp2 = '31-mar-2004' #i#: #tempdate# to #temp2#: #datediff('d',tempdate,temp2)#br /cfloop I get the following output: 0:

cfunit test suites FIXED

2004-01-14 Thread Thomas Chiverton
Ahh, there is an example buired in the .zip, as follows: cfcomponent extends=com.macromedia.cfunit.test_suite output=yes cfscript setSuiteName(Test Suite); addTest(com.macromedia.cfunit.meta_test_1); addTest(com.macromedia.cfunit.meta_test_2); /cfscript /cfcomponent Might be worth updating

Hosting with exciteworks.com?

2004-01-14 Thread Oliver Cookson
Hi, Exciteworks.com has some excellent hosting plans, has anyone hosted with them and are happy with the results? http://exciteworks.com/host_matrix.cfm Cheers [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: What template is running?

2004-01-14 Thread Tim Blair
is there a way to tell which templates are currently running? The best way I've found is to dump out the current stack trace: http://www.macromedia.com/support/coldfusion/ts/documents/tn18339.htm HTH, Tim. --- RAWNET LTD - Internet, New

Storing critical data in DB

2004-01-14 Thread Spectrum WebDesign
Hi what's the best password db storage method? Hash()? CFX_crypto? Plain text ;-)? If users lost your password what's that method is the best? -- ___ Get your free email from http://www.mail.com [Todays Threads] [This Message] [Subscription]

Re: Storing critical data in DB

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 11:29 am, Spectrum WebDesign wrote: what's the best password db storage method? Hash()? CFX_crypto? Plain text ;-)? Hash with salt, failing that just hash. If users lost your password what's that method is the best? Generate a random new password and store in DB (as

RE: Writing a new page dynamically

2004-01-14 Thread Angel Stewart
Is there a specific reason why you don't want to add the two dates to a database table called tblPopupInit or something like that and simply read them from there? You should be able to use the WRITE attribute of the CFFILE tag to write a string variable to the file. You can create the string

Re: Compression Filter

2004-01-14 Thread Jochem van Dieten
Andrew Scott wrote: Matt, that is what I am trying to do. I can see that the size of the file can be smaller, but I am looking at it from the client side. From the time I hit the page, then it is displayed will it be quicker, longer or no difference. That depends on many variables. You can

SOT: CFMX Stock Charting

2004-01-14 Thread [EMAIL PROTECTED]
Has anyone used CFMX or Flash for charting stocks? I am particularly interested in creating candlestick charts -- that show a vertical bar superimposed over a vertical line.The bar shows the open-close range, the line shows the high-low range for a given period of time. Detailed explanations

SOT: Excel2Query without COM (announcement)

2004-01-14 Thread Ryan Emerle
Hello Everyone, Since many people have gotten use out of my custom tag CSV2Query, i figured i would post this announcement that i have written a Java-based CFX tag for bringing Excel worksheets into ColdFusion without the use of COM.It's 100% java-based and free :) You can grab a copy from

Re: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Christian Cantrell
On Tuesday, January 13, 2004, at 01:22PM, Bryan F. Hogan wrote: Everytime I'm about ready to pick up on using Flash something else tells me not too. SOAP and Flash almost had me convinced on starting to use Flash, then I hear something like this. I certainly didn't intend to discourage the

RE: Lightweight blog software

2004-01-14 Thread Bryan F. Hogan
Ray's is lightweight. But as he says is not close to being able to output static pages with no database support. However my blog application available on DRK5 does not require database support and outputs shtml files. That's as close to what your looking for that I know of. -Original

Re: sot: active desktop ticker

2004-01-14 Thread Christian Cantrell
On Tuesday, January 13, 2004, at 06:10PM, Ryan Mitchell wrote: I was wondering if anyone had experience making a news style ticker that a user can put on their desktop... I was thinking active desktop was the best way to do it (I'm happy enough to limit to windows), and I looked into

Statistics Help

2004-01-14 Thread Paul Giesenhagen
I am trying to find some stats without any luck.Here are the things I am trying to find out. 1) Number of ISPs using Cold Fusion in their hosting solutions 2) Number of ISPs using ASP.NET in their hosting solutions 3) Number of Small-Medium Ecommerce businesses online 4) General statistics on the

DTS from SP

2004-01-14 Thread Dan O'Keefe
I have combed the archives, and then net, and I think I have found the info I need to be able to do this. I used the DTSRUNUI to create this string: 'DTSRun /S TESTDATA /U sa /P password /N frDay01_upload /G {F96F01E6-D82C-4ECF-899E-7DDADB1976C6} /W 0 ' When I run it from the DOS prompt, it

RE: DTS from SP

2004-01-14 Thread Shawn Regan
Are you just trying to run a DTS package? If so you can use SQL Agent to run it or you can run it from a cfm page. Shawn Regan -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 6:30 AM To: CF-Talk Subject: DTS from SP I have combed the

OT: what is shtml

2004-01-14 Thread Kevin Marino
Ok, this may sound stupid, but what is shtml? How is it generated? And are there some resources? Crazy question, never used and just want to educate myself on them. Thanks Kevin [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: what is shtml

2004-01-14 Thread Tony Weeg
definition: SHTML Web pages that contain SSIs often end with an shtml extension, though this is not a requirement. The filename extension enables the Web server to differentiate those pages that need to be processed before they are sent to the browser. I think its from the old days, where SSI's

RE: what is shtml

2004-01-14 Thread Tony Weeg
SSI (Server Side Includes) are special directives that are placed in HTML pages. The SSI directives are evaluated on the server when a web page is being served. SSI directives let you add dynamically generated content to an existing HTML page, without having to use a CGI program, or other dynamic

RE: active desktop ticker

2004-01-14 Thread cfhelp
This some old code I was using a long time ago. It still works for my Music Site. ?XML Version=1.0 Encoding=iso-8859-1 ? CHANNEL HREF=""> BASE=http://www.1sourceentertainment.com/templates/mods/PHPBB.cfm TITLE1sourceentertainment/TITLE ABSTRACT1sourceentertainment/ABSTRACT Schedule

Windows Authentication

2004-01-14 Thread Robert Everland III
Ok I have an ISAPI application that can't be secure with usernames and password, so the only way is if the user logs in with a windows username and password. I am taking away all the NT users in favor of a database that has all their names and passwords. Is there any way that I can make a CF page

RE: what is shtml

2004-01-14 Thread Philip Arnold
http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=what+is+shtml Google tells you at the top of the page -Original Message- From: Kevin Marino [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:58 AM To: CF-Talk Subject: OT: what is shtml Ok, this may sound stupid,

RE: what is shtml

2004-01-14 Thread Schuster, Steven
shtml is the default extension for a page with server-side includes Stephen E. Schuster PeopleSoft Administrator 2000 Ashland Drive Ashland, KY 41101 Office Phone 606.920.7447 Cell Phone 606.831.4590 _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:58 AM

RE: DTS from SP

2004-01-14 Thread Shahzad.Butt
Just create a scheduled job (in Sql) 'JOB1' then right click on that job, properties then click on STEPS tab. Click edit it will give you the code to run the DTS. You can copy this DTS code and paste it under DTSRUN e.g master.dbo.xp_cmdshell 'DTSRun

RE: what is shtml

2004-01-14 Thread Tony Weeg
philip that's funnysame thing I did :) google what is shtml really, I think it was the old way of doing dynamic web content...from what I remember from a long time ago -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:01 AM To:

RE: Windows Authentication

2004-01-14 Thread Schuster, Steven
Yes and No, what Web Server are you using? Stephen E. Schuster PeopleSoft Administrator 2000 Ashland Drive Ashland, KY 41101 Office Phone 606.920.7447 Cell Phone 606.831.4590 _ From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:02 AM To: CF-Talk

Re: active desktop ticker

2004-01-14 Thread Ryan Mitchell
Thanks ;) Got it working this morning, didnĀ¹t realise windows active desktop needed the file to be online...doh!! On 14/1/04 3:04 pm, cfhelp [EMAIL PROTECTED] wrote: This some old code I was using a long time ago. It still works for my Music Site. ?XML Version=1.0 Encoding=iso-8859-1 ?

Re: sot: active desktop ticker

2004-01-14 Thread Ryan Mitchell
How did I know you would suggest that?!! Just wanted something quick and easy... Will do a central one down the line... On 14/1/04 2:17 pm, Christian Cantrell [EMAIL PROTECTED] wrote: On Tuesday, January 13, 2004, at 06:10PM, Ryan Mitchell wrote: I was wondering if anyone had experience

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
IIS 6.1 Yes and No, what Web Server are you using? Stephen E. Schuster PeopleSoft Administrator 2000 Ashland Drive Ashland, KY 41101 Office Phone 606.920.7447 Cell Phone 606.831.4590 _ From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004

RE: what is shtml

2004-01-14 Thread Kevin Marino
Thanks so much. Guess last time I googled SHTML was so long ago that the definition didn't exist, who knows. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:09 AM To: CF-Talk Subject: RE: what is shtml philip that's funnysame thing I

Re: ecommerce store and real store inventory

2004-01-14 Thread walker
I have a client who uses 'Retail Pro' for their point of sale system in the store(s) - every night a script runs to export the inventory data of the physical store to the website- and the ecommerce website runs off of the exported inventory data. So obviously the online store isn't real time

Re: isDefined question

2004-01-14 Thread Ubqtous
STEVEN, On 1/14/2004 at 00:26, you wrote: DSJA Shouldn't it be: DSJA cfif not isDefined(client.pods) DSJA Quotes around the client.pods? Yes, since isdefined() is checking for the existence of a variable named client.pods. Without the quotes it evaluates client.pods and treats its value

RE: Windows Authentication

2004-01-14 Thread Schuster, Steven
Turn on Windows Integrated Security in IIS under the properties of the a.) folder or b.) site you wish to integrate with the domain. Stephen E. Schuster PeopleSoft Administrator 2000 Ashland Drive Ashland, KY 41101 Office Phone 606.920.7447 Cell Phone 606.831.4590 _ From: Robert Everland

RE: ecommerce store and real store inventory

2004-01-14 Thread Schuster, Steven
Looks like you are out of luck. Unless you can talk to the DB then you can't do it. How many orders do they receive a month/day etc. Is it even worth pursuing for them. I mean if they get 1 order a day then I doubt it, but if they get several hundred then that's a different story. Anyone using

CFDIRECTORY backslash

2004-01-14 Thread brobborb
hey guys, just wonderin, does it make a difference if i put the \ at the end of the directory or not.like C:\blablabla\lalalala\ vs. C:\blabalbla\balbaala thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Bryan F. Hogan
No, I know you didn't mean to discourage anyone. I'm just scared to death to pick up flash, because I have a feeling that the simple things that take moments to do in html will take a huge amount of time or be impossible to do in Flash. For example, allot of my clients love the ability to upload

RE: CFDIRECTORY backslash

2004-01-14 Thread Philip Arnold
hey guys, just wonderin, does it make a difference if i put the \ at the end of the directory or not.like C:\blablabla\lalalala\ vs. C:\blabalbla\balbaala I think it depends on the version of CF Earlier versions were pretty picky, but I believe MX doesn't need it [Todays Threads] [This

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
I know how to turn on windows authentication, I need a way to pass the username and password from another section of the website. Bob Turn on Windows Integrated Security in IIS under the properties of the a.) folder or b.) site you wish to integrate with the domain. Stephen E. Schuster

Re: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Clint Tredway
Flash apps have their place, and they are not websites. For example, I just rebuilt my companies intranet that was Classic ASP/DHTML to Flash MX 2004/CFMX with the frontend all being flash. Now, these are financial tools and CRM tools, client tracking, and the like and the ASP/DHTML version

List with null items

2004-01-14 Thread brobborb
Hey guys, i have a list that looks like this 8344,n,y,j,a,,4334,333,,44333,434 ok, the parts where you see double commas, that's not a typo.That's because it's just empty (but i still want CF to recognize it as an item).Coldfusion recognizes it as only 9 items in the list, when I want it to

RE: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Bryan F. Hogan
I agree with most of what your saying however. What I want to do is replicate, my existing intranet's in flash, create a projector, install it on a users desktop and automatically pull data from my server, no html, no dhtml, no _javascript_, etc. Multiple clients, one app. I don't build websites,

RE: List with null items

2004-01-14 Thread Bryan F. Hogan
cfset myList='8344,n,y,j,a,,4334,333,,44333,434' cfoutput#listLen(replace(myList, ',', ', ', 'ALL'))#/cfoutput -Original Message- From: brobborb [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:07 AM To: CF-Talk Subject: List with null items Hey guys, i have a list that

Re: List with null items

2004-01-14 Thread Massimo Foti
Get this UDF: http://www.cflib.org/udf.cfm?ID=961 Additional UDFs for dealing with nulls in lists are available here: http://www.cflib.org/library.cfm?ID=1 Massimo Foti http://www.massimocorner.com Co-Author of Dreamweaver MX 2004 Magic: http://www.dwmagic.com/

RE: List with null items

2004-01-14 Thread Philip Arnold
Hey guys, i have a list that looks like this 8344,n,y,j,a,,4334,333,,44333,434 ok, the parts where you see double commas, that's not a typo. That's because it's just empty (but i still want CF to recognize it as an item).Coldfusion recognizes it as only 9 items in the list, when I want

RE: List with null items

2004-01-14 Thread Jay Hargrove
you could put them in a struct, then loop the struct through a cfselect that would hold the blank values -Original Message- From: brobborb [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:07 AM To: CF-Talk Subject: List with null items Hey guys, i have a list that looks

Re: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 16:07 pm, Bryan F. Hogan wrote: In this case, RIA's are required 100%. This can be done, but there is just more work to do with a getting a flash form to work like an html form than it's worth at the moment. Rather than complain, why not set about writing some updated

RE: Flash for Developers/Programmers WAS: Flash Remoting with Blue Dragon

2004-01-14 Thread Bryan F. Hogan
I'm not complaining. I'm done. If I never used a Flash application I can't write new components for it. -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:14 AM To: CF-Talk Subject: Re: Flash for Developers/Programmers WAS: Flash

RE: ecommerce store and real store inventory

2004-01-14 Thread Tony Gruen
Thank you everyone for the input. Iam delving deeper into their desire to accomplish this because I think they just thought it would be neat. I do not think they have considered the true ramifications of attempting such a task with their operation. They have seven store fronts and take thousands

Allow only wanted characters in a string?

2004-01-14 Thread Ryan Stille
What would be an elegant way to strip all but a certain set of characters from a string?I know I want to leave alphanumerics, dashes, underscores and spaces, but anything else I want removed.Would it be best to loop though each character and do a Find to see if that character is in my list of

RE: Allow only wanted characters in a string?

2004-01-14 Thread Paul Vernon
Look at ReplaceList it should be what you need with a little bit of tweaking Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Allow only wanted characters in a string?

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 16:30 pm, Ryan Stille wrote: What would be an elegant way to strip all but a certain set of characters from a string?I know I want to leave alphanumerics, dashes, underscores rereplace, with all the things to keep in a class, thusly:

RE: Allow only wanted characters in a string?

2004-01-14 Thread Paul Vernon
rereplace, with all the things to keep in a class, thusly: this=rereplace(this,^[A-Za-z\-_0-9],'','all') That'd do it too! Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Allow only wanted characters in a string?

2004-01-14 Thread Robertson-Ravo, Neil (RX)
This is one of the UDF's at cflib... very nice http://www.cflib.org/udf.cfm?ID=477 http://www.cflib.org/udf.cfm?ID=477 _ From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 16:37 To: CF-Talk Subject: Re: Allow only wanted characters in a string? On Wednesday 14

Re: Allow only wanted characters in a string?

2004-01-14 Thread Ben Doom
This is a fairly common and simple regular _expression_.A quick search of the list archives should uncover something. --Ben Doom Ryan Stille wrote: What would be an elegant way to strip all but a certain set of characters from a string?I know I want to leave alphanumerics, dashes,

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
Ok I think I may have something that may help this issue. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/webser32.htm If there is a way that I can put the username and password into the authorization request header I should be ok. Since it will cache it there. Anyone have any experience

RE: Allow only wanted characters in a string?

2004-01-14 Thread Pascal Peters
REReplace(string,[^-_ [:alnum:]],,ALL) -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: woensdag 14 januari 2004 17:30 To: CF-Talk Subject: Allow only wanted characters in a string? What would be an elegant way to strip all but a certain set of characters

CreateODBCDate issue

2004-01-14 Thread Mickael
Hi All, I am a small issue with CreateODBCDate I have a variable that is a string its value is '20040109' I am trying this Dateformat(CreateODBCDate(#variables.strfilename#), mm/dd/) But is is returning '12/14/56767' instead of the proper date.Is there something else I should be doing to

RE: DTS from SP

2004-01-14 Thread Daniel O'Keefe
I want to run it on demand from a CFM page, hence my problem. -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 9:49 AM To: CF-Talk Subject: RE: DTS from SP Are you just trying to run a DTS package? If so you can use SQL Agent to run it or

RE: CreateODBCDate issue

2004-01-14 Thread Bryan F. Hogan
The keyword here is that you are using a string. Use createDate() first, then createODBCDateTime() -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:55 AM To: CF-Talk Subject: CreateODBCDate issue Hi All, I am a small issue with

Re: Allow only wanted characters in a string?

2004-01-14 Thread Ubqtous
Thomas, On 1/14/2004 at 11:36, you wrote: TC rereplace, with all the things to keep in a class, thusly: TC this=rereplace(this,^[A-Za-z\-_0-9],'','all') The caret needs to be inside the square brackets. If it's outside the brackets it acts as an anchor which indicates the beginning of the

RE: DTS from SP

2004-01-14 Thread Daniel O'Keefe
What do you mean by paste it under DTSRUN? The generates a different dtsrun string for me, but I still get the same error when trying to execute it in QA. I might need to install EM on the intranet web server so I can do it through COM. I hate to do that since I can get it to run from a DOS

Re: ecommerce store and real store inventory

2004-01-14 Thread Adam Churvis
involved, which is the only way it should be. That isn't the only way it should be. Many people refuse to put business logic in there database because they are using an N-tier architecture where the business-tier handles all the business logic leaving the data-tier to what it is really

Re: Allow only wanted characters in a string?

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 16:40 pm, Paul Vernon wrote: this=rereplace(this,^[A-Za-z\-_0-9],'','all') That'd do it too! Being able to interchange list and string types is great :-) In this case for instance, it saves the overhead of getting the number of elements in the list, as well as the

Re: DTS from SP

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 16:57 pm, Daniel O'Keefe wrote: I want to run it on demand from a CFM page, hence my problem. Can you execute a DTS from a stored proc ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood

Re: CreateODBCDate issue

2004-01-14 Thread Mickael
Hi Bryan, Doesn't Createdate() need to have year,month, day ? My string is just one continues string 8 characters long How can I make that work? - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Wednesday, January 14, 2004 11:57 AM Subject: RE: CreateODBCDate issue The

CFFILE Question

2004-01-14 Thread Kelly Matthews
OK I have a form that someone fills out, they hit submit and I present the results.At the same time I need to create an html file on the fly with the same results to save for later use.So basically I set something like CFSET body='THE ENTIRE HTML DOCUMENT BODY' Now within the above CFSET tag the

RE: DTS from SP

2004-01-14 Thread Robertson-Ravo, Neil (RX)
Hey Dan, Running a DTS via CF is easily performed... !--- get the server name of the SQL box --- cfquery name=qServerName datasource=#attributes.datasource# exec spSQLserverName /cfquery !--- (spSQLserverName is a simple select @@servername function) --- cfquery name=qDTSrun

Re: Allow only wanted characters in a string?

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 16:59 pm, Ubqtous wrote: You can stick the literal hyphen at the end of the regex, which saves I haven't been near Perl enough recently, obviously :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited

RE: DTS from SP

2004-01-14 Thread Shawn Regan
no problem try this: CFTRY CFOBJECT TYPE=COM NAME=objDTS CLASS=DTS.Package ACTION=""> CFCATCH TYPE = Object CFSET error_message = The DTS Package Object Could Not Be Created. /CFCATCH /CFTRY CFTRY CFSET r = objDTS.LoadfromSQLServer(SQLSERVER,sa,password,0DTSPackage ,) CFCATCH CFSET

RE: DTS from SP

2004-01-14 Thread Robertson-Ravo, Neil (RX)
you shouldnt need the /G switch. _ From: Daniel O'Keefe [mailto:[EMAIL PROTECTED] Sent: 14 January 2004 17:00 To: CF-Talk Subject: RE: DTS from SP What do you mean by paste it under DTSRUN? The generates a different dtsrun string for me, but I still get the same error when trying to

Re: CreateODBCDate issue

2004-01-14 Thread Mickael
Bryan I answered to quickly.Thanks you advice helped - Original Message - From: Bryan F. Hogan To: CF-Talk Sent: Wednesday, January 14, 2004 11:57 AM Subject: RE: CreateODBCDate issue The keyword here is that you are using a string. Use createDate() first, then createODBCDateTime()

Re: ecommerce store and real store inventory

2004-01-14 Thread Matt Liotta
How about, we agree that the only way it should be in a two-tier architecture is for all the business logic in be in the database. -Matt On Jan 14, 2004, at 11:58 AM, Adam Churvis wrote: involved, which is the only way it should be. That isn't the only way it should be. Many people

RE: CreateODBCDate issue

2004-01-14 Thread Bryan F. Hogan
Yes use year month date createODBCDateTime(createDate(year(yourString), month(yourString), day(yourString))) Might want to make that a UDF if your going to use it alot. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:03 PM To: CF-Talk

RE: CFFILE Question

2004-01-14 Thread Bryan F. Hogan
Instead of cfset use cfsavecontent -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:06 AM To: CF-Talk Subject: CFFILE Question OK I have a form that someone fills out, they hit submit and I present the results.At the same time I need

Re:CFFILE Question

2004-01-14 Thread Kelly Matthews
I tried that and that outputs nothing. All the Cf comes through like #form.whatever# and nothing is processed. Instead of cfset use cfsavecontent -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:06 AM To: CF-Talk Subject: CFFILE

RE: CFFILE Question

2004-01-14 Thread Bryan F. Hogan
You have a cfoutput right? -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 11:26 AM To: CF-Talk Subject: Re:CFFILE Question I tried that and that outputs nothing. All the Cf comes through like #form.whatever# and nothing is processed.

RE: Compression Filter

2004-01-14 Thread cf-talk
Andrew, Perhaps not the best answer but when I put compression in place on our servers the way I compared was by visiting websites of companies that sell compression software and used their demo page.You probably know the type I'm talking about... you put in a URL... they fetch it and then tell

Only moderately interesting CFMX observation

2004-01-14 Thread Matt Robertson
Well, I finally upgraded my CF 4.5.1sp2 server to 6.1.Loved its old-faithful stability but was sick and tired of living with its limitations (no cfc's etc.). One thing I noticed was that IIS (inetinfo.exe) has eaten 10 or so mb of RAM consistently on this box for years.Under CFMX its now a

Re: Compression Filter

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 02:49 am, Andrew Scott wrote: difference. I understand that time is needed to compress, uncompress and transfer. I was hoping that there might be a tool out there that I can see how long it takes to retrieve and view once received from the client side. I don't know of

Re:CFFILE Question

2004-01-14 Thread Kelly Matthews
Um DUH! I must blame lack of sleep! lol thanks :) You have a cfoutput right? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Only moderately interesting CFMX observation

2004-01-14 Thread Dave Watts
One thing I noticed was that IIS (inetinfo.exe) has eaten 10 or so mb of RAM consistently on this box for years. Under CFMX its now a consistent 25mb. Anyone know why that would be? I've got the free memory so there's no problem there. Just curious. I'm guessing that the ISAPI filter

Re: Only moderately interesting CFMX observation

2004-01-14 Thread Thomas Chiverton
On Wednesday 14 Jan 2004 17:31 pm, Matt Robertson wrote: Anyone know why that would be?I've got the free memory so there's no problem there.Just curious. You've just loaded into it what I suspect* is basicaly an entire J2EE enviroment with some hacks and a funky taglib. That, plus pre-grabbed

RE: Flash Remoting with Blue Dragon

2004-01-14 Thread Brian LeRoux
Give openamf.org a go. Solves all these issues you mention. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: January 13, 2004 10:56 AM To: CF-Talk Subject: Re: Flash Remoting with Blue Dragon Depends on how you look at portable. At the end of the day a Flash app

RE: CreateODBCDate issue

2004-01-14 Thread Philip Arnold
I am a small issue with CreateODBCDate I have a variable that is a string its value is '20040109' I am trying this Dateformat(CreateODBCDate(#variables.strfilename#), mm/dd/) But is is returning '12/14/56767' instead of the proper date. Is there something else I should be doing to the

RE: Only moderately interesting CFMX observation

2004-01-14 Thread Dave Watts
You've just loaded into it what I suspect* is basicaly an entire J2EE enviroment with some hacks and a funky taglib. That, plus pre-grabbed space for caches etc would account for it. No, I don't think any of that's in the ISAPI connectors. The connectors just push the request to CFMX, I

RE: DTS from SP

2004-01-14 Thread Daniel O'Keefe
No, that is my original problem, cannot run it from SP or QA. I have it running from a DOS prompt. So I put it in a .BAT file and it run, so now I am going to try and call the bat file with xp_CmdShell. Dan -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent:

RE: DTS from SP

2004-01-14 Thread Daniel O'Keefe
You have CF and SQL on the same box right? I do not. I am aware of the COM method and might resort to that since it is an INTRANET only. Dan -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:06 PM To: CF-Talk Subject: RE: DTS from SP

RE: DTS from SP

2004-01-14 Thread Daniel O'Keefe
If you are passing the GUID as I am, you do -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 12:01 PM To: CF-Talk Subject: RE: DTS from SP you shouldnt need the /G switch. _ From: Daniel O'Keefe [mailto:[EMAIL PROTECTED]

RE: DTS from SP - Update

2004-01-14 Thread Daniel O'Keefe
I have it running from the dos prompt, put the string in a .BAT file and run it in QA and it works, so I would think I should be able to do: Exec Master..xp_CmdShell 'h:\frDayUpl.bat' but I get the same error. The data source is a DBF on a mapped drive, so that gas got to be the cause. I am

Re:Windows Authentication

2004-01-14 Thread Robert Everland III
ok I found more data to help. What I want to do has to do with setting the authentication request header somehow. I am using cfheader, but I don't think i am doing it correctly. This page will help. Anyone done anything like this before? http://www.ietf.org/rfc/rfc2617.txt Bob Ok I think I may

Re: Flash Remoting with Blue Dragon

2004-01-14 Thread Matt Liotta
Maybe I missed it, but I didn't see anything like an open source implementation of AMF, which is what I assumed I would find given the domain name. What am I supposed to find there? -Matt On Jan 13, 2004, at 5:40 PM, Brian LeRoux wrote: Give openamf.org a go. Solves all these issues you

Re: Flash Remoting with Blue Dragon

2004-01-14 Thread Clint Tredway
openamf is a java implementation of Flash remoting. it is said to be more robust than MM's flash remoting for java. clint Matt Liotta wrote: Maybe I missed it, but I didn't see anything like an open source implementation of AMF, which is what I assumed I would find given the domain name.

  1   2   >