Re: Multi threading or Processing using CF

2004-06-03 Thread Thomas Chiverton
On Wednesday 02 Jun 2004 21:15 pm, Ketan Patel wrote: Hi, I am looking for some solution where I can do 2 or 3 simultaneous calls to functions using CF. Any CFX tag available which can spawn a task in the background. Has anybody implemented something like this. Use a frameset (spit) with 3

RE: Multi threading or Processing using CF

2004-06-03 Thread Jim Davis
On Wednesday 02 Jun 2004 21:15 pm, Ketan Patel wrote: Hi, I am looking for some solution where I can do 2 or 3 simultaneous calls to functions using CF. Any CFX tag available which can spawn a task in the background. Has anybody implemented something like this. To do so from the browser you

RE: He3 community input (custom tag paths/mappings)

2004-06-03 Thread Steve Nelson
That's not really what I'm thinking. My thought is to point the IDE to a single url (per development server) that returns stuff like this (in some xml format): Mappings: / = d:\inetpub\wwwroot /funkychicken = d:\inetpub\wwwroot\iama\funkychicken Tags: cf_chickendance =

RE: Blackstone - Toronto CFUG notes

2004-06-03 Thread Steve Nelson
What does the SQL reporting services produce? PDFs, Word? HTML? I have a copy from my MS action pack, but haven't taken the time to install it. Steve Nelson _ From: G [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 3:32 PM To: CF-Talk Subject: Re: Blackstone - Toronto CFUG notes

Re: Blackstone - Toronto CFUG notes

2004-06-03 Thread Massimo Foti
What does the SQL reporting services produce? PDFs, Word? HTML? I have a copy from my MS action pack, but haven't taken the time to install it. BTW If you are looking for a great web-based reporting tool (and you have plenty of money to spend on it...), this one may worth a check:

RE: Blackstone - Toronto CFUG notes

2004-06-03 Thread Robertson-Ravo, Neil (RX)
Hey Steve, The Reporting Services can export in all of those formatsHTML, PDF, Excel, Word and Custom. HTH Neil _ From: Steve Nelson [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 12:44 To: CF-Talk Subject: RE: Blackstone - Toronto CFUG notes What does the SQL reporting services

He3 community input (undo after closing file)

2004-06-03 Thread Steve Nelson
On another note, I'd love a feature that lets me undo after closing a document, even if I closed the file 3 weeks ago. Basically just write the undo commands to disk. I have plenty of disk space, so I honestly don't care how much space this would take up. Steve Nelson _ From: Steve Nelson

Unable to open license.properties

2004-06-03 Thread Robertson-Ravo, Neil (RX)
I am getting an error in the logs ofWarning Unable to open D:\CFusionMX\runtime/lib/license.properties.I have recently upgraded our JVM which is installed on D: and so is CFMX. Any one know where the setting/path is to ensure that this error is stopped? Neil This e-mail is from Reed

No JDBC data sources

2004-06-03 Thread Robertson-Ravo, Neil (RX)
Hey, while I am on the subject of going through my log files! I am also getting the error below which doesn't look good: No JDBC data sources have been configured for this server (see jrun-resources.xml) Anyone know of a solution/explanation? Thanks Neil This e-mail is from Reed Exhibitions

RE: Unable to open license.properties

2004-06-03 Thread Kev McCabe
Make sure that there are no spaced in the Path to the JVM What JVM are you using? _ Mr Kev McCabe Senior ETV Developer, Interactive Technology Development Application Development Team British Sky Broadcasting First Floor North East, West Cross House Grant Way

RE: Unable to open license.properties

2004-06-03 Thread Robertson-Ravo, Neil (RX)
Hi Kevin, I am suing Sun Java 1.4.2_04.CF starts AOK so I cant see how it's a problem with the path setting otherwise JRun wouldn't start!I have read that this message can be ignored as its built into CF/JRun but I need to clarify. Thanks Neil From:

Re: javascript Onchange() function?

2004-06-03 Thread Thomas Chiverton
On Tuesday 01 Jun 2004 19:35 pm, Philip Arnold wrote: There are 2 ways of doing this: 1) Store all of the query information in the page and let _javascript_ do the filtering 2) Submit the data back to the server and let CF get the shortened version of the query and re-present the form Well

Re: No JDBC data sources

