Environment variables not available

2003-07-21 Thread Neculai Macarie
Hi! I'm trying to set an environment variable using mod_rewrite, Apache 2 and CFMX on Windows, but it does not work. I can verify that the variable is set by mod_rewrite, but it does not appear in the CGI structure in CFMX. Do I need to compile the connector to pass additional environment

SLOW Queries via Native Driver

2003-07-21 Thread Wjatscheslaw Kravtchenko
Even if it's only a configuration thing, you might want to do that anyway, if you can afford to. You might also want to see if there's a new version of the Sybase client available, and see if that has anything to do with the problem. You might also want to consider upgrading to CF 5 or CFMX,

Re: read-only SQL transactions

2003-07-21 Thread Jochem van Dieten
Joe Eugene wrote: What do you mean by a start read-only SQL transaction? Multiple select statements within a cfquery? SQL transactions have an isolation level which indicates how to handle concurrency. That isolation level can have the values raed uncommitted, read committed, repeatable read

Re: -OT- CSS Scrollbars

2003-07-21 Thread Thomas Chiverton
On Friday 18 Jul 2003 19:51 pm, Thane Sherrington wrote: At 02:48 PM 7/18/03 -0700, Cutter (CF-Talk)2 wrote: width. In my research (which may be incomplete and flawed, if so someone please speak up) I found that the scrollbar CSS attributes appeared to only be supported by IE. While

RE: Cons to Fusebox

2003-07-21 Thread Philip Arnold
No dork, I was responding to your weird remark: What does that say about FuseBox? I don't understand nor do I wish to understand your goofy situation and why you have to work so hard to upload files. I think you may have made a logistical error or 2 designing this cluster-f*** of a site, but

RE: Cons to Fusebox

2003-07-21 Thread Robertson-Ravo, Neil (RX)
He is obviouslay a twat Phil. ;-) step back and let his brain cell fight with his ego for who gets more oxygen. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 10:42 To: CF-Talk Subject: RE: Cons to Fusebox No dork, I was responding to your

RE: Cons to Fusebox

2003-07-21 Thread GL
Twat? That's nice. You think Phil's remark what does that say about fusebox was intelligent? Him blaming fusebox for his inability to organize his code properly is rediculous. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 5:07 AM

RE: track duplicate survey votes

2003-07-21 Thread Adam Reynolds
The repeat submitter could easily just be trying to teach you a lesson. I usually set a cookie and leave it at that. Please note that the cookie contains the unique survey key. You don't want the end user being blocked from future surveys you carry out (or should you reset the results of the

Re: Faking Out IIS?

2003-07-21 Thread Thomas Chiverton
On Sunday 20 Jul 2003 07:33 am, DDB Lists wrote: if you need even more flexibility you should look at http://www.isapirewrite.com/ the paying version let's you rewrite url's but even allows you to proxy request to another server depending on the url, so your request can arrive at your iis

RE: track duplicate survey votes

2003-07-21 Thread Tim Laureska
Thanks all for the replies... I'm new to using cookies... is cfcookie the way to go? Or some javascript or otherwise? Tim -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 6:48 AM To: CF-Talk Subject: RE: track duplicate survey votes The

Code Reuse

2003-07-21 Thread Don
Code Reuse -- How to make a reusable component to provide more value to customers? Hope the topic is not OT. I'm not sure if Dr. Carma McClure's claim that software reuse is the best answer to the decade-old software crisis is all that accurate. But I'm a firm believer in code reuse, probably

How to Flush ColdFusion and Security Server Caches Programatically?

2003-07-21 Thread Allan Clarke
Hi all, I'm using ColdFusion 5 and Advanced Security. I want to be able to flush the SiteMinder Authorization and Authentication Caches. The way I do it now is by going to the CF Admin - Security Configuration and then click on the Flush All button. I want to know if it is possible to use some

Cons to Fusebox

2003-07-21 Thread Brian Kotek
Actually Philip, most folks in the Fusebox Community are extremely helpful and courteous. If you ever have the need, feel free to post on any of the Fusebox forums and I can promise you'll get many offers for help or insightful comments. Regards, Brian Philip Arnold wrote: You know, if a

RE: track duplicate survey votes

2003-07-21 Thread Dave Watts
Thanks all for the replies... I'm new to using cookies... is cfcookie the way to go? Or some javascript or otherwise? Yes, the CFCOOKIE tag is all you need to set a cookie. If you're using CF 5 or earlier, make sure you don't use it in the same page as CFLOCATION, or the cookie won't be

