Re: OT Flex beta

2003-12-04 Thread Massimo, Tiziana e Federica
As I've just found out. Excuse me while I say that's totally insane and paranoid. Everyone knows there's a beta going on. Anyone can join (and be rejected). No one can say that they're on the beta even though everyone knows that its going on and MM has even leaked just about every detail of

Re: value cannot convert to number

2003-12-04 Thread ilknur bodur
you can use aif control and if ID is null then its value is equal to 0.but firstly you must define a int variable and you use it for ID's value. Sam Fisher [EMAIL PROTECTED] wrote: Hi Everyone, Can someone tell be why I get a string convert error.I have tried setting up ID to Val(ID) and even

RE: Verity on RedHat ES 2.1

2003-12-04 Thread Tim Blair
RedHat ES 2.1 is based on RedHat 7.2 so Verity *is* supported. Excellent, just the info I was after!And fairly lucky considering the server's already been commissioned...;) Cheers, Tim. --- RAWNET LTD - Internet, New Media and ebusiness

CF Command Line

2003-12-04 Thread brob
Hey guys, if I use CF to execute a command, like copying 4,000 images into a different directory, does CF wait for the command to complete execution, then process the rest of the template (I hope it's this way!!)?Or is the processing of the template independent from the command execution (Hope

Another CFML app server...

2003-12-04 Thread Tim Blair
Morning, Has anyone seen this before: http://www.pcaonline.com/coral/ It's a new one on me... Tim. --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our

RE: Weather Feed

2003-12-04 Thread Jim Davis
I've got a very old (but seemingly still working!) tag that parses the NWS's weather pages (never did get around to a real METAR parser tho'): http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTags/F reeData_NWS/Index.cfm Unfortunately it doesn't find it by zip, but

RE: HTML

2003-12-04 Thread John Beynon
Not sure if you can make it semitransparent but you can CSS to put an image in the textarea, Something like; textarea style=color: blue; background: url(someimage.gif) Some text in a TEXTAREA /textarea Jb. -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 04

RE: Programatically setting the timeout limit.

2003-12-04 Thread John Beynon
You can use requestimeout= in the URL from the calling page Jb. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:36 To: CF-Talk Subject: Programatically setting the timeout limit. Hello all, I have a sequence of queries running, each of

RE: Programatically setting the timeout limit.

2003-12-04 Thread [EMAIL PROTECTED]
Does the createtimespan function return the value in milli secs ? -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:41 To: CF-Talk Subject: RE: Programatically setting the timeout limit. Oops, to clarify - that should be requesttimeout=time in milli

Re: Output from application scoped CFCs

2003-12-04 Thread Dwayne Cole
Thing is, now we are doing this, the methods are now not rendering any output of any kind (although if we return the content as a variable we can output this). Please elaborate. How do know that the variable return works? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Output from application scoped CFCs

2003-12-04 Thread [EMAIL PROTECTED]
We have an application where the entire display layer of the application is driven from a couple of CFCs.We have been casting these to request in the development phase (to save reloading after changes) and have now cast them to application scope. Thing is, now we are doing this, the methods are

RE: Programatically setting the timeout limit.

2003-12-04 Thread Tim Blair
requesttimeout=time in milli secs) Or within the template: cfsetting requesttimeout=#timeinseconds# Tim. --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our

RE: Programatically setting the timeout limit.

2003-12-04 Thread John Beynon
If I set this up in the calling page,do I still need the timeout attribute in the queries ? I'd hazard a bet it's the timeout on the query that's causing you the problem, if you don't specify a timeout value then CF will be using the timeout value on the database connection (under advanced

Programatically setting the timeout limit.

2003-12-04 Thread [EMAIL PROTECTED]
Hello all, I have a sequence of queries running, each of these are quite large but, at preset do not time out. However,when I loop over the first query, then run the second and loop over that for the thirdI get one of two error messages: either a The request has exceeded the allowable timelimit

RE: Programatically setting the timeout limit.

2003-12-04 Thread John Beynon
Createtimespan just created a date time object that defines a time period (from http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/functi53.htm#wp110271 5) How about trying a cfsetting requesttimeout=time in secs at the top of the page? Jb. -Original Message- From: [EMAIL

RE: Programatically setting the timeout limit.

2003-12-04 Thread [EMAIL PROTECTED]
Aha ! I've added this as you suggested. Doesn't seem to make any difference,I still get a The request has exceeded the allowable timelimit tag: cfquery message. If I set this up in the calling page,do I still need the timeout attribute in the queries ? -Original Message- From: John

SOLVED: Programatically setting the timeout limit.

2003-12-04 Thread [EMAIL PROTECTED]
Thanks John Tim. -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:53 To: CF-Talk Subject: RE: Programatically setting the timeout limit. Createtimespan just created a date time object that defines a time period (from

RE: Programatically setting the timeout limit.

2003-12-04 Thread John Beynon
Oops, to clarify - that should be requesttimeout=time in milli secs) Jb. -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:36 To: CF-Talk Subject: RE: Programatically setting the timeout limit. You can use requestimeout= in the URL from the

Accessing Apache 404 ErrorDocument variables

2003-12-04 Thread Tim Blair
Morning... I've set up apache here with a 404 error doc line so any unhandled calls will be redirected to a .cfm page for handling: ErrorDocument 404 /404.cfm It handles redirects fine, but I can't seem to access any of the redirect variables that *should* be available to me.For example, if I

Re: Programatically setting the timeout limit.

2003-12-04 Thread Michael Dinowitz
Requesttimeout was depreciated in CFMX and will not work at all. Using the cfsetting requesttimeout=60 will work. Using this is even better: CFPARAM name=requesttimeout default=60 cfsetting requesttimeout=#requesttimeout# This will either use the default 60 seconds in the CFPARAM OR use the

Re: Another CFML app server...

2003-12-04 Thread Michael Dinowitz
They emailed me directly and we were going to talk. After some investigation, I found at least one major problem with it. All CF code has to be on its own line, one tag per line. I think that describes maybe 1 persons code in all the community. I'll interview them but they don't 'feel' like

Re: Another CFML app server...

2003-12-04 Thread Jochem van Dieten
Michael Dinowitz wrote: They emailed me directly and we were going to talk. After some investigation, I found at least one major problem with it. All CF code has to be on its own line, one tag per line. I think that describes maybe 1 persons code in all the community. ReplaceNoCase(template,

RE: Another CFML app server...

2003-12-04 Thread Tim Heald
Good point. I like the idea.Lets see if they can do something with it. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:32 AM To: CF-Talk Subject: Re: Another CFML app server... Michael Dinowitz wrote: They emailed me directly and

RE: Programatically setting the timeout limit.

2003-12-04 Thread DURETTE, STEVEN J (AIT)
So, just to make sure that I get this straight... http://mytestserver.com/longRunningPage.cfm?requestTimeout=5000 http://mytestserver.com/longRunningPage.cfm?requestTimeout=5000will not work, but putting cfsetting requestTimeout=5000 at the top of longRunningPage.cfm will work? Then why

Re: Programatically setting the timeout limit.

2003-12-04 Thread Michael Dinowitz
Correct. And as this is something that is dependant on the URL rather than a tag, the code analyzer wasn't written to deal with it. So, just to make sure that I get this straight... http://mytestserver.com/longRunningPage.cfm?requestTimeout=5000

RE: Output from application scoped CFCs

2003-12-04 Thread [EMAIL PROTECTED]
er... I know because I tested it. I have solved the problem anyway...it would appear that there is a bug/feature in CFMX that meand you cannot directly output from a CFC which is stored in a shared persistent scope (such as application or server) Neil -Original Message- From:

RE: Output from application scoped CFCs

2003-12-04 Thread Raymond Camden
This was fixed in 6.1 by the way. If you are running 6.0, you _really_ should upgrade. There were a few other nasty CFC bugs that were fixed as well. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CF Command Line

2003-12-04 Thread Raymond Camden
If you use timeout=0 in cfexecute, CF will not wait for the command to finish. From the docs: timeout Optional 0 Length of time, in seconds, that ColdFusion waits for output from the spawned program. * 0: equivalent to non-blocking mode. * A very high value: equivalent to blocking

Re: HTML

2003-12-04 Thread Ubqtous
Shahzad.Butt, On Thursday, December 4, 2003, 4:19:41 AM, you wrote: SB I am displaying an image on background of everypage. It works SB perfect by having bgproperties = fixed in body tag means its SB watermark. Problem I am having is that all TEXTAREA tags are SB showing a white box and hiding

RE: Another CFML app server...

2003-12-04 Thread Samuel Neff
I think the fact that their engine requires each CF tag be on it's own line is indicative of a structure problem.Parsers have been around pretty much as long as computers have been and techniques for building parsers are pretty well established.Structural requirements like this are pretty rare. If

RE: Another CFML app server...

2003-12-04 Thread Tony Weeg
large glaring missing thing cfcomponent ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:39 AM To: CF-Talk Subject: RE:

RE: OT Flex beta

2003-12-04 Thread Samuel Neff
Certainly can do that--Laszlo has a number of great features.They're not the same features as Royale and I'll certainly take Royale over Laszlo any day. Besides, in respect to Royale/Flash I'm also a component developer.Having the ability to write my components one time and reuse the bulk of the

RE: Another CFML app server...

2003-12-04 Thread Tangorre, Michael
Yeah, I'm in agreement here with the downsides, however, lets be encouraging.:-) -Original Message- From: Samuel Neff [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 8:45 AM To: CF-Talk Subject: RE: Another CFML app server... I think the fact that their engine requires

RE: Another CFML app server...

2003-12-04 Thread Raymond Camden
-Original Message- From: Samuel Neff [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:45 AM To: CF-Talk Subject: RE: Another CFML app server... I think the fact that their engine requires each CF tag be on it's own line is indicative of a structure problem.Parsers

RE: Another CFML app server...

2003-12-04 Thread Samuel Neff
Yeah, true.And you can't beat the price.$150. Sam -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 8:50 AM To: CF-Talk Subject: RE: Another CFML app server... Yeah, I'm in agreement here with the downsides, however, lets be

RE: cfmail pre-formatting

2003-12-04 Thread Tony Weeg
have you tried cfsetting enablecfoutputonly = yes inside to prevent any extraneous stuff? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: cf coder [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: OT Flex beta

2003-12-04 Thread Ben Forta
Michael, Actually, I just looked at the list of current beta members are there are quite a few CFers there, so if you need to know that at least one CF programmer is in on this project, yes, there is. The beta for now is a small group, and proportionally CF is very well represented (by both CF

Re: site executive

2003-12-04 Thread Candace Cottrell
We're having a demo of it Friday. I'll give you the details then :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 12/3/2003 10:53:55 PM does anyone

RE: Another CFML app server...

2003-12-04 Thread Tony Weeg
well, when your not the man, you are always trying to be the man.or the woman for that matter and try as they may, they will probably never be cfmx 6.1 or blackstone or whatever else themm team comes up with.its good for us, it will always make mm work towards staying ahead of their competition

RE: site executive

2003-12-04 Thread Tony Weeg
thank you candace! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 9:15 AM To: CF-Talk Subject: Re: site executive

RE: Accessing Apache 404 ErrorDocument variables

2003-12-04 Thread John Beynon
That's weird - I set up an errorDocument on an Apache site, clicked on a duff link which took me to a file which doesn't exist, the 404 error caught it but you're right, the HTTP_REFERER is empty! You're not alone! Perhaps somehow combining the Site wide missing template handler within CF is the

How do you do security

2003-12-04 Thread Robert Everland III
I have been given the task of taking out current website from using integrated windows security with permissions on everything and moving it to coldfusion. So how do you do security? Has anyone else been given this chore? Have you found an easy way to implement this? I am coding using Fusebox 3

Re: OT Flex beta

2003-12-04 Thread Matt Liotta
Certainly can do that--Laszlo has a number of great features.  They're not the same features as Royale and I'll certainly take Royale over Laszlo any day. Royale may have features that Laszlo's product doesn't have, but Laszlo's product is available now. And I would imagine they are

RE: Accessing Apache 404 ErrorDocument variables

2003-12-04 Thread Tim Blair
You're not alone! Perhaps somehow combining the Site wide missing template handler within CF is the way to go... I've actually done a pretty nasty hack to get around it for now - the ErrorDocument goes to a perl (cgi) script (so the http_referer is available), which then does a redirect to the

Re: Another CFML app server...

2003-12-04 Thread Clint Tredway
I would like to try it, but none of the links work on the site ;) Tim Blair wrote: Morning, Has anyone seen this before: http://www.pcaonline.com/coral/ It's a new one on me... Tim. --- RAWNET LTD - Internet, New Media and ebusiness

RE: Another CFML app server...

2003-12-04 Thread Gabriel Robichaud
wow... the site must be down, i was able to view it all this am. Gabriel -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:03 AM To: CF-Talk Subject: Re: Another CFML app server... I would like to try it, but none of the links work

Re:cfmail pre-formatting

2003-12-04 Thread cf coder
I've tried that, it doesn't get rid of the line break have you tried cfsetting enablecfoutputonly = yes inside to prevent any extraneous stuff? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: cf

Re: Another CFML app server...

2003-12-04 Thread Ryan Mitchell
I think its been removed :) On 4/12/03 3:04 pm, Gabriel Robichaud [EMAIL PROTECTED] wrote: wow... the site must be down, i was able to view it all this am. Gabriel -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:03 AM To:

RE: How do you do security

2003-12-04 Thread Tangorre, Michael
Rob, Each application or site if you will, has its' own unique requirements in terms of security. I can give you a generic example of how I handle it when I have users, roles, and permissions. I assign users to roles which come with n number of permissions by default. I also assign floating

RE: Another CFML app server...

2003-12-04 Thread Gabriel Robichaud
Chickens. -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:09 AM To: CF-Talk Subject: Re: Another CFML app server... I think its been removed :) On 4/12/03 3:04 pm, Gabriel Robichaud [EMAIL PROTECTED] wrote: wow... the site must be

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Thomas Chiverton
On Thursday 04 Dec 2003 14:48 pm, John Burns wrote: Does anyone have any input for me?Also, as a side question, if there any way in CF to find out what the CFEXECUTE did when using ImageMagick.Is there anything returned to me from the ImageMagick functions?Any help would be great! Redirect

ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
Ok, my host just installed ImageMagick for me on the servers.I can make a CFEXECUTE call to the convert function of ImageMagick and I get no errors, but I have it set to output a file and the file is not showing up.I tried the exact same piece of code on my Windows testing server and it works (I

Re:cfmail pre-formatting

2003-12-04 Thread cf coder
cfprocessingdirective suppresswhitespace=yes does the job [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Another CFML app server...

2003-12-04 Thread Tim Blair
I think its been removed :) Hmm, I just get a directory listing denied message now...We got informed of it's existence by someone sending us a message through the contact form on our company site: ---8 My name is Roger Samuel representing

Re: How do you do security

2003-12-04 Thread Thomas Chiverton
On Thursday 04 Dec 2003 13:34 pm, Robert Everland III wrote: chore? Have you found an easy way to implement this? I am coding using But all your auth. stuff in the top level Application.cfm. Basicaly: if not requesting login page if not (session.auth) goto login page else if from login page

VetoMail message from cab@nls.net

2003-12-04 Thread cab
Hello Important message from [EMAIL PROTECTED] I have just installed VetoMail an anti spam filtering tool. VetoMail is free to evaluate for 30 days. More information is available at http://www.vetomail.com http://www.vetomail.com/iref.html Vetomail simply and safely defeats all Spam [junk

RE: ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
But, if I do a simple arguments=/home/serve/truth/testImage.jpg /home/serve/truth/thumbnail.jpg , shouldn't that just open the testImage.jpg file and then create the thumbnail.jpg file?That won't work either.I'm wondering if it has anything to do with permissions or something like that.I'm not too

Re: OT Flex beta

2003-12-04 Thread Michael Dinowitz
That makes me feel better. All I've been hearing from people till it was brought up was rejections. As for what I'm hearing from people, here are a few: 1. Flex will be a big cost, enterprise only thing out of the reach of the standard developer (a la Breeze) 2. The Flex beta support team is a

RE: Simple Expression Question

2003-12-04 Thread Tony Weeg
cfif NOT (form.FileUrl eq %.gif) or cfif form.fileUrl neq %.gif ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:39 AM

RE: Simple Expression Question

2003-12-04 Thread Ian Skinner
cfif Right(FORM.fileURL,4) NOT EQ .gif -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 7:39 AM To: CF-Talk Subject: Simple _expression_ Question

cfstoredproc yields no response

2003-12-04 Thread Sam Farmer
This is a bizzare one.I have a stored procedure that updates a status field as soon as it is called and when called through SQLPlus works just fine.When I call it from ColdFusion I get neither an error message nor any indication the procedure runs.Any ideas? Here is the code: cfstoredproc

RE: Another CFML app server...

2003-12-04 Thread Gabriel Robichaud
They are back: CORAL News Thu, Dec, 4, 2003 - Wow! Over the past few days we've had hundreds of visitors to the Coral Web Site! Looks like many of you are looking for ways to deploy your CFML applications without paying for server licenses. Keep the comments coming, we want to hear from you!

Re: Another CFML app server...

2003-12-04 Thread Charlie Griefer
heh... no, it was just that we were all amused by the misspellings and broken links : ) - Original Message - From: Gabriel Robichaud To: CF-Talk Sent: Thursday, December 04, 2003 8:40 AM Subject: RE: Another CFML app server... They are back: CORAL News Thu, Dec, 4, 2003 - Wow! Over

File Copying

2003-12-04 Thread brob
Hey guys, which would be faster.having coldfusion copy 3,000 files into a new directory, or using CFEXECUTE to copy 3,000 files into a new directory?yeah I know I can test it out, but i want to go the easy way first, and maybe get some insight from someone else. Thankie! [Todays Threads]

Re: Simple Expression Question

2003-12-04 Thread Jerry Johnson
Here are three ways to accomplish this. CFIF right(FORM.fileURL neq .gif (Exact match on last 4 chars) CFIF FORM.fileURL DOES NOT CONTAIN .gif (sloppy match seeing if .gif is anywhere in string) cfif refindnocase(^.*\.gif$,FORM.fileURL) (regular _expression_ looking for anything ending in .gif)

Oracle SQL Question

2003-12-04 Thread Stacy Young
If I've got a pre-insert trigger that puts in the row primary key on insert, can I return that ID in the same query? (not using a stored proc and is not an option) - like in MSSQL u can do multi-sql statements in one cfquery. Thanks! Stace AVIS IMPORTANT: --- Les

RE: Simple Expression Question - SOLVED

2003-12-04 Thread Mark Leder
Thanks for your suggestions, they worked. Thanks, Mark -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:47 AM To: CF-Talk Subject: RE: Simple _expression_ Question cfif Right(FORM.fileURL,4) NOT EQ .gif -- Ian Skinner

Re: Simple Expression Question

2003-12-04 Thread Jerry Johnson
I told you I'd have errors. CFIF right(FORM.fileURL neq .gif should read CFIF right(FORM.fileURL,4) neq .gif Sorry, Jerry Johnson [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cfstoredproc yields no response

2003-12-04 Thread Craig Dudley
You shouldn't name user SP's as 'sp_' this is how a lot of SQL servers internal SP's are named, naming them this way WILL slow access to the SP, and in theory could be causing other issues. Try renaming the proc to 'spBLASTER_LOAD_EMAIL_TOKEN1', you could also try making the SP retrun a value or

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Bryan Stevenson
Not sure if this will helpbut there is a CF tag for using ImageMagikI also haveaCFC that will thumbnail an image for ya...works on Windows and Linux...requires CFMX 6.1 Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e.

RE: Oracle SQL Question

2003-12-04 Thread Hays, Duncan
I always get the primary key, usually from a sequence, prior to doing the insert from CF. That way, it's available for the rest of the code. Nothing, except maybe an error, is going to return from the insert statement. So I create a sequence and do SEQ_NAME.NEXTVAL to get it. Duncan Hays

Simple Expression Question

2003-12-04 Thread Mark Leder
I'm want to write this _expression_: cfif FORM.fileURL NOT LIKE %.gif I know that the NOT LIKE is not used in CFMX. What's the right way to write this? Thanks, Mark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: File Copying

2003-12-04 Thread Craig Dudley
execute a batch file, the underlying OS can do this sort of thing a thousand times faster than CF or any other web scripting language -Original Message- From: brob [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 15:59 To: CF-Talk Subject: File Copying Hey guys, which would be

RE: Simple Expression Question

2003-12-04 Thread John Burns
Just FYI, I believe you'd have to do right(form.fileURL,4) neq .gif I noticed the NOTE, but just wanted to help whoever asked the question. John -Original Message- From: Jerry Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:52 AM To: CF-Talk Subject: Re: Simple

RE: Oracle SQL Question

2003-12-04 Thread d.a.collie
Stace wrote: If I've got a pre-insert trigger that puts in the row primary key on insert, can I return that ID in the same query? (not using a stored proc and is not an option) - like in MSSQL u can do multi-sql statements in one cfquery. Don't think so Oracle only handles one SQL

Random Could not connect to JRun Server error

2003-12-04 Thread Darron J. Schall
We recently upgraded our production environment from CFMX 6.0 (updater 3) to CFMX 6.1.The upgraded process completely successfully on all 3 of our production boxes. However, on our dominate box (the one with the most scheduled tasks, web server 1), we keep getting this error: Server Error The

Stream PDF using CFCONTENT

2003-12-04 Thread Schuster, Steven
Anyone done this, I can't remember how Thanks, Steve [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Random Could not connect to JRun Server error

2003-12-04 Thread John Beynon
I sometimes see that, restarting IIS solves the problem. -Original Message- From: Darron J. Schall [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 16:10 To: CF-Talk Subject: Random Could not connect to JRun Server error We recently upgraded our production environment from CFMX 6.0

HTML

2003-12-04 Thread Shahzad.Butt
Hi I am displaying an image on background of everypage. It works perfect by having bgproperties = fixed in body tag means its watermark. Problem I am having is that all TEXTAREA tags are showing a white box and hiding the background image. How would I make TEXTAREA to behave in same manner and

RE: ImageMagick from CF on Linux??

2003-12-04 Thread Tim Blair
Here's the Linux code: cfexecute name=/usr/X11R6/bin/convert arguments=/home/serve/truth/testImage.jpg -geometry 140x140+0+0 -quality 80 +profile * /home/serve/truth/thumbnail.jpg/cfexecute Try adding the -size argument as well as geometry (the values should be the same for both -size

RE: cfmail pre-formatting

2003-12-04 Thread John Burns
Are you sending TYPE=HTML or not?I know I've had some problems in the past with plain text emailing in CF. I think what you need to do is put everything on one line like this and inside your CFIF, put a linebreak character (I think it's CHR(13)) cfmail from=#frommail# to=[EMAIL PROTECTED]

Re:cfmail pre-formatting

2003-12-04 Thread cf coder
Sorry guys, cfprocessingdirective suppresswhitespace=yes does not work. I tried what you suggested John, but the email genereated displays everythign in one line and it does'nt seem to be a elegant solution because I have more than 50 cfif conditions Are you sending TYPE=HTML or not?I know I've

RE: Programatically setting the timeout limit.

2003-12-04 Thread [EMAIL PROTECTED]
Yes your right! Just about to try the cfsetting requestimeout, I'll remove the timeouts from the query too. We'll see what happens. Cheers, -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 10:53 To: CF-Talk Subject: RE: Programatically setting the

RE: Random Could not connect to JRun Server error

2003-12-04 Thread Sparrow-Hood, Walter
We've had the same problem - at least the same error message.If you refresh the page then it completes the request properly.I traced it down to using getPageContext().Forward.I could never figure out why it was causing a problem - I changed the statement to getPageContext().Include (which in my

RE: Another CFML app server...

2003-12-04 Thread Greg Luce
What doesn't work? I just bounced through it all and downloaded it. -Original Message- From: Gabriel Robichaud [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:11 AM To: CF-Talk Subject: RE: Another CFML app server... Chickens. -Original Message- From: Ryan

isDate and its shortcomings

2003-12-04 Thread Tony Weeg
is there any udf or anything out there that will validate a date being real? real meaning something that is really funky, like isDate() lets 12/1/0199 through, since its in a valid format, but then other systems will typically bomb with that, like sql server... anything? ...tony tony weeg

RE: Oracle SQL Question

2003-12-04 Thread Hays, Duncan
You have to loop and do multiple cfqueries. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 11:15 AM To: CF-Talk Subject: RE: Oracle SQL Question Stace wrote: If I've got a pre-insert trigger that puts in the row primary key on

Re: Random Could not connect to JRun Server error

2003-12-04 Thread Darron J. Schall
Thanks for the suggestion, but this situation is a little different.In my case the entire CFMX server dies.None of the pages will serve out anymore - ColdFusion becomes completely unresponsive, and refreshing the page doesn't help.To fix it, we have to stop IIS, restart ColdFusion, then restart

MS Excel data sources on Solaris . . .

2003-12-04 Thread Earl, George
Will MS Excel data sources work on Solaris? We are preparing to migrate from Windows to Solaris. We have a number of apps that use CF queries to access Excel spreadsheets and then build reports from the returned answer sets. Will this still work on Solaris or do we need to rethink our approach?

Re: isDate and its shortcomings

2003-12-04 Thread Thomas Chiverton
On Thursday 04 Dec 2003 16:38 pm, Tony Weeg wrote: something that is really funky, like isDate() lets 12/1/0199 through, since its in a valid format, but then other systems will typically bomb with that, like sql server... Just knock up your own that checks it's within a valid date range

RE: HTML

2003-12-04 Thread Larry Juncker
This should do it for you: textarea style=color: blue; background-color: transparent; cols=50 rows =10 Some text in a TEXTAREA /textarea Larry -Original Message- From: John Beynon [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 4:01 AM To: CF-Talk Subject: RE: HTML Not sure

Re: isDate and its shortcomings

2003-12-04 Thread Charlie Griefer
oh, that's gonna start a holy war about how much responsibility we as developers have to protect the users from themselves : ) - Original Message - From: Thomas Chiverton To: CF-Talk Sent: Thursday, December 04, 2003 9:48 AM Subject: Re: isDate and its shortcomings On Thursday 04 Dec

RE: cfmail pre-formatting

2003-12-04 Thread Mark Leder
Try taking the body content of the message and putting it in a cfsavecontent tag.Do this before any cfmail tags, then just call the cfsavecontent variable in the message body.I've had a similar problem to yours with a lot of conditional statements in the past and solved it doing it this way.

RE: isDate and its shortcomings

2003-12-04 Thread Tony Weeg
yeah, I know ive thought about that, and ive made that thing that does that, but I was just wondering if there was anything small and perfect...ok, not to worry. cheers! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337

cfmail pre-formatting

2003-12-04 Thread cf coder
Hello everybody, I have a problem formatting the contents within the body of cfmail. In my cfmail body I have a number of cfif conditions to check if the user has entered any value to form fields. Here is my code: cfmail from=#frommail# to=[EMAIL PROTECTED] server=someserver port=25 subject=Order

RE: Oracle SQL Question

2003-12-04 Thread d.a.collie
yup you can't do it within the cfquery and have multiple SQL executions... sorry, what I meant was how to do multiple SQL executions, not how to do multiple inserts cheers anyway :-) -dc -Original Message- From: Hays, Duncan [mailto:[EMAIL PROTECTED] Sent: 04 December 2003 16:44

Re:cfmail pre-formatting

2003-12-04 Thread cf coder
you mean put everything inside the cfsavecontent opening tag and assign the results to a variable and then call the variable in the cfmail tag? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Stream PDF using CFCONTENT

2003-12-04 Thread Dave Watts
Anyone done this, I can't remember how To the best of my knowledge, this isn't possible through CFCONTENT. If you want to byte-serve PDF files, you'll have to do this through your web server, or use something other than CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone:

Re:cfmail pre-formatting

2003-12-04 Thread cf coder
I just tried that, I wrapped the body inside the cfsavecontent tag, and called the varible in the cfmail body, the email that is generated still displays the line break. Can you think of anything else? I am using CFMX you mean put everything inside the cfsavecontent opening tag and assign the

RE: OT Flex beta

2003-12-04 Thread Samuel Neff
No Royale market yet but there is a Flash market, and if I can sell my product to Flash people now and then Royale people later, then that's great. Certainly porting to Java and .NET would require complete re-write but they also have their own runtime engines.Laszlo uses the same runtime as

  1   2   >