Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Rick Faircloth
I'm working and everything is fine, then kaput! Suddenly CF won't process it's own code. The .cfm page shows up without the code processed just like it would if it were in file mode.CF code is showing, such as #DateFormat(Now(), mmm d, )# without being processed...ideas? When I try to go in

RE: merge data from two queries

2004-07-21 Thread Robertson-Ravo, Neil (RX)
Try: http://www.cflib.org/udf.cfm?ID=1021 http://www.cflib.org/udf.cfm?ID=1021 _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 05:04 To: CF-Talk Subject: Re: merge data from two queries thanks jim!looks interesting, off i go...later. tony On Tue, 20 Jul 2004 20:01:57

Re: CFForm, CFInput, etc not xhtml compatible![ENCRYPTED]

2004-07-21 Thread Greg Stewart
I applied the changes I outlined below sometime last week, but forgot to mention it here. Let me know if there is anything else that I could/should add to the CFCs. Cheers G On Fri, 16 Jul 2004 10:49:31 -0700, Deanna Schneider [EMAIL PROTECTED] wrote: Woops, sorry, I didn't mean to have id in

ColdFusion and design pattens

2004-07-21 Thread Thomas Chiverton
Would anyone be instrested in a community project to develop working examples of common design pattens in CFML, using CFCs / Mach II / FB4 ? Things that seem to be cropping up a lot are passing system wide things like DB names, user objects around - this sounds like it could be solved with a

RE: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread ColdFusion Developer
Check your IIS Settings to make sure you have the CFM parser setup. IIS: Website Properties :Configuration .cfm = D:\CFusion\BIN\ISCF.DLL I am sure it is about the same for CF 4.5.2... _ From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 2:19 AM To: CF-Talk

RE: Retrieve a random record from a database

2004-07-21 Thread James Smith
Is there a MySQL equivalent to this newID() functionality? -- Jay -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: 20 July 2004 22:42 To: CF-Talk Subject: Re: Retrieve a random record from a database as a rule, you should try not to pull more records

RE: Retrieve a random record from a database

2004-07-21 Thread Tim Blair
Is there a MySQL equivalent to this newID() functionality? With MySQL you can pull out one random row by using a combination of ORDER BY RAND() and LIMIT, e.g.: SELECT * FROM myTable ORDER BY RAND() LIMIT 1 Tim. -- --- Badpen Tech - CF and

Re: merge data from two queries

2004-07-21 Thread Cameron Childress
Is it not possible to use a UNION and just do it in the database? -Cameron - Original Message - From: Tony Weeg [EMAIL PROTECTED] Date: Tue, 20 Jul 2004 09:59:55 -0400 Subject: merge data from two queries To: CF-Talk [EMAIL PROTECTED] hello all... if you wanted to take two queries,

Re: merge data from two queries

2004-07-21 Thread Tony Weeg
gratzie! tw -- tony Tony Weeg human. email: tonyweeg [at] gmail [dot] com blog: http://www.revolutionwebdesign.com/blog/ Check out http://www.antiwrap.com to send websites to your friends. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations

Re: CFMX 6.1-Windows authentication failure

2004-07-21 Thread cf coder
thank you all for your help on this. I've got it to work, but it wasn't straightforward. I tried every single trick from the book, but just couldn't get it to work. I got a reply from someone on the coldfusion macromedia forums yesterday and he asked me to refer to this url:

Re: not associated with a trusted SQL Server connection? please help

2004-07-21 Thread cf coder
thank you all for your help on this. I've got it to work, but it wasn't straightforward. I tried every single trick from the book, but just couldn't get it to work. I got a reply from someone on the coldfusion macromedia forums yesterday and he asked me to refer to this url:

Re: not associated with a trusted SQL Server connection? please h elp

2004-07-21 Thread cf coder
thank you for your help on this. I've got it to work, but it wasn't straightforward. I tried every single trick from the book, but just couldn't get it to work. I got a reply from someone on the coldfusion macromedia forums yesterday and he asked me to refer to this url:

Re: Register a dsn in coldfusion code

2004-07-21 Thread Joe Rinehart
Julia, Can you post your code? Here's a sql-server specific function I use: !--- Public Void addSqlDatasource(String Template, String Dsn, String Server, String Database, String Username, String Password) --- cffunction access=public returnType=void name=addDatasource output=false hint=Creates

RE: CFECLIPSE/Eclipse/databases?

2004-07-21 Thread Kola Oyedeji
Mark Other than having to re-start Eclipse, I have never had this problem. Could it be something to do with the OS/version of Eclipse you are using? Kola -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 19 July 2004 15:05 To: CF-Talk Subject: Re:

Re: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Claude Schneegans
This is not a CF problem, but your HTTP server problem. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. [Todays Threads] [This Message]

Re: CFECLIPSE/Eclipse/databases?

2004-07-21 Thread Mark Drew
I amusing Win2k for this particular problem I dont know what it come down to but that seemed to work for me MD On Wed, 21 Jul 2004 13:36:35 +0100, Kola Oyedeji [EMAIL PROTECTED] wrote: Mark Other than having to re-start Eclipse, I have never had this problem. Could it be something to do

Re: ColdFusion TechNote Notification: ColdFusion MX: RemoveOnExcepti on errors in serverlog

2004-07-21 Thread Deanna Schneider
We don't use stored procs extensively. We're moving towards using them more, but they're certainly not the norm. I don't actually see the server logs, but that's what we were told would clear up the strange db-related errors and that's what we did. I'm _assuming_ that it did clear it up, as I

Re: Register a dsn in coldfusion code

2004-07-21 Thread cf coder
hi Julia, what goes in the String Template argument? Julia, Can you post your code? Here's a sql-server specific function I use: !--- Public Void addSqlDatasource(String Template, String Dsn, String Server, String Database, String Username, String Password) --- cffunction

RE: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Rick Faircloth
The OS I'm on is Win 2000 Pro... I went to Start Settings Control Panel Administrative Tools Internet Services Manager Internet Information Services Default WebSite IIS Admin IIS Admin Properties Application Settings Configuration Then under App Mappings I added an extension for .cfm

RE: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Rick Faircloth
I think, perhaps, that's the case too...Seems like I remember that IIS needs to be stopped when CF 4.5 is installed?Jeez, it's been so long since I installed it all, perhaps I'm missing an installation step. So far, no go... Thanks for your help... Rick -Original Message- From: Claude

RE: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Rick Faircloth
Realize, too, that all other page types are processing properly... Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 8:47 AM To: CF-Talk Subject: Re: Why would CF 4.5.2 suddenly stop processing pages? This is not a CF problem, but

Re: merge data from two queries

2004-07-21 Thread Tony Weeg
so, that udf merges data , i need it to add values in the merge column, when it finds a match in the keycolumn.any idea if thats possible? tw On Wed, 21 Jul 2004 07:45:17 -0400, Tony Weeg [EMAIL PROTECTED] wrote: gratzie! tw -- tony Tony Weeg human. email: tonyweeg [at] gmail

Re: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Ben Frame
Yeah, it sounds like your webserver is losing its configuration somehow.I'd check the config file for your webserver, and compare it to another webserver that's still working (httpd.conf for Apache, obj.conf for iPlanet, etc...).If you run into specific questions there, post them back to the list.

Anti-Virus Software on a Server

2004-07-21 Thread Mike Chabot
I am wondering people's thoughts on the idea of having anti-virus software running on a ColdFusion server? My opinion is that this is not a good idea. Other experienced server admins have told me that Norton AV slows down the performance of a Web server to an unacceptable degree. In my

Re: MediaPlayer

2004-07-21 Thread Dick Applebaum
Rick I have been playing with QuickTime and I think I can get it to do everything I (or you) want. Currently I an using the browser plugin a popup window. I also have been able to use the QT Player desktop app. You can select a song (or movie) from a browser page. You can play it inline, in

Re: Anti-Virus Software on a Server