RE: track duplicate survey votes

2003-07-21 Thread Tony Weeg
dave did that get fixed in cfmx? the cflocation with cfcookie issue? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, July 21,

Re: Cons to Fusebox

2003-07-21 Thread Jamie Jackson
On Fri, 18 Jul 2003 17:39:19 -0400, in cf-talk you wrote: Out of curiosity, Jamie, is this typical of all of your projects or just this particular one? This is the first CF project that I foresaw being complicated by multiple developers. However, I have the feeling that I'll be inclined to use

Survey Applications - Anybody Written One / Know of One?

2003-07-21 Thread Jillian Carroll
I'm looking for a survey application to purchase. My needs: - True / False, Multiple Choice, Check One, Check Many + Write in Other - Skip pattern - Graphing of results - Export all results as CSV (optional) Has anybody written or used an

RE: read-only SQL transactions

2003-07-21 Thread Dave Watts
And I believe it is currently not guaranteed that multiple queries from one request will use the same connection. Right? That's an interesting question. It's my understanding that multiple queries using the same datasource within a single request do use the same connection, based on

RE: Survey Applications - Anybody Written One / Know of One?

2003-07-21 Thread Kris Pilles
Check out ultimateapps.com We just purchased their ultimate survey app -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 10:57 AM To: CF-Talk Subject: Survey Applications - Anybody Written One / Know of One? I'm looking for a survey

RE: track duplicate survey votes

2003-07-21 Thread Robertson-Ravo, Neil (RX)
You can get around the issue by using : document.location.href='[url]'; there are also several wordarounds using WDDX to setting a cookie before a cflocation. -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 15:53 To: CF-Talk Subject: RE: track duplicate

RE: track duplicate survey votes

2003-07-21 Thread Dave Watts
dave did that get fixed in cfmx? the cflocation with cfcookie issue? Yes, I believe so. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~| Archives:

CFHTTP and CFMX trouble?

2003-07-21 Thread Bosky, Dave
I'm using CFHTTP to grab a weather clip but it only grabs the page until it finds a degree character '°' then stops. Is CFHTTP a little buggy with CFMX? Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If

Re: track duplicate survey votes

2003-07-21 Thread Michael T. Tangorre
sure did. - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 21, 2003 10:52 AM Subject: RE: track duplicate survey votes dave did that get fixed in cfmx? the cflocation with cfcookie issue? tony weeg uncertified advanced cold

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
Mosh Teitelbaum wrote: Are the changes made by one person or three? If three, have you found it difficult to coordinate everyone's time and effort? Jamie Jackson wrote: I can't think a time when this has been an issue (yet). If necessary, I could always go into their fuse and make the mod

RE: Cons to Fusebox

2003-07-21 Thread Robertson-Ravo, Neil (RX)
We too work in such a manneri.e. multiple developers on the same fuses etc, the reason we seem to have it working is that we have a very strict set of code guidelines which outline : style, variable names etc At present what tends to happen is one developer works on the display page which

RE: Survey Applications - Anybody Written One / Know of One?