2004-06-03 Thread Dick Applebaum
'Cause you configured the datasources with CFAdmin rather than JRMC, perhaps? HTH Dick On Jun 3, 2004, at 6:17 AM, Robertson-Ravo, Neil (RX) wrote: Hey, while I am on the subject of going through my log files! I am also getting the error below which doesn't look good: No JDBC data sources

Re: upload a file explanation

2004-06-03 Thread daniel kessler
Yeah that line checks it, and the previous stuff uploads it.But they're not in unison.The upper code does the upload, then this check happens after ituploads.There's nothing in this cfif that says well if it fails, don't do the upload or if it's fine, finish the upload process. That's the crux of

Help with accessing PDF files in DB

2004-06-03 Thread Monique Boea
What is the best way to display a list of PDFs and allow a user to click on the link and open the PDF? Here is the current code: a href="" > openFile('#variables.sponsorreports_url#liability/#htmleditformat(qGetReport List.tFilename)#')#htmleditformat(qGetReportList.tFilename)#/a And it doesn't

Why did this suddenly break

2004-06-03 Thread Mark Leder
Hi all, Using MX6.1 Win 2003 server, J2EEsessionvars enabled. I have a shopping cart, when someone initially goes to the checkout page (to enter first name, last name, etc), a session.ecom structure is created containing empty strings.However, the past few days, the cart acts like it can't find

RE: Returning XML via webservice, cont

2004-06-03 Thread Tom Kitta
Yes, I see the same thing when I view the source, it is a WDDX pocket. It is the way CF is sending the XML to the browser as XML encapsulated in WDDX. You can always write the XML to a file and then you get straight XML. Why this would beproblem for your application? TK -Original Message-

RE: javascript Onchange() function?