2004-07-21 Thread Ben Doom
We run AV on our servers for a couple of reasons. 1)AV does tend to update to block new IIS, SQL, etc. virii before MS gets the affected software patched.From experience, I'm gonna give it about a 50% rating on that. 2)It can give some limited protection to our webmail users. 3)It can give some

RE: Why would CF 4.5.2 suddenly stop processing pages?

2004-07-21 Thread Rick Faircloth
What would be the config file to check for IIS? I've got a laptop running Win 2000 Pro, IIS, and CF 4.5.2, also, and the mappings are now the same... Rick -Original Message- From: Ben Frame [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 9:45 AM To: CF-Talk Subject: Re: Why

increase session time

2004-07-21 Thread Robert Orlini
I'm getting into the programming of CF OK. I work with sessions but am a bit confused on its setup. In the application.cfm file I have this: CFApplication name=check sessionmanagement=Yes sessiontimeout=#createTimeSpan(0,0,45,0)# It should timeout at 45 minutes but it seems shorter than that. Is

Re: Anti-Virus Software on a Server

2004-07-21 Thread Matthew Fusfield
We've run into numerous problems with CF and SQL servers running any kid of real-time scanning. Most of our servers are scanned nightly or weekly during off-peak usage. This is part of a larger security policy that protects the servers as well - no one may use a server as a semi workstation and do

RE: cftreeitem Duplicate Parent Name Problem

2004-07-21 Thread Mike Nimer
The problem is CFTREE now builds the tree based on what you say using the parent attribute, not the position of the child tags. And unfortunately with that change we can't guess which Projects parent you meant. But there is a solution, there is a display attribute you can use. What you need is to

RE: Anti-Virus Software on a Server

2004-07-21 Thread Burns, John D
While AV Software may not protect against windows and other security holes, if your CF server allows any uploads of files or anything, I'd definitely say AV Software is a GOOD THING. John -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004

Re: Anti-Virus Software on a Server

2004-07-21 Thread Doug White
There are reasons to run a good A/V application on a server, as while the most visible method of virus propagation is via email, there are still plenty that infect (compromise) servers via UDP and other unprotected ports.The SQL Slammer worm is but one of these. A good firewall is also a near

RE: increase session time