2003-07-21 Thread Jillian Carroll
It looks nice, but I should have specified... something that is CF based. Thanks though! -- Jillian -Original Message- From: Kris Pilles [mailto:[EMAIL PROTECTED] Sent: July 21, 2003 8:58 AM To: CF-Talk Subject: RE: Survey Applications - Anybody Written One / Know of One?

RE: Survey Applications - Anybody Written One / Know of One?

2003-07-21 Thread Kris Pilles
I looked for a good CF application and wasn't able to find anything that looked decent enough for us -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:19 AM To: CF-Talk Subject: RE: Survey Applications - Anybody Written One / Know of One?

RE: Survey Applications - Anybody Written One / Know of One?

2003-07-21 Thread Graham Pearson
Our Organization has developed a Coldfusion Based Survey Tool and can be viewed at http://alumni.niesc.org -- === Graham Pearson, System Administrator / Certified Webmaster / Published Northern Indiana Educational Services

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
I'm not sure that there was, but in case there was some misunderstanding, by crunch time I meant when things start getting hectic, time is running out, last minute changes, etc. In my own experience, and this is from having been a code grunt to an architect to a project manager to just about

RE: read-only SQL transactions

2003-07-21 Thread Andy Ousterhout
This would make sense, since I was having trouble when I used a different User ID and password within a single object/class. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 10:04 AM To: CF-Talk Subject: RE: read-only SQL transactions And I

RE: Cons to Fusebox

2003-07-21 Thread Robertson-Ravo, Neil (RX)
No-one here is in control of any particular file...we just ensure that when people do work on individual files : they can always be pieced together without error., -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 16:27 To: CF-Talk Subject: RE: Cons to

How to Flush ColdFusion and Security Server Caches Programatically?

2003-07-21 Thread ColdFusion Programmer
Can somebody please show me how to do this? Hi all, I'm using ColdFusion 5 and Advanced Security. I want to be able to flush the SiteMinder Authorization and Authentication Caches. The way I do it now is by going to the CF Admin - Security Configuration and then click on the Flush All button. I

RE: How to Flush ColdFusion and Security Server Caches Programati cally?

2003-07-21 Thread John McCosker
Hi, i have not used CFFLUSH but I do know there is documentation and example apps with CFMX, i'm not sure about CF5, I think there may have been. You could also check out, http://www.macromedia.com/devnet/server_archive/articles/understanding_progr ess_meters_cf5.html -Original Message-

displaying time in hours

2003-07-21 Thread jon hall
I'm working with some time increments that were entered into the database in decimal format. 1.5 is 1 hour 30 minutes... Can anyone think of a way to format 1.5 as 1:30, or .75 as :45, etc? -- jon mailto:[EMAIL PROTECTED]

RE: displaying time in hours

2003-07-21 Thread Philip Arnold
I'm working with some time increments that were entered into the database in decimal format. 1.5 is 1 hour 30 minutes... Can anyone think of a way to format 1.5 as 1:30, or .75 as :45, etc? Take off the integer, then multiply the remaining decimal value by 60 - it should give you the

Re: displaying time in hours

2003-07-21 Thread Oliver Tupman
jon hall wrote: I'm working with some time increments that were entered into the database in decimal format. 1.5 is 1 hour 30 minutes... Can anyone think of a way to format 1.5 as 1:30, or .75 as :45, etc? Get the number after the decimal point, keep it as a fraction and multiply by

Fwd: CF_FAX

2003-07-21 Thread Julia Green
Date: Mon, 21 Jul 2003 10:03:55 -0700 (PDT) From: Julia Green Subject: CF-_FAX To: CF-Talk Please respond to [EMAIL PROTECTED] if possible... My ISP says they support CF_FAX and I am trying to get a rudimentary script to work, no error msgs come up, but I do not get the fax at 1-617-812-8148

Re: Help with first connection to ODBC SQL datasource

2003-07-21 Thread Thomas Chiverton
On Sunday 20 Jul 2003 03:05 am, Terry Troxel wrote: cfquery name=getdata datasource=formsSQL dbtype=ODBC debug dbserver=DEVELOPER select * from cthru /cfquery which returned the following error: ODBC Error Code =

Re: displaying time in hours

2003-07-21 Thread Jim McAtee
#TimeFormat(the_time_in_hours/24, HH:mm)# I use this all the time to format things like elapsed time in HH:mm:ss. You might want to be careful if the value goes over 24 hours, howerver. If you have a value of 36.5, for example, I believe CF would then format it to 12:30. - Original

CFForm madness. 0_0

2003-07-21 Thread Angel Stewart
Okies.. I am totally stumped by this. This is my code: cfform ACTION=testval.cfm METHOD=post NAME=contactform ENABLECAB=yes cfinput NAME=full TYPE=text SIZE=35 MAXLENGTH=55 REQUIRED=yes MESSAGE=You must enter a correct name input TYPE=reset VALUE=Reset NAME=Reset input TYPE=submit

OT: anyone take a MySQL training class from mysql.com?

2003-07-21 Thread dan martin
dan martin wrote: I am considering taking the Using and Managing MySQL training class and was wondering if anyone here had any feedback on the class (from www.mysql.com) Anyone take any other training class on MySQL that they could recommend? I am interested in coming up to speed

RE: CFForm madness. 0_0

2003-07-21 Thread webguy
Is the path to cfform.js correct? WG -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: 21 July 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am totally stumped by this. This is my code: cfform ACTION=testval.cfm METHOD=post NAME=contactform

Re: CFForm madness. 0_0

2003-07-21 Thread Michael T. Tangorre
remove the ENABLECAB=yes ?? - Original Message - From: Angel Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:18 PM Subject: CFForm madness. 0_0 Okies.. I am totally stumped by this. This is my code: cfform ACTION=testval.cfm METHOD=post

Re: CFForm madness. 0_0

2003-07-21 Thread Julia Green
I know the answer! I know the answer! And if someone answers my question on cf_fax I'll be even more grateful. Angel -- nothing is wrong. Because ColdFusion looks at your validations of required=yes and message=whatever and turns it into Javascript validation on your server. This is

Date picker widget.

2003-07-21 Thread Ian Skinner
Ok, what is everybody's favorite date picker widget for use with ColdFusion? Would like something simple and straightforward to add to a web form, allowing the user to click on a calendar date and have the date added to a field on the form. Thanks in advance. -- Ian Skinner Web

Re: CF_FAX

2003-07-21 Thread Michael T. Tangorre
try hardcoding the fax number in your fax2.cfm file and see if the fax goes out. Mike - Original Message - From: Julia Green [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 21, 2003 1:06 PM Subject: Fwd: CF_FAX Date: Mon, 21 Jul 2003 10:03:55 -0700 (PDT) From:

CFForm madness. 0_0

2003-07-21 Thread Mike Mertsock
Angel, enablecab is bad. Don't place any mention of that attribute in your code. It causes wierd problems and is deprecated in cfmx. to quote the cfml reference book: Do not use it in new applications. It might not work, I don't remember why enablecab no longer works, I just know it's bad

SOT: Site map

2003-07-21 Thread Candace Cottrell
Does anyone know of a software tool that will generate a site map of your site and automatically update when new pages are added, or pages are changed, etc? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

Re: track duplicate survey votes

2003-07-21 Thread Christian Cantrell
On Saturday, July 19, 2003, at 09:18 AM, Tim Laureska wrote: I have a basic yes/no survey question at a site that is not password protected (we'd like to keep it that way so as not discourage response) The only way to secure a survey is to require authentication, at which point your results

Re: CFHTTP and CFMX trouble?

2003-07-21 Thread Christian Cantrell
On Monday, July 21, 2003, at 11:02 AM, Bosky, Dave wrote: I'm using CFHTTP to grab a weather clip but it only grabs the page until it finds a degree character '°' then stops. Is CFHTTP a little buggy with CFMX? Try adding the attribute charset=iso-8859-1 to the CFHTTP tag. And yes, CFHTTP

Looping to find ONLY specific XML Children

2003-07-21 Thread Shawn Contreras
Hello, I am having a problem that I desperately need help with. I am working with consuming XML WebServices using CFMX, here is my problem. I have an XML child called EVENT that also has many children. However, each EVENT record occurence does not ALWAYS have the same children. Sometimes it has

RE: CFForm madness. 0_0

2003-07-21 Thread Mike Townend
Initial thoughts are that you don't have a CFIDE/scripts/ directory or Virtual Dir coming off the root of that website HTH -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 18:19 To: CF-Talk Subject: CFForm madness. 0_0 Okies.. I am totally

Re: Date picker widget.

2003-07-21 Thread Christian Cantrell
On Monday, July 21, 2003, at 01:31 PM, Ian Skinner wrote: Ok, what is everybody's favorite date picker widget for use with ColdFusion? Would like something simple and straightforward to add to a web form, allowing the user to click on a calendar date and have the date added to a field on

RE: Cons to Fusebox

2003-07-21 Thread Mosh Teitelbaum
Ah... then I think this is a different issue than what I was discussing with Jamie. Jamie had been saying that one developer works on the front end of a single action, another works on the middle, and a third works on the back end, without crossing those borders (except, perhaps, in extreme

Re: Date picker widget.

2003-07-21 Thread jon hall
This is as slick as they come. http://students.infoiasi.ro/~mishoo/site/calendar.epl I haven't had a chance to use it yet...been trying to find an excuse really hard :) -- jon mailto:[EMAIL PROTECTED] Monday, July 21, 2003, 1:31:20 PM, you wrote: IS Ok, what is everybody's favorite date

RE: Site map

2003-07-21 Thread Tony Weeg
a good design document that outlines how you plan to build the site :) tony tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent:

problem with CFFunction return

2003-07-21 Thread Lee, Sima - Workstream
Hi All, We are just in the process of upgrade CF4.5 to CFMX. We had a very strange problem with CFFunction. We have a very simple function which returns a string: CFFUNCTION name=getString returntype=string CFARGUMENT name=VarName type=string required=true CFARGUMENT name=Pcode type=string

Re: Site map

2003-07-21 Thread Michael T. Tangorre
Not aware of anything that will do autmoatically, but within Dreamweaver you can synch sites up etc... but I would go with something like Adalon from Synthis (www.synthis.com) which will help you organize your sites throughout their lifespan. Mike - Original Message - From: Tony Weeg

RE: Site map

2003-07-21 Thread Candace Cottrell
Thanks Tony, unfortunately it's too late for that, unless I just sit down and do it. I designed the original structure, but the marketing department adds pages galore, most of which I don't know about. So I guess I need to just do an inventory of all the pages and have marketing update the

RE: problem with CFFunction return

2003-07-21 Thread Dave Watts
It works fine with all the three developer's local machines (CFMX). However when the code was sent to QA, MX complains that the variable CT_OUT is not defined. Are all four machines running the same exact version of CFMX? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice:

RE: CFForm madness. 0_0

2003-07-21 Thread Angel Stewart
Heh...I think you are correct. Although I'm quite surprised since that should be mapped on all these sites. *sigh* Thanks though :) Will talk to the server admin and throw some stale muffins his way. -Gel -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Initial

RE: problem with CFFunction return

2003-07-21 Thread Raymond Camden
First, why the use of cfsilent? Is it because you discover that calls to cffunction-based UDFs generate white space? Simply add output=false to your cffunction tag and that will go away. (This assumes your UDF isn't mean to output directly, which it should not do 99% of the time.) So, what do you

RE: Site map

2003-07-21 Thread Fetter, Brad
I have used http://www.xtreeme.com/sitexpert/ which automatically will scan any site and create a site map.. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 11:12 AM To: CF-Talk Subject: RE: Site map Thanks Tony, unfortunately it's too

RE: Site map

2003-07-21 Thread Tony Weeg
I had to be a smart arse..its a Monday, and damn what a Monday it has been!! tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED]

CF MX scheduler not working...

2003-07-21 Thread cf talk
We just switched to MX and can not get the scheduler to work. We have an SSL site. We can not allow basic authentication on the main site so we made another site just for the schedule jobs. We made it basic auth. We can get the pages to run in the borwser but get the following in the cf

RE: CF MX scheduler not working...

2003-07-21 Thread Dave Watts
We just switched to MX and can not get the scheduler to work. We have an SSL site. We can not allow basic authentication on the main site so we made another site just for the schedule jobs. We made it basic auth. We can get the pages to run in the borwser but get the following in the cf

ot: ergonomics

2003-07-21 Thread Tony Weeg
hey all. listen...ive got a problem, and things are getting worse. my wrists and my forearm (tennis elbow) are really starting to hurt these days, I have been to the doc, got some scripts (vioxx, bextra, ibuprofen, etc...) and they are all well, blah... anyway, what ergonomic ideas does anyone

Re: SOT: Site map

2003-07-21 Thread Jochem van Dieten
Candace Cottrell wrote: Does anyone know of a software tool that will generate a site map of your site and automatically update when new pages are added, or pages are changed, etc? Generally speaking whenever pages are added they are also inserted into some navigation menu. So if you parse

Re: ergonomics

2003-07-21 Thread William Wheatley
I use a Natural Keyboard and i have 2 long gel strips that cover the whole base of the desk so when i'm on the keyboard or mouse my wrists get support. I try to keep all primary items on my desk within reach without having to bend forward. And then i make sure to stop every hour and stretch and

RE: problem with CFFunction return

2003-07-21 Thread Lee, Sima - Workstream
Hi Raymond, Thank you very much for the response. First, why the use of cfsilent? This is a long story. In order to gain some speed by the upgading, we use this function to repalce a custom tag through a perl script. The cfsilent is left over from calling the custom tag. Because this is a

RE: CF MX scheduler not working...

2003-07-21 Thread cf talk
Are you able to resolve the URL in a browser on the server console? If not, the machine might not be resolving DNS queries correctly. If you mean by clicking on the Run Schedule Task button on the schedule tasks screen, we did try this. That is how we are getting the error. Since you've

RE: problem with CFFunction return

2003-07-21 Thread Lee, Sima - Workstream
Hi Dave, Thank for the response. Yes, we have a documentation which outlines every step in how to config the server. Sima -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 2:18 PM To: CF-Talk Subject: RE: problem with CFFunction return It

Re: ergonomics

2003-07-21 Thread jon hall
Ditto the natural keyboard. I had very bad carpal all the way up to my elbow, then switched to the MS natural and haven't had any pain since. -- jon mailto:[EMAIL PROTECTED] Monday, July 21, 2003, 3:19:32 PM, you wrote: WW I use a Natural Keyboard and i have 2 long gel strips that cover the

Posting data via SSL - help please

2003-07-21 Thread James Johnson
Hi, I've been banging my head for several days on this problem and need some help/advice. Using CFMX, Updater 3 I need to upload a file to one of our vendors for payment processing. They require three form fields in enctype=multipart/form-data format; login, pass, filename. The URL I'm posting

RE: CF MX scheduler not working...

2003-07-21 Thread Dave Watts
Are you able to resolve the URL in a browser on the server console? If not, the machine might not be resolving DNS queries correctly. If you mean by clicking on the Run Schedule Task button on the schedule tasks screen, we did try this. That is how we are getting the error. No, I

RE: ergonomics

2003-07-21 Thread Erik Yowell
That does suck - same thing here, I'm in my late 20s and my wrist is shot - Switching to the MS Wireless Optical Intellimouse Explorer helped me quite a bit, and from what I hear the Logitech trackballs are seriously the way to go, though it will take a bit of relearning time to get the hang of it

Secure File Manager

2003-07-21 Thread Jillian Carroll
I'm building a secure file manager on a CF 5 server. Because there are a number of different file types in my directories (.pdf, .doc, .xls, etc.) I think the best way is to create a directory that isn't accessible via Apache... and use CF to view/work with the directory. The question I

RE: ergonomics

2003-07-21 Thread Tony Weeg
yah...i just turned 30 on the 4th of june, I had to get glasses and now, these wrists are starting to bug out...10 years of this and this is what happens I really want to find a not too high priced ergo desk tony weeg uncertified advanced cold fusion developer tony at navtrak dot net

RE: Secure File Manager

2003-07-21 Thread CFDEV
CFCONENT Or you can look at: http://www.mindkeeper.net/products/filemanager -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:39 PM To: CF-Talk Subject: Secure File Manager I'm building a secure file manager on a CF 5 server. Because

RE: Secure File Manager

2003-07-21 Thread Mosh Teitelbaum
If the files are located outside of any web-accessible directory, you'll have to use CFCONTENT to allow people to download them. -- Mosh Teitelbaum evoch, LLC Tel: (301) 942-5378 Fax: (301) 933-3651 Email: [EMAIL PROTECTED] WWW: http://www.evoch.com/ -Original Message- From: Jillian

RE: Secure File Manager

2003-07-21 Thread Yves Arsenault
Have you checked out CFCONTENT? Something like this... cfheader name=content-disposition value=inline; filename=#GetFile.FileName# cfcontent deletefile=No type=unknown file=#FolderPath##GetFile.FileName# Yves -Original Message- From: Jillian Carroll [mailto:[EMAIL PROTECTED] Sent: July

RE: ergonomics

2003-07-21 Thread Ben Doom
Is he making fun of my glasses? Oh, well, I'll tell him what helps me anyway. I type wrong. I didn't learn it that way on purpose, but there it is. My hands are a little small for a standard keyboard (from the home row I can't reach most of the numbers), so my hands move around, waving above

Dynamic Allocation of Arrays

2003-07-21 Thread Brrrian
Hi All, Have not been online like this all summer... but now I'm bloody stuck. I have been chasing my tail for a few days now. I am looping through a record set(OldQuery) and adding an arbitrary number of NewColumns to it, the number of columns added is dependent upon how many of something

RE: problem with CFFunction return

2003-07-21 Thread Raymond Camden
I notice you set stringbalue to application[somekey][somekey]etc. Are you sure that key exists? Yes, because this is tha same code as on the developer's machine and and the same database. That is why when we put the function directly in the application.cfm it works fine. But if use

RE: ergonomics

2003-07-21 Thread Barney Boisvert
I've experienced the same thing, Ben. I've got big ol' meathooks, but the don't contort very well. I get all tight when I spend a lot of time typing prose, but as long as I'm dancing around the keys looking for all those weird programming keys, I'm fine. I think it's directly tied to when I have

RE: Secure File Manager

2003-07-21 Thread Jillian Carroll
This is a very nice looking file manager. I do see one problem with it (otherwise I'd be purchasing it this afternoon!)... in Netscape (all versions I tested) and Mozilla, it prompts you for the application to use to open the file... and then assigns everything .cfm to it. So if I open hello.doc

Re: read-only SQL transactions

2003-07-21 Thread Sean A Corfield
On Monday, Jul 21, 2003, at 08:03 US/Pacific, Dave Watts wrote: And I believe it is currently not guaranteed that multiple queries from one request will use the same connection. Right? That's an interesting question. It's my understanding that multiple queries using the same datasource

Problem with CFFILE

2003-07-21 Thread Christopher J. Sills
I am having a problem with the CFFILE. I have two servers in the company that I am dealing with. One is a web server that host our website and runs the CF application. The other is our file server that stores all the companies main files. I use CFFILE to try and move a folder from one

Re: read-only SQL transactions

2003-07-21 Thread Jochem van Dieten
Sean A Corfield wrote: On Monday, Jul 21, 2003, at 08:03 US/Pacific, Dave Watts wrote: That's an interesting question. It's my understanding that multiple queries using the same datasource within a single request do use the same connection, based on conversations I've had with some MM people,

RE: read-only SQL transactions

2003-07-21 Thread Barney Boisvert
Next question: Will any other concurrently processing requests use that connection, or is it reserved for the exclusive use of the current thread? It seems to me that when a request gets a connection, it is removed from the pool of connections until the request is over, but like Jochem, I'm quite

Strange Administrator Error

2003-07-21 Thread Heald, Tim
Any of you ever see this before? How would I go about fixing it? BTW this is an error when I try to get to the administrator, and just started after installing SQL Server 200. THX Error Occurred While Processing Request Method selection Exception. An exception occurred during method

RE: problem with CFFunction return

2003-07-21 Thread Lee, Sima - Workstream
Hi Raymond, Thanks again. After almost the whole day's struggling(try this, try that),it suddenly works fine. We actually changed nothing! So strange! This made us very uncomfortable for not knowing the real cause. How about if it happens during the release and we just do not know how to fix

RE: read-only SQL transactions

2003-07-21 Thread Dave Watts
Next question: Will any other concurrently processing requests use that connection, or is it reserved for the exclusive use of the current thread? It seems to me that when a request gets a connection, it is removed from the pool of connections until the request is over, but like Jochem,

RE: problem with CFFunction return

2003-07-21 Thread Raymond Camden
All I can suggest is seeing what the debug info returns if it happens again. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia

Re: read-only SQL transactions

2003-07-21 Thread Matt Liotta
It seems like one of the benefits to using cfquery as opposed to JDBC directly is that you don't have to deal with connection issues and what have you. It seems to me that if you need that much control over the connections than you should be using JDBC directly. -Matt On Monday, July 21,

ot: ergonomics

2003-07-21 Thread Stan Winchester
Tony, Try http://www.kinesis-ergo.com/ and look at their Contoured keyboard. They are not cheap and take a little to get used to, but I LOVE mine!!! You can sometimes find them on ebay and save a ton of money: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemitem=2743175977category=4706 I also

ergonomics

2003-07-21 Thread Mike Mertsock
Ah, the slouch - my favorite no-no. Does anybody have experiences to share about those kneeling chairs that stick your legs at 45-degree angles, supposedly the optimal angles for your legs/back? I would try one if I heard good things about them. Example: the Hag Balans at http://www.hag.dk.

RE: read-only SQL transactions

2003-07-21 Thread Barney Boisvert
You are exactly correct. However, if CFQUERY provides the interface (and I imagine it does, it just doesn't happen to be formally specified anywhere), why would I want to dick around with managing my own connections? There's a lot of reasons I use CF and am willing to fork the cash for it

cfapplication Error or what?

2003-07-21 Thread John Ho
hi all I have login problem but not clear why. Sometimes my program forces me to login eventhough I already login. I don't set any time out in coldfusion adm at all. Can someone help me out? Thanks John __ Do you Yahoo!? Yahoo! Calendar - Free online calendar

Re: ergonomics

2003-07-21 Thread Jerry Johnson
I spent 2 years in one. I still miss it (note to self - go buy one!) It was excellent. I found it much easier to spend long hours coding without hurting my back (which hurts right now) Jerry Johnson [EMAIL PROTECTED] 07/21/03 05:10PM Ah, the slouch - my favorite no-no. Does anybody have

  1   2   >