2004-06-03 Thread Pascal Peters
Which isessentially version 2 (except that you don't have to load the entire form a second time) -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juni 2004 15:28 To: CF-Talk Subject: Re: _javascript_ Onchange() function? On Tuesday 01 Jun 2004

RE: Unable to open license.properties

2004-06-03 Thread Kev McCabe
The only other thing that may cause this is the \ / in the error may give a clue to why it can't open it. HTH _ Mr Kev McCabe Senior ETV Developer, Interactive Technology Development Application Development Team British Sky Broadcasting First Floor North East, West

Re: Blackstone - Toronto CFUG notes

2004-06-03 Thread David Fafard
I looked at it. seems you need to lock into visual studio .net 2003 / sql server to build edit and deploy the reports. dave - Original Message - From: Robertson-Ravo, Neil (RX) To: CF-Talk Sent: Thursday, June 03, 2004 7:55 AM Subject: RE: Blackstone - Toronto CFUG notes Hey Steve,

Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
I got a RE that I have modified in order to parse some HTML and to only keep tag starting with a “input”, “select” or “textarea, however I am struggling with it. I have some HTML: table width=100%border=0 cellspacing=0 cellpadding=0 tr tdinput type=file name=file_1 value=file_1/td tdinput

Re: upload a file explanation

2004-06-03 Thread Massimo Foti
Yeah that line checks it, and the previous stuff uploads it.But they're not in unison.The upper code does the upload, then this check happens after ituploads.There's nothing in this cfif that says well if it fails, don't do the upload or if it's fine, finish the upload process. That's the

RE: Help with accessing PDF files in DB

2004-06-03 Thread Pascal Peters
I can't really say what is going wrong, as the openFile function is not in your code. Why don't you just put the url in the href and add target=_blank to see what happens. If you try to put the generated link directly in the browser, does it work? Pascal -Original Message- From:

Help: CF5 Prof. connecting to Oracle with Merant

2004-06-03 Thread Frank Mamone
I have setup a ODBC connection usingMerant 3.7 OEM drivers in the Windows Datasource Admin. It connects properly. However, in CF ADMIN it does not connect. The proper username and password have been entered. I'll keep searching the archives etc, but if you have heard of such a problem please let

Re: Blackstone - Toronto CFUG notes

2004-06-03 Thread Alexander Sherwood
At 09:42 AM 6/3/2004, you wrote: I looked at it. seems you need to lock into visual studio .net 2003 / sql server to build edit and deploy the reports. Yup. The visual Studio.NET is a deal breaker. But, doesn't CS.NET just generate RDF, which is a well known XML vocabulary? You could write the

RE: Regular Expression and HTML

2004-06-03 Thread Pascal Peters
Add [^]* at the end of the regexp. If you are on mx, you can write a shorter regexp!! -Original Message- From: jean-marc bottin [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juni 2004 15:45 To: CF-Talk Subject: Regular _expression_ and HTML I got a RE that I have modified in order

Re: He3 community input (undo after closing file)

2004-06-03 Thread Matt Liotta
Eclipse already has built-in support for that. Additionally, Eclipse has built-in support for retaining differences in files across saves. You could even several weeks later compare the differences between the current file and saved version from some time ago. This is in addition to any

RE: Unable to open license.properties

2004-06-03 Thread Robertson-Ravo, Neil (RX)
Hmmm, well the JVM path can only be inserted with a / in the name via the IDE otherwise it will fail.strange _ From: Kev McCabe [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 14:42 To: CF-Talk Subject: RE: Unable to open license.properties The only other thing that may cause this is

Help with accessing PDF files in DB

2004-06-03 Thread Monique Boea
Here is the open file function...and this doesn't work either a href=""> #htmleditformat(qGetReportList.tFilename)#/a SCRIPT LANGUAGE=_javascript_ TYPE=text/_javascript_ !-- function openFile(URL) { leftpos = screen.width - 560 toppos = 20 open_window =

Re: Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
It works, thank you very much. Jean-Marc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: upload a file explanation

2004-06-03 Thread daniel kessler
Thansk massimo.That validates my sanity (as far as this code goes). I'll keep giving it and the surrounding page a look. Ah! Sorry, instead of reading the whole code I focused my attention on the cfif blocks that checks the HTTP headers and forget the rest :-) Yes, the code you posted doesn't

Re: Regular Expression and HTML

2004-06-03 Thread jean-marc bottin
It works, thank you. Jean-Marc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Regular Expression and HTML

2004-06-03 Thread Pascal Peters
On mx: regexp = (?!/?(input|textarea|select|option)\b).*?; newtxt = REReplaceNoCase(txt,regexp,,all); -Original Message- From: jean-marc bottin [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juni 2004 16:06 To: CF-Talk Subject: Re: Regular _expression_ and HTML It works, thank you

RE: Help with accessing PDF files in DB

2004-06-03 Thread Pascal Peters
What is the url to the directory where the pdf is located? Looks like it is missing!! a href=""> target=_blank#htmleditformat(qGetReportList.tFilename)#/a -Original Message- From: Monique Boea [mailto:[EMAIL PROTECTED] Sent: donderdag 3 juni 2004 16:01 To: CF-Talk Subject: Help with

Fwd (didn't seem to go through): eclipse install

2004-06-03 Thread Matt Liotta
-Matt Begin forwarded message: From: Matt Liotta [EMAIL PROTECTED] Date: June 2, 2004 10:01:15 PM EDT To: [EMAIL PROTECTED] Subject: Re: eclipse install He3 is built on top of Eclipse 3, which hasn't been released yet. However, I am happy to report that we have kept close tabs on the

Re: He3 community input (undo after closing file)

2004-06-03 Thread Rob
On a side note you can download cfeclipse right now. http://cfeclipse.tigris.org On Thu, 2004-06-03 at 06:54, Matt Liotta wrote: Eclipse already has built-in support for that. Additionally, Eclipse has built-in support for retaining differences in files across saves. You could even several

ImageMagick

2004-06-03 Thread chad
Has anyone tried or is currently using the ImageMagick tag that was created by Alagad? If so I am trying to set it up and it is not working. I could use some help. Thanks Chad [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Unable to open license.properties

2004-06-03 Thread Kev McCabe
One area to look at is in D:\CFusionMX\runtime\bin\jvm.config Have at look at java.home this could shed some light on it for you. I wouldn't use the CF Admin to edit the JVM as I've known this to cuase issues to hand edit it. HTH _ Mr Kev McCabe Senior ETV

Re: ImageMagick

2004-06-03 Thread George Abraham
Yeah, Same thing happened to me. So I just used a straight cfexecute on the ImageMagick exe file with appropriate timeout attributes. Speaking of which, what are the problems (performance/otherwise) with using cfexecute like that? George At 10:22 AM 6/3/2004, chad wrote: Has anyone tried or

Base 64 encoding hexadecimal string

2004-06-03 Thread Bob Jacoby
I need to hash a string using sha-1 and then base64 encode the result. This is required to interoperate with another agency who's using java to do the same. We're hashing correctly and getting a hexadecimal string back (need hex since may contain non-ascii characters). However, we can't feed the

RE: Regular Expression and HTML

2004-06-03 Thread Jean-Marc Bottin
Even better, wouaw! Thanks, Jean-Marc -Message d'origine- De : Pascal Peters [mailto:[EMAIL PROTECTED] Envoy : jeudi 3 juin 2004 16:08 : CF-Talk Objet : RE: Regular _expression_ and HTML On mx: regexp = (?!/?(input|textarea|select|option)\b).*?; newtxt =

Replication/Synchronization across servers not on the same network

2004-06-03 Thread Burns, John D
I'm facing an upcoming project that will have the following scenario and I'm trying to figure out what the best solution would be: 2 servers in separate locations with the same website actively operating on both servers.The website allows for uploads of files and images to the server.The files

Re: ImageMagick

2004-06-03 Thread chad
George, What does you CF Tag look like? Mine is below cf_magicktag inputtype=file inputfile=#ExpandPath('image1.jpg')# timeout=100 action="" outputType=file outputfile=#ExpandPath('outputimage1.jpg')# debug=Yes cf_magickaction action="" width=300 height=200 /cf_magicktag Then in

Re: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Damien McKenna
At my last job a pseudo-coworker created a mirroring system written in PHP that was a custom HTTP daemon client designed to distribute files across multiple servers. The core script was used to request a file download.You'd have multiple servers, e.g. server1, server2 and server3.If Joe

Re: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Thomas Chiverton
On Thursday 03 Jun 2004 15:30 pm, Burns, John D wrote: 2. Use an FTP program that will allow scheduling and synchronization to Unsurprisingly, a problem that has been solved many times before in the shape of rsync. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

OT: SQL Enterprise Manager

2004-06-03 Thread Eric Creese
I got developers that are restricted in my production database. They have simple SELECT, INSERT, DELETE, and UPDATE rights.They also only have the public role. I want to give them the ability to see jobs in Enterprise Manager because right now they can not see them. What role or setting do I need

Mach II and whitespace

2004-06-03 Thread Pete Ruckelshaus - CFList
I'm starting to evaluate Mach II as a framework.It throws a LOT of whitespace at the top of docs.Is there a version available that does a better job of managing whitespace, or are there specific techniques that people use to manage whitespace?I know it sounds pretty anally-retentive, but after

Re: ImageMagick

2004-06-03 Thread George Abraham
Like I said, I did not use the cfMagick tag at all. All I did was use the cfexecute tag cfexecute name=c:\Program Files\ImageMagick-5.5.2-Q8\convert.exe arguments=#replace(actionString, '', '', All)# timeout=100 This is after all what the cfMagick tag does in the end. Read the ImageMagick

Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
I inherited a site that uses session variables to track users' paths through the site and to handle the Admin login section.The code worked fine until yesterday when it suddenly stopped working.The only information I get is Processing Error.Does anyone have any idea why it suddenly stopped

RE: Mach II and whitespace

2004-06-03 Thread Ben Densmore
The best way is to use cfcontent reset=true / in your final display view. So if you have a view called main.cfm that does all your final displaying, at the top of that file you would use the cfcontent tag. It works great. You can also check out Phil Cruz's site at http://www.mach-ii.info

Re: caching..

2004-06-03 Thread Doug James
I have had similar problems while developing an application on MX 6. I ended up finding where the generated .class files are stored and would delete them manually when this occurred. It was very intermittent and nothing I could get a handle on. Doug techmike wrote: Well just an update..I got

RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Burns, John D
Tom, Is that basically FTP or is it some other protocol?Is it a *nix only app or will it work on Windows? John Burns -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:41 AM To: CF-Talk Subject: Re: Replication/Synchronization across

Re: Mach II and whitespace

2004-06-03 Thread Alexander Sherwood
At 10:49 AM 6/3/2004, you wrote: I'm starting to evaluate Mach II as a framework.It throws a LOT of whitespace at the top of docs.Is there a version available that does a better job of managing whitespace, or are there specific techniques that people use to manage whitespace?I know it sounds

RE: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
I played with some of the error handling and was able to get a little more information. The message says Application.applicationName is in a scope that contains data shared across threads and cannot be accessed without an active lock. I know very little about session variables and locking.Does

Re: Unable to open license.properties

2004-06-03 Thread Doug James
Check the permissions on the file. Doug Robertson-Ravo, Neil (RX) wrote: I am getting an error in the logs ofWarning Unable to open D:\CFusionMX\runtime/lib/license.properties.I have recently upgraded our JVM which is installed on D: and so is CFMX. Any one know where the setting/path is to

Re: Mach II and whitespace

2004-06-03 Thread Ben Densmore
Whitespace has been an issue all along. They fixed it somewhat in the latest release but the framework still has a lot of whitespace. Ben -Original Message- From: Alexander Sherwood [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:04 AM To: CF-Talk Subject: Re: Mach II and

Russian Charset 1251 - MX and SQL server

2004-06-03 Thread Jim Curran
Hello All, I have searched over and over again, but cannot get my problem solved.Any insight would help greatly. Currently, I have data in a SQL Server DB that has data in the windows-1251 charset. I have the output working properly.My problem lies in the insertion of data using an

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread Deanna Schneider
Sounds like the server admins just turned on strict locking validation. Have you talked to them? - Original Message - From: KeAnne Hoeg The message says Application.applicationName is in a scope that contains data shared across threads and cannot be accessed without an active lock.

RE: Unable to open license.properties

2004-06-03 Thread Robertson-Ravo, Neil (RX)
Nope, its not in therethe weird thing is that its all working as an Enterprise Server (the .properties file is used to determine this). This must be something inbuilt to JRun N _ From: Kev McCabe [mailto:[EMAIL PROTECTED] Sent: 03 June 2004 15:25 To: CF-Talk Subject: RE:

Re: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Thomas Chiverton
On Thursday 03 Jun 2004 16:04 pm, Burns, John D wrote: Is that basically FTP or is it some other protocol?Is it a *nix only ISTR it runs using rsh by default, but supports just about anyother protocol too. app or will it work on Windows? Started of as *nix, but these days things run fairly

RE: Session Variables Suddenly Stopped Working

2004-06-03 Thread Semrau Steven Ctr SAF/IE
You may want to see if the CF Admin set strict locking validation otherwise; I don't really see why you would throw that error off-hand (assuming you are on CF5?) however I would suggest some changes: cfapplication name=solarcenter sessionmanagement=Yes clientmanagement=Yes

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread Jamie Jackson
Sounds like a change was made from the CF Admin -- a change that now requires you to lock shared scopes. Locking Server/Application/Session scope Full Checking would do this, I think. If you have to live with this global change in the CF Administrator (shared host, or something), then lock all

Re: SUM/Convert string numeric data

2004-06-03 Thread hammerin hankster
And Grind? Cute...thanks for the help. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFMX and non-HTML Paginated Report Generation

2004-06-03 Thread Paige Chandler
Hi Guy, We got back late Tuesday night.All went pretty well. Got about 1256 email messages. Just finished downloading.Haven't had time to read any but thanks for all the appropriate email.I expect to be working on the web reporting issue this month, maybe even in the next week or so. You know

Re: SUM/Convert string numeric data

2004-06-03 Thread Bryan F. Hogan
Some of us can't read every mail message that comes through the system. This was a pun to get you to mail your message again. Mail the message again and I promise I will try and help! hammerin hankster wrote: And Grind? Cute...thanks for the help. [Todays Threads] [This Message]

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
I did talk to the server admin, and she hadn't changed any of the settings recently, but when I checked the CF Administrator on our test site (which works), I noticed that the locking information was set differently, so I changed the lock settings in the production CF Administrator from Full

Controling spider access

2004-06-03 Thread [EMAIL PROTECTED]
My company has an affiliate program set up with other webmasters.The webmasters put a banner on their site that links to ours with a unique referral ID.The problem we are having is that several search engines are spidering these other sites and then following the links from them to our site.This

RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Douglas.Knudsen
on a windows server?checkout FRSbuilt into windows servers, used it here before, worked fine. Doug -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 10:31 AM To: CF-Talk Subject: Replication/Synchronization across servers not on the same

cfinclude outside of site document root?

2004-06-03 Thread Damien McKenna
Is it possible to cfinclude a file from outside of a site's configured document root (in IIS)?At work we have about six different sites between intranet and internet sites and many of them share some basic information (company name, address, some standard URLs, etc).Is this possible?Thanks. --

path to uploaded file

2004-06-03 Thread Daniel Kessler
I have my file uploaded to a directory that is two levels up from my upload cfm and I'm trying to get it's path through: cfset CurrentDir=GetDirectoryFromPath(ExpandPath(../../images/)) cfset dest = /#CurrentDir#calendar_uploads/ cfset image_path =

Re: Russian Charset 1251 - MX and SQL server

2004-06-03 Thread Paul Hastings
welcome to the nightmare of codepage encoding. problems, my client wants me to use the 1251 charset.After poking around the net, almost all russian sites use 1251 and not utf-8, so i understand the concern. that's hardly true these days. but how do you know windows-1251 was used to enter the

CFC example

2004-06-03 Thread Cutter (CF-Talk)
I need a good example of an object CFC. One with get and set methods, etc. Anyone? Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

need to edit the Text File

2004-06-03 Thread Asim Manzur
I have a quick quesiton I have a text file which can have upto 10 lines something like below. The | is the delimeter. Title:|Story|Link|Target What I need to do is Have to edit those lines as well as insert the new lines at the bottom. How this can be done through CFFILE. (I think thats the

RE: Russian Charset 1251 - MX and SQL server

2004-06-03 Thread Paul Vernon
Jim, I have a commercial tag that does character set conversions, I'm willing to let you have a free trial with it if you wish. Mail me off-list to arrange me sending you a copy if you want to give it a try. Yours Paul [Todays Threads] [This Message] [Subscription] [Fast

edit the text file.

2004-06-03 Thread Asim Manzur
I have a quick quesiton I have a text file which can have upto 10 lines something like below. the | is the delimeter. Title:|Story|Link|Target What I need to do is Have to edit those lines as well as insert the new lines at the bottom. How this can be done through CFFILE. (I think thats the

RE: cfinclude outside of site document root?

2004-06-03 Thread Raymond Camden
Yep, use a cf mapping. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Controling spider access

2004-06-03 Thread Dain Anderson
You could use the META tag for robots: meta name=robots content=noindex,nofollow I'm sure there are other solutions, but this might get you going in the right direction. -Dain [EMAIL PROTECTED] wrote: My company has an affiliate program set up with other webmasters.The webmasters put a

RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread d.a.collie
Replication/Synchronization across servers not on the same network Coming in late as usual. http://www.foldershare.com/ I cannot vouch for this... not sure about the security, reliability etc, but it's on my list of things to check out! -- dc [Todays Threads] [This Message]

OT: Netegrity/Siteminder

2004-06-03 Thread Casey C Cook
Does anyone know why when siteminder intercepts a URL that it would be putting a $SM$ after the target= These extra characters $SM$ are causing the template not to be found. I can remove those characters from the URL and hits the site fine.

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread Dave Carabetta
I did talk to the server admin, and she hadn't changed any of the settings recently, but when I checked the CF Administrator on our test site (which works), I noticed that the locking information was set differently, so I changed the lock settings in the production CF Administrator from Full

Re: path to uploaded file

2004-06-03 Thread cf
dont make it more complicated than it has too be cfset uploads=htdocs/HHPv1/images/calendar_uploads/ I have my file uploaded to a directory that is two levels up from my upload cfm and I'm trying to get it's path through: cfset CurrentDir=GetDirectoryFromPath(ExpandPath(../../images/))

RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Burns, John D
Doug, Can you do FRS across machines that are not on the same network? John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:51 AM To: CF-Talk Subject: RE: Replication/Synchronization across servers not on the same network on a

RE: need to edit the Text File

2004-06-03 Thread Steve Nelson
Try this: cffile action="" file=#expandpath(.)#\somefile.txt variable=myfile cfloop list=#myfile# delimiters=#chr(10)# index=line cfloop list=#line# delimiters=| index=column cfoutput#column#br/cfoutput /cfloop /cfloop Steve Nelson _ From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent:

RE: need to edit the Text File

2004-06-03 Thread Burns, John D
I would say that the problem isn't editing the text file, but rather figuring out where to enter your new information and how to break what you have into structs, etc. You can read the original text file in without a problem using CFFILE. You might want to look at looping over the text using new

RE: cfinclude outside of site document root?

2004-06-03 Thread Steve Nelson
One way you can do it is to create a CF mapping (this is different from an IIS mapping) in the CF administrator. For example /myglobalfiles === d:\inetpub\globalfiles\ cfinclude template=/myglobalfiles/somefile.cfm Steve Nelson _ From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent:

RE: Controling spider access

2004-06-03 Thread Steve Nelson
Most spiders have a specific cgi.user_agent could you check that and disregard those hits? Steve _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 11:54 AM To: CF-Talk Subject: Controling spider access My company has an affiliate program set up with other

Re: Session Variables Suddenly Stopped Working

2004-06-03 Thread KeAnne Hoeg
Thanks for the suggestion, Dave!We'll give that a try. From: Dave Carabetta [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Session Variables Suddenly Stopped Working Date: Thu, 03 Jun 2004 12:27:56 -0400 KeAnne, I don't know the answer to your last

RE: Controling spider access

2004-06-03 Thread Ketan Patel
One more way is if you have all your referral files in particular folder then you can protect using a robots.txt file. Here is an online tool you can use to do that http://www.instantposition.com/robots_txt_file_generator.cfm Thanks, Ketan _ From: Dain Anderson [mailto:[EMAIL PROTECTED]

RE: Base 64 encoding hexadecimal string

2004-06-03 Thread Steve Nelson
I've only used the tobase64() function to encode image files into a string. It took a couple trys before I got it to work right. I'd recommend you first try and get CF to just encode the data, then decode it and make sure it's returning back to normal. If it does that and it still doesn't work

RE: edit the text file.

2004-06-03 Thread Adkins, Randy
Simple: If you need to view the file and edit: Use CFFILE ACTION="" to read the file. Output the contents of the file to a Textarea field Then on the SAVE Function: CFFILE ACTION=""> If you just simple need to add a line to a text file without viewing it first: CFFILE ACTION=""

RE: Replication/Synchronization across servers not on the same network

2004-06-03 Thread Douglas.Knudsen
have to be in the same domain actually.sounds like the other suggestions maybe a better approach then. Doug -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:33 PM To: CF-Talk Subject: RE: Replication/Synchronization across servers not on

Re: Controling spider access

2004-06-03 Thread Todd
This is what we are doing now.How often do these change, if at all? - Original Message - From: Steve Nelson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:39 PM Subject: RE: Controling spider access Most spiders have a specific cgi.user_agent could you

Re: CFC example

2004-06-03 Thread Adam Churvis
I put some good examples of this in The ColdFusion MX Bible, and the code is also on the CD.My examples also handle things like initialization, synchronizing new versus existing objects with its corresponding data in the database, and locking. Respectfully, Adam Phillip Churvis Member of Team

RE: Controling spider access

2004-06-03 Thread Philip Arnold
From: [EMAIL PROTECTED] My company has an affiliate program set up with other webmasters.The webmasters put a banner on their site that links to ours with a unique referral ID.The problem we are having is that several search engines are spidering these other sites and then following

RE: CFC example

2004-06-03 Thread Douglas.Knudsen
ck out http://www.cfczone.org/good stuffs there and a great mail list too. Doug -Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 12:13 PM To: CF-Talk Subject: CFC example I need a good example of an object CFC. One with get and set

Re: path to uploaded file

2004-06-03 Thread daniel kessler
well I can't think of a good reason NOT to do it that way.Though I'm trying to hard-code as little as possible, this isn't any more than the way I was doing it which specified a path for ExpandPath. So, do you think that maybe I should just store the image name in the DB rather than the path to

RE: Russian Charset 1251 - MX and SQL server SOLVED

2004-06-03 Thread Jim Curran
Hey Paul Paul, Thanks for the responses... I actually figured it out... Seems obvious now... but somewhat backwards. All I needed to do was setEncoding(form,windows-1252) yes, 1252, to return the form submission from UTF-8 back to the standard windows charset. It makes sense in

Re: SUM/Convert string numeric data

2004-06-03 Thread hammerin hankster
Some of us can't read every mail message that comes through the system. This was a pun to get you to mail your message again. Mail the message again and I promise I will try and help! Sorry, I'm reading this through the Web site and not email.I'll post teh problem again. [Todays Threads]

Need CFML Mailing List Package Recommendation

2004-06-03 Thread Bob Haroche
A potential client needs a newsletter (broadcast) mailing list solution to allow sign ups, removals, email confirmations, basic checking for email syntax error or duplicate addresses -- all without human intervention. Before writing something from scratch, I googled for existing packages and of

CFMX 6.1 randomly not finding cfc/cfm files that exist

2004-06-03 Thread Justin Hansen
We have been having a very random problem resently. The production server says it can't find a file. The files exist, have not been updated for a long time, and are hit every hundreds, if not thousands of times a day. Also, it's never the same file. The first few instances have been files

  1   2   >