2004-07-21 Thread Lofback, Chris
Check the CF Admin session timeout.It controls the upper limit for session timeouts defined by the CFAPPLICATION tag.You will need to set it higher if you want longer session timeouts.I believe the default is 20 minutes. Chris -Original Message- From: Robert Orlini [mailto:[EMAIL

Re: increase session time

2004-07-21 Thread Doug James
The cf-admin setting 'Default Timeout' - 'Session Variables' (found under memory variables on CFMX) is actually the maximum setting and not just a default. If you want longer sessions you can either set the cf-admin setting high and then lower in the application.cfm or you can use some

Re: Anti-Virus Software on a Server

2004-07-21 Thread Jochem van Dieten
Mike Chabot wrote: Other experienced server admins have told me that Norton AV slows down the performance of a Web server to an unacceptable degree. That might very well be an implementation / configuration issue. For instance, it can make quite some difference if you scan files on read or

Re: cftreeitem Duplicate Parent Name Problem

2004-07-21 Thread Simon Whittaker
I have had loads of problems with cftree - including client issues with incorrect java versions etc etc We replaced any cftrees we had with cf_treecontrol from: http://www.cftagstore.com/tags/cftreecontrol.cfm It costs $40 but is well worth it. Cheers Simon On Wed, 21 Jul 2004 10:25:39

JRunScripts Folder / Virtual Directory

2004-07-21 Thread Robertson-Ravo, Neil (RX)
Hey All, What is the scoop with the JRunScripts folder?Is this actually required in IIS?I am not 100% confident running this if its not required...I did notice that all of these files have read acess disabled so I suppose that's a good thing! N This e-mail is from Reed Exhibitions

UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
I have had a problem a couple times when I've tried to put a UDF within a custom tag. CF insists that the function has been declared more than once. I figured this was because of the sort of doubling effect the start/end execution modes have, but the problem persists even when I have cfif

Server Side Printing from Coldfusion

2004-07-21 Thread James Smith
Is it even possible to print a word document server side?I have hunted high and low for information on this and have found nothing but I am sure one of you has tried to do this before! -- James Smith [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: Anti-Virus Software on a Server

2004-07-21 Thread Howie Hamlin
You can always do on-demand scanning from ColdFusion via PrismAV. Just a thought. Regards, Howie - Original Message - From: Burns, John D To: CF-Talk Sent: Wednesday, July 21, 2004 10:28 AM Subject: RE: Anti-Virus Software on a Server While AV Software may not protect against

possible bug - studio rds

2004-07-21 Thread Mark A. Kruger - CFG
Hey - try this. create a folder on a remote RDS server called help that is inside your web root.Then, using cf studio or homesite, right-click on a file with a long name (longer than 9 characters) and choose copy to - then try to copy that file to the help folder on the remote machine. Does anyone

RE: UDF within a Custom Tag

2004-07-21 Thread Robertson-Ravo, Neil (RX)
You are getting this error as by default Custom Tags are called twice internally AFAIK.. _ From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 16:25 To: CF-Talk Subject: UDF within a Custom Tag I have had a problem a couple times when I've tried to put a UDF within a custom

Re: UDF within a Custom Tag

2004-07-21 Thread Raymond Camden
Are you still running 6.0? I believe they fixed this in 6.1. In 6.0 I resorted to either using request scoped vars or using code to cfinclude the UDF when executionmode=start. Also, if you just want the tag to run in start mode, you can simply put this at the end of your custom tag: cfexit

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 16:38:03 +0100, in cf-talk you wrote: You are getting this error as by default Custom Tags are called twice internally AFAIK.. So are UDFs not allowed within Custom Tags? I also tried wrapping the function declaration in a testing conditional: cfif not isdefined(doOption)

RE: UDF within a Custom Tag

2004-07-21 Thread Robertson-Ravo, Neil (RX)
Yeah...see Ray's comments...I skipped 6.0 out altogetheras it was way too unstable!Ray is the man he is Mr UDF ;-) _ From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 16:52 To: CF-Talk Subject: Re: UDF within a Custom Tag On Wed, 21 Jul 2004 16:38:03 +0100, in cf-talk you

Re: UDF within a Custom Tag

2004-07-21 Thread Ben Doom
I'd set a request-scoped variable just before or after my function declaration (ie request.functionnameIsDeclared or something else you'll never use anywhere else) and check for its existence. --Ben Jamie Jackson wrote: On Wed, 21 Jul 2004 16:38:03 +0100, in cf-talk you wrote: You are

Re: Server Side Printing from Coldfusion

2004-07-21 Thread Ben Doom
Many third-party print spoolers let you have a hot folder that you could use CFFILE to drop a document into. Not sure if that's precicely what you're looking for, but I hope it helps anyway. --Ben James Smith wrote: Is it even possible to print a word document server side?I have hunted

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 10:45:21 -0500, Raymond Camden [EMAIL PROTECTED] wrote: Are you still running 6.0? I believe they fixed this in 6.1. Nope, running 6.1. Any ideas with that in mind? Might I be doing something wrong? In 6.0 I resorted to either using request scoped vars or using code to

Re: UDF within a Custom Tag

2004-07-21 Thread Raymond Camden
This is not true. If you do cf_foo it will certainly NOT run twice. It will only run twice if youcf_foo / or cf_foo/cf_foo On Wed, 21 Jul 2004 16:38:03 +0100, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: You are getting this error as by default Custom Tags are called twice internally

Re: Server Side Printing from Coldfusion

2004-07-21 Thread Mark Drew
Not sure if this would work, but I remember that with ASP for example you could start an object on the server... such as Word. I am sure that you can dothis with CF and then tell that object to do something (like print) otherwise you could just do CFEXECUTE and pipe whatever you want to lpt1 :)

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 12:00:48 -0400, Ben Doom [EMAIL PROTECTED] wrote: I'd set a request-scoped variable just before or after my function declaration (ie request.functionnameIsDeclared or something else you'll never use anywhere else) and check for its existence. --Ben Doh! Why didn't I think

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 12:11:13 -0400, in cf-talk you wrote: On Wed, 21 Jul 2004 10:45:21 -0500, Raymond Camden [EMAIL PROTECTED] wrote: Are you still running 6.0? I believe they fixed this in 6.1. Nope, running 6.1. Any ideas with that in mind? Might I be doing something wrong? Whoops, I forgot

Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
I am still getting daily crashes, today our webserver has crashed twice. Today what happened the first time was that IIS 5.0 (on win2k) crashes and was automatically restarted by the service recovery setting. However, the connection to Jrun was lost and requests to cfm pages returned the unable

RE: UDF within a Custom Tag

2004-07-21 Thread Robertson-Ravo, Neil (RX)
Yeah, sorry ray...I just seen Tag Execution but and whacked on the keyboard ;-) _ From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 17:12 To: CF-Talk Subject: Re: UDF within a Custom Tag This is not true. If you do cf_foo it will certainly NOT run twice. It will only run

RE: Still having trouble making CFMX stable

2004-07-21 Thread Robertson-Ravo, Neil (RX)
Are you saving your class files?Is your server fully patched? We had a nightmare with MX behaving badly when we first installed it but it all seems fine now after a few tweaks and debug effort... We found that it was out client vars causing problems when stored in the registry.. _ From:

RE: UDF within a Custom Tag

2004-07-21 Thread Kola Oyedeji
I believe this is a known bug - stumbled across it myself a while back. Since then I have resorted to declaring udfs outside a tag Kola -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED] Sent: 21 July 2004 17:17 To: CF-Talk Subject: Re: UDF within a Custom Tag On Wed,

RE: JRunScripts Folder / Virtual Directory

2004-07-21 Thread Dave Watts
What is the scoop with the JRunScripts folder?Is this actually required in IIS?I am not 100% confident running this if its not required...I did notice that all of these files have read acess disabled so I suppose that's a good thing! I think it's needed by anything that uses the JRun

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 12:00:48 -0400, in cf-talk you wrote: I'd set a request-scoped variable just before or after my function declaration (ie request.functionnameIsDeclared or something else you'll never use anywhere else) and check for its existence. --Ben That's a great idea, and one I

RE: JRunScripts Folder / Virtual Directory

2004-07-21 Thread Steven Erat
The IIS virtual path for JRunScripts is needed for the JRun ISAPI filter. If JRun ISAPI filter makes a match, it uses /JRunScripts/jrun.dll For example, if the jrun.ini parameter for ignoresuffixmap is set to false, then if J2EE sessions are used and jsessionid is in the URL, the JRun ISAPI

Send Fax through Internet

2004-07-21 Thread Anne Girardeau
I'm interested in setting up an application that will allow news releases to be faxed to various media outlets.My question is, does anyone know of a good application or service that will allow me to accomplish this?Any help would be appreciated. --Anne [Todays Threads] [This Message]

RE: Send Fax through Internet

2004-07-21 Thread Katz, Dov B (IT)
I once looked into this for a friend, and came across this: http://www.faxaway.com HTH -dov Dov Katz Enterprise Client Technology Morgan Stanley 750 7th Avenue | 34th Floor | NYC 10019 [EMAIL PROTECTED] _ From: Anne Girardeau [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 17:36:07 +0100, in cf-talk you wrote: I believe this is a known bug - stumbled across it myself a while back. Since then I have resorted to declaring udfs outside a tag Kola Darn, should have been easy to have private methods in Custom Tags. Oh well, thanks for the sanity

RE: Send Fax through Internet

2004-07-21 Thread Tangorre, Michael
I'm interested in setting up an application that will allow news releases to be faxed to various media outlets.My question is, does anyone know of a good application or service that will allow me to accomplish this?Any help would be appreciated. Check out Captaris.com Awhile back at a

Re: Send Fax through Internet

2004-07-21 Thread Mark Drew
Again, dont quote me on this, but one of the windows services is the fax gateway service, I am sure you could set up a windows box as a fax gateway? MD On Wed, 21 Jul 2004 12:53:57 -0400, Tangorre, Michael [EMAIL PROTECTED] wrote: I'm interested in setting up an application that will allow

Re: Dinowitz_Debug

2004-07-21 Thread Philip Arnold
Found an error: Unable to write CFFORM _javascript_ functions. The error occurred in C:\CFusionMX\wwwroot\WEB-INF\debug\dinowitz_debug.cfm: line 372 I'm using lots of CFFLUSH tags, so it can't get to the header [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Ecommerce site work...

2004-07-21 Thread Wayne Burlingame \(wburling\)
Hello, I am not sure if there was a mail alias at HOFto direct this to.So please don't be peeved, maybe you can direct me to some good sites? Is there a place anyone knows of where I can find a (mostly) pre-made eCommerce web-site for sale? I need a login, shopping cart, dynamic database,

Re: MySQL cfqueryparam single quote problem

2004-07-21 Thread Philip Arnold
Not sure if this has been answered (Gmail hasn't grouped any responses) Anyways, CFQUERYPARM can have a problem with putting functions inside of it's VALUE attribute, so I'd say do the UPPER() before you run the query, and then use that HTH On Mon, 19 Jul 2004 11:42:26 -0400, Chris Gottshall

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
Thanks Dov.This looks relatively promising.However, since I work for a state agency that's very tight-fisted with its money, I may have a hard time convincing them the 11 cents a minute charge would be worth it. --Anne I once looked into this for a friend, and came across this:

RE: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
I've installed almost all the patches. All the ones that look like the are relevant and would cause major issues. I might just go ahead and install the rest of them tonight (dev server first) just to be sure. I don't really know what else to check because I am not seeing jack in the logs..

RE: Ecommerce site work...

2004-07-21 Thread Ray Champagne
Miva Merchant is a pretty good 'out of the box' app that we have used before. There is a pretty good user group out there for them too. http://www.miva.com At 01:05 PM 7/21/2004, you wrote: Hello, I am not sure if there was a mail alias at HOFto direct this to.So please don't be peeved, maybe

Re: Ecommerce site work...

2004-07-21 Thread Bryan Stevenson
There are so many offerings like you describe it's not even funny.Most ISPs offer some kind of out-of-the-box shopping vart enabled template based site setup.there are also loads of companies selling the same idea. I'm sure others on this list may have some specific products to point you

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
Thanks Mike.I took a look around but I wasn't able to find the API you were referring to. Would you happen to know what fees Captaris charges for their service? Thanks so much, --Anne I'm interested in setting up an application that will allow news releases to be faxed to various media

Re: UDF within a Custom Tag

2004-07-21 Thread Qasim Rasheed
What about using isCustomFunction() or isFunction from http://cflib.org/udf.cfm?ID=286 Qasim - Original Message - From: Jamie Jackson [EMAIL PROTECTED] Date: Wed, 21 Jul 2004 11:51:39 -0400 Subject: Re: UDF within a Custom Tag To: CF-Talk [EMAIL PROTECTED] On Wed, 21 Jul 2004 16:38:03

Re: Anti-Virus Software on a Server

2004-07-21 Thread Mike Chabot
There are reasons to run a good A/V application on a server, as while the most visible method of virus propagation is via email, there are still plenty that infect (compromise) servers via UDP and other unprotected ports.The SQL Slammer worm is but one of these. A good firewall is also a near

DB field setup

2004-07-21 Thread Daniel Kessler
I had a dropdown that had three entries: kinesiology, family studies, public and community health.So in my Oracle DB, I had a field TYPE VARCHAR2(100) to take that information, as is.Now I find that someone can be in more than one spot, so instead of a dropdown, I now have a checkbox for each

Re: Anti-Virus Software on a Server

2004-07-21 Thread Mike Chabot
While AV Software may not protect against windows and other security holes, if your CF server allows any uploads of files or anything, I'd definitely say AV Software is a GOOD THING. John I am not suggesting that people should stop running AV software. Rather, I am making the case that realtime

RE: DB field setup

2004-07-21 Thread Burns, John D
Seems like you need a lookup table (in case the possibilities ever increase from 3 to X).Then you can either store the IDs in a comma-delimited list or do another lookup table where you insert the userID and the type they are.Then each user can be in multiple places. John -Original

Re: Send Fax through Internet

2004-07-21 Thread Jeff Langevin
http://www.protofax.com/ We never needed it, but it came with AbleCommerce.There's a licensing fee, but it has a custom tag to connect it to your CF apps. --Jeff On 7/21/2004 1:15 PM, Anne Girardeau wrote: Thanks Mike.I took a look around but I wasn't able to find the API you were

RE: Anti-Virus Software on a Server

2004-07-21 Thread Burns, John D
I can see what you're saying there.I agree with an earlier post then that you should at least have an active scan of certain directories (where uploads occur). John -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 1:53 PM To: CF-Talk

Re: Still having trouble making CFMX stable

2004-07-21 Thread Pete Freitag
Brook, If you think that the problem is memory related, then there are also some other things that can be taking up memory besides application variables. Take a look at cached queries, session variables (you may want to lower timouts, or use them less), your template cache may be too large.

Re: UDF within a Custom Tag

2004-07-21 Thread Jamie Jackson
On Wed, 21 Jul 2004 13:29:40 -0400, in cf-talk you wrote: What about using isCustomFunction() or isFunction from http://cflib.org/udf.cfm?ID=286 Qasim I just tried your suggestion, and it behaved the same as if I didn't have the conditional in there at all: cfif NOT

RE: Ecommerce site work...

2004-07-21 Thread Rick Faircloth
Opinions on using PayPal for those of us who want to create our own shopping carts, but just need payment processing?Other options that are easy to use for those of us who haven't built any e-commerce sites, but are about to? Rick -Original Message- From: Ray Champagne [mailto:[EMAIL

Re: DB field setup

2004-07-21 Thread daniel kessler
Seems like you need a lookup table (in case the possibilities ever increase from 3 to X).Then you can either store the IDs in a comma-delimited list or do another lookup table where you insert the userID and the type they are.Then each user can be in multiple places. While I agree that I probably

Re: Send Fax through Internet

2004-07-21 Thread Andrew Spear
I've been using ProtoFax for about 3 years and it works great.We send out a bunch of faxes every day and it's held up nicely.The best part is that it will take HTML and convert it to a fax.So you can basically just do a CFSaveContent around some HTML/CF code and save the file to the ProtoFax drop

Re: Ecommerce site work...

2004-07-21 Thread Damien McKenna
On Jul 21, 2004, at 1:05 PM, Wayne Burlingame ((wburling)) wrote: where I can find a (mostly) pre-made eCommerce web-site for sale? Seeing as you are not restricting yourself to CF (I don't know of any CF ones), you might consider osCommerce (http://www.oscommerce.com/). It is a system written

Re: DB field setup

2004-07-21 Thread Jeff Langevin
Use three tables something like what's below.The has multiple entries for each user.HTH. --Jeff tblUsers PK_tblUsers userName firstName ... tblSubjects PK_tblSubjects subject description ... tblUserSubjects FK_tblUsers FK_tblSubjects On 7/21/2004 1:43 PM, Daniel Kessler wrote: I had a

Re: Anti-Virus Software on a Server

2004-07-21 Thread Jochem van Dieten
Mike Chabot wrote: Are people uploading .exe or .vbs files onto the server? Yes. A ColdFusion rule that prevents these files from being saved would be the better strategy, and even this I would consider to be more of a hack attempt than an actual virus. I do not know of any virus that is

RE: DB field setup

2004-07-21 Thread Burns, John D
No, I'm suggesting the following: GROUPS GroupID GroupName 1 Family Studies 2 Kinnesiology USERS UserID UserName 1 John Burns 2 Daniel Kessler USERGROUPS UserID GroupID 1 1 2 1 2 2 Which would mean that John Burns is in Family Studies while Daniel Kessler is in Family Studies and

RE: Ecommerce site work...

2004-07-21 Thread Ketan Patel
SIteDirector from www.quilldesign.com http://www.quilldesign.com/ _ From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 1:08 PM To: CF-Talk Subject: RE: Ecommerce site work... Miva Merchant is a pretty good 'out of the box' app that we have used before. There

Re: Ecommerce site work...

2004-07-21 Thread Robert Munn
Is there a place anyone knows of where I can find a (mostly) pre-made eCommerce web-site for sale Check the Macromedia Exchange: http://www.macromedia.com/cfusion/exchange/ Search for ecommerce, there is a lot of stuff there. [Todays Threads] [This Message] [Subscription] [Fast

Re: Anti-Virus Software on a Server

2004-07-21 Thread Robert Munn
I am wondering people's thoughts on the idea of having anti-virus software running on a ColdFusion server? My company runs AV virus software on our servers. We also run ISS RealSecure Server to protect our critical server infrastructure. That may be above and beyond your needs, but ISS makes

Re: DB field setup

2004-07-21 Thread Deanna Schneider
Daniel, You'd have two new tables: Category (or whatever these things really are) categoryID number PK name varchar2(300) And your join table I usually concat the two names of the other tables so, so imagining these are people here... PersonCategory categoryID number PK FK personID PK FK

Re: Still having trouble making CFMX stable

2004-07-21 Thread Robert Munn
Also, I have been getting crashes where jrun.exe continues to run but all requests for cfm pages return the same unable to connect to jrun error as though the service was not running. IIS did not crash, the connection to jrun was apparently just lost. I believe this is a JRun memory issue, I

Re: Send Fax through Internet

2004-07-21 Thread Anne Girardeau
Andrew, This looks like a potentially good alternative except I don't have a fax modem :(Our IT guys are looking into Captaris to implement organization wide and that of course would solve my problem then and there.If not, however, this may be a good stop gap if I can get a fax modem for the

Re: Still having trouble making CFMX stable

2004-07-21 Thread Robert Munn
BTW I upped the RAM on the servers to 2 GB from 1 GB, adjusted the heap size, and that made a big difference. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
What do you use for load Balancing? At 12:16 PM 7/21/2004, you wrote: Also, I have been getting crashes where jrun.exe continues to run but all requests for cfm pages return the same unable to connect to jrun error as though the service was not running. IIS did not crash, the connection to

Re: Still having trouble making CFMX stable

2004-07-21 Thread Brook Davies
I'm curious, does an application become more unstable as its memory usage grows? Is there a potential for more problems when an application holds on to large amounts of memory. Brook At 11:09 AM 7/21/2004, you wrote: Brook, If you think that the problem is memory related, then there are also

RE: Send Fax through Internet

2004-07-21 Thread Tangorre, Michael
Andrew, This looks like a potentially good alternative except I don't have a fax modem :(Our IT guys are looking into Captaris to implement organization wide and that of course would solve my problem then and there.If not, however, this may be a good stop gap if I can get a fax modem for

Re: DB field setup

2004-07-21 Thread daniel kessler
Yeah, I believe it does make sense, and I think if my head doesn't explode within 10 minutes, I'll probably last the night. So anytime I have a list of anything within a list when I don't want to do a|b|c, I go to a lookup table and abstract (if that's the right term) both sets.What I was missing

Re: UDF within a Custom Tag

2004-07-21 Thread Qasim Rasheed
Shouldn't you be doing this? cfif NOT isFunction(doTocOption) cfscript function doTocOption(myQuery, contextFilePrefix) { ... } /cfscript /cfif or cfif NOT isCustomFunction(doTocOption) cfscript function doTocOption(myQuery, contextFilePrefix) { ... } /cfscript /cfif Qasim - Original

  1   2   >