RE: Stoopid forms question

2001-12-10 Thread Pascal Peters
Yes you can, but you can't use the CFOUTPUT. And to beat Ray (who is still sleeping), you don't need evaluate if you have CF 4.5+. cfmail ... CFLOOP LIST=#FORM.FieldNames# INDEX=ThisField FIELD=#ThisField#, VALUE=#Form[ThisField]# /CFLOOP /cfmail Pascal -Original Message- From: Matt

Re: HTML okay in browser

2001-12-10 Thread Jochem van Dieten
Paul Sinclair wrote: Jochem, But when is it chopped off? When cf writes the email to the spoolfolder or when dart.dll takes it from the spool folder to the SMTP server? I have no idea. How do I tell? All I know is that somewhere in the process chunks of the html code are just being left

RE: SQL Query Statement

2001-12-10 Thread Pascal Peters
WHERE cal_date_start = cfqueryparam cfsqltype=CF_SQL_DATE value=#CreateODBCDate(Now())# AND cal_date_end = cfqueryparam cfsqltype=CF_SQL_DATE value=#CreateODBCDate(Now())# This is independent of your DB. You can also use DB functions to get the current date -Original Message- From:

full text search

2001-12-10 Thread list peters
hi... i have setup a full text search and have been searching happily... but not getting errors if i search for 2 words how can i change this: WHERE CONTAINS(r.*, '#search#%') to do and OR search. something like ?? WHERE CONTAINS(r.*, ' cfloop index=newsearch list=#search# delimiters=

Re: full text search

2001-12-10 Thread Yanton
use LIKE statement Ex: WHERE 1=1 cfloop index=newsearch list=#search# delimiters= OR (R like '%#newsearch#%') /cfloop R is your field in table yanton - Original Message - From: list peters [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, 10 December, 2001 3:44 PM Subject:

OT: pop up new browser window after closing the browser

2001-12-10 Thread Mak Wing Lok
hi cfer, how can i make a new browser window pop up after a user close the main browser, for example, i want to pop up a new window to remind the user to logoff from the application and not to just close the browser without logoff, how can i do that?

using ASPMail component

2001-12-10 Thread nagraj
Hi C'Fers, I am trying to use the aspcomponent given by www.serverobject.com I written the following code in my page It is really driving crazy, The code is as follows, cfobject TYPE=COM ACTION=CREATE CLASS=SMTPsvg.Mailer name=objMail cfset success=0 cfset objMail.FromName=Aenugula Nagaraj

Re: using ASPMail component

2001-12-10 Thread Jochem van Dieten
nagraj wrote: cfset success=objMail.Sendmail CWebException: Error: Attempting to call a method as a PROPERTYGET assignment. For methods with no arguments please use empty parenthesis ! This error message decodes to something like: cfset success=objMail.Sendmail() But I am not sure whether

RE: using ASPMail component

2001-12-10 Thread Joseph DeVore
If you output objMail.Response you will see what the error is. It might tell you something like This evaluation component has expired. Joseph DeVore VeloxWeb Technologies -Original Message- From: nagraj [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:49 AM To: CF-Talk

Re: using ASPMail component

2001-12-10 Thread nagraj
Dear Jochewm, Thanks Really it worked out. With Regards Nagaraj.A - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 4:38 PM Subject: Re: using ASPMail component nagraj wrote: cfset

RE: pop up new browser window after closing the browser

2001-12-10 Thread Philip Arnold - ASP
how can i make a new browser window pop up after a user close the main browser, for example, i want to pop up a new window to remind the user to logoff from the application and not to just close the browser without logoff, how can i do that? This relies on JavaScript, but you want to look

SOLVED - Scheduler Question

2001-12-10 Thread Bryant Tyson
CFMAIL seems to be the way to go. Thanks for the suggestions guys. I'll take a look for that log file as well. ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

CFLOCK trouble

2001-12-10 Thread stas
Hello, I am doing a very simple exclusive lock in a very simple application. cflock scope=SESSION timeout=15 type=exclusive cfset session.orderid = request.saveData.NewID /cflock I am getting an error saying ... failed to obtain an exclusive access... Where should I start looking for the

Quick Question (J-Run)

2001-12-10 Thread Nathan Stanford
Is Macromedia going to make it where you can have J-Run Studio installed with ColdFusion Studio and them not interfere with each other? I would like to play with J-Run some more so I can learn more about it. Thanks, Nathan Stanford ~~ Get the

OT - FlashCFM.com

2001-12-10 Thread dennis baldwin
Hey Everyone, I just wanted to let you know that we launched the new FlashCFM site this past Friday. Please feel free to come by, check it out, and sign up if you're interested in Flash and ColdFusion integration. The new site contains more tutorials, forums, articles, and we have lots more

CF Flash Connector Urrrr!

2001-12-10 Thread Christian Watt
Has anyone been successful in writing there own code with the connector yet??? On other forums, have heard of a couple situations, and one I am up against the wall with myself. I have a page set up quite similar to the employee directory example, the on(release) code set is almost identical,

RE: file storage in the database

2001-12-10 Thread Ryan Emerle
First and foremost, any feedback at all is much appreciated. Well, I know I phrased my question inappropriately. What I really want to know is: If anyone has ever attempted to store files in the database (files such as .pdf, any image files, word documents, text files, cad drawings, you

Oracle 1704 errors without SQL statement - client var related?

2001-12-10 Thread mherbene
In the past few days I've started to get some Oracle ORA-01704 (string literal too long) errors in my application.log file. These error entries are NOT accompanied by the SQL statement, which is unusual, and which makes it hard to diagnose. I do use client variables, stored in Oracle. Could

Page Expired Show stopper..

2001-12-10 Thread Angel Stewart
Hey all! I am doing some validation, where you go from a data entry page, to an action page. If it fails validation, I am popping a window informing them of the error, and then using a Javascript History(-1) thing to send the user back to the data entry page. Now..when it goes back to the data

Page Expired Show stopper..

2001-12-10 Thread Angel Stewart
Hey all! I am doing some validation, where you go from a data entry page, to an action page. If it fails validation, I am popping a window informing them of the error, and then using a Javascript History(-1) thing to send the user back to the data entry page. Now..when it goes back to the data

RE: Page Expired Show stopper..

2001-12-10 Thread Philip Arnold - ASP
I am doing some validation, where you go from a data entry page, to an action page. If it fails validation, I am popping a window informing them of the error, and then using a Javascript History(-1) thing to send the user back to the data entry page. Now..when it goes back to the data

UPS Prices

2001-12-10 Thread Dunwiddie, Bruce
Does anyone have a page working that gets the online ups shipping cost? We looked at this a while back, and Ben Forta's tag UPSPrice.cfm was working then, but now that we're ready to put something in place, I'm getting a Connection Failure error and after looking in to it, it looks like the tag

RE: Page Expired Show stopper..

2001-12-10 Thread Angel Stewart
Dude! Is there a way to do this without err..rewriting the entire form? Because that ain't possible right now :) ItÂ’s a pretty complicated dynamic form. Is there anything extra that I can add to the form to prevent it from reloading or something like that? -Gel -Original Message-

Re: UPS Prices

2001-12-10 Thread Judith Taylor
What errors are you getting? The site where I'm using Forta's tag is returning the prices with no problem. Judith Dunwiddie, Bruce put into words: Does anyone have a page working that gets the online ups shipping cost? We looked at this a while back, and Ben Forta's tag UPSPrice.cfm was

eCommerce Question

2001-12-10 Thread David Brown
We currently use VeriSign PayFlow Link solution. We currently use it for our gift shops in three different hospitals. We would like to add other eCommerce sites like for donations to some of our foundations. We are required to have three different payflow accounts since we have 3 different

RE: Page Expired Show stopper..

2001-12-10 Thread C. Hatton Humphrey
Can you submit the data back to the form page... maybe loop through the formfields list and create a batch of hidden fields with a form to go back to the entry page, then the pop-up javascript does. Something along the lines of ... from name=resubmit action=form1.cfm cfoutput cfloop

RE: UPS Prices

2001-12-10 Thread Dunwiddie, Bruce
The FileContent is coming back with Connection Failure and that's it. When I go to the url in a browser, I get UPSOnLine5%Missing ActionCode%6837. In the code, there's a line that says CFIF ListFirst(CFHTTP.FileContent, %) IS UPSOnLine3. I'm kind of at a loss if it's something wrong on my end,

RE: Page Expired Show stopper..

2001-12-10 Thread Nathan Stanford
What type of validation are you doing? Maybe you could do the validation before leaving the page at all. -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:07 AM To: CF-Talk Subject: Page Expired Show stopper.. Hey all! I am doing

RE: Custom Tag to resize JPG on the fly...

2001-12-10 Thread Shawn Grover
The other problem with this is that you need to know the original dimensions of the image programatically to determine your aspect ratio. To do this manually for one or two images is fine, but when you have a folder with thousands of images that are displayed dynamically, then this becomes

RE: Page Expired Show stopper..

2001-12-10 Thread Shawn Grover
this happens when you disable page caching. Two options that I know of to get around this: 1) re-enable page caching for the form. Not always the best solution though. 2) repost your form information to the original form. Use the posted info to populate the form with the original values.

Re: Custom Tag to resize JPG on the fly...

2001-12-10 Thread cftalk
This is my own version of imagesize.cfm, optimized and changed slightly. I do not use this tag anymore and will be writing a DLL version. The use of a DLL version is highly recommended, but here you go anyway... You might want to cache the results it determines if you use this in a production

Re: Hi

2001-12-10 Thread BILLY CRAVENS
Of course, picture 2 scenarios: 1) your application is unsecure, but it only cost you $5000 to develop it 2) your app is locked down, but the extra time to develop made the final cost $10,000 Now let's say that in both situations the client was going to pay $20,000, even if they knew that the

OT: WUsage vs. Webtrends

2001-12-10 Thread Phillip Broussard
I am trying to make a decision on who should host our companies website. One company offers WUsage the other offers Dedicated Webtrends Reporting. What do you guys think would be the best for reporting? I don't know if it matters but my boss loves reports, charts and numbers. Thanks, Phillip

RE: OT: pop up new browser window after closing the browser

2001-12-10 Thread Boardwine, David L.
SCRIPT LANGUAGE=VBScript Sub MyLogoutWindow() window.open MyLogout.cfm, NewWin,width=600,height=200,left=100,top=100,Scrollbars=1,Resizable=1,too lbar=1 End Sub /SCRIPT BODY OnUnload=MyLogoutWindow() HTH David L. Boardwine Senior Analyst Ohio Department of Development/ITO Phone (614) 752-4431

CF single user

2001-12-10 Thread Shawn Regan
Does CF 5 have the single user still? and if so what tags and features are not open on this licence? I remember the older versions CFMAIL did not work. How about verity? Shawn Regan Applications Developer pacifictechnologysolutions ~~ Your ad

Re: eCommerce Question

2001-12-10 Thread Dimo Michailov
David: As far as I know, the routing of the money is done by Verisign, so you don't have control over that. Once you setup your bank account in the Verisign Manager, that's where the funds go when Verisign captures the credit card number and gets the funds. What we do here (we also have

RE: CF single user

2001-12-10 Thread Raymond Camden
You are probably talking about CFExpress, not CF SIngle User. The single user version is just that, a full featured version but only for one user. You get this when you purchase Studio 5 (and maybe Ultradev+Studio, not 100% sure). CF Express was a completely free version of the server. There is

RE: CF single user

2001-12-10 Thread Shawn Regan
The off the cfstudio cd and what are the restrictions? Shawn Regan Applications Developer pacifictechnologysolutions -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 9:07 AM To: CF-Talk Subject: RE: CF single user You are probably

Re: Page Expired Show stopper..

2001-12-10 Thread Don Vawter
My approach would require some recoding so if someone else has a simple answer go with that. 1. Is it possible to validate with js on the page. This has the advantage of not re-serving the page. 2. I usually make my action page the same as the form page and set a flag showform If the form passes

Is CFGRAPH Crap?

2001-12-10 Thread Jay Jennings
Is the new CFGRAPH tag crap or is it just designed for very basic usage? Specifically, I need to increase the width of the graph -- partly to make more room for the labels in a vertical bar chart (and partly for aesthetics). I've searched the archives and have seen other people asking but no

How do people work around the current limited cfmail

2001-12-10 Thread Larry W. Virden
At least 2-3 times in the past week we've had developers and users scurrying around trying to figure out why their ColdFusion apps were not delivering mail, with the final reason being that someone had mistyped one of a series of email addresses. I was just curious what others are doing about

Re: UPS Prices

2001-12-10 Thread Dave Hannum
www.Intershipper.com They have a CF tag written by Desert Raven Dave - Original Message - From: Dunwiddie, Bruce [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 10:34 AM Subject: UPS Prices Does anyone have a page working that gets the online ups

RE: Is CFGRAPH Crap?

2001-12-10 Thread Angel Stewart
I can't even get the goddamned Java Applet to initialise. And no one seems to know why (not a good sign), at least no one from either here or the CF Community lists... So I guess unless you REALLY need it..I would Bag it :-\ -Gel -Original Message- From: Jay Jennings [mailto:[EMAIL

RE: UPS Prices

2001-12-10 Thread Judith Taylor
Well, I've just downloaded a new copy of the tag, and compared it with the version I've been usingthere are no differences in the tag itself. How are you calling the tag? That may be where the problem is.what is the code you're using when you call it? Trying to help, Judith

RE: Is CFGRAPH Crap?

2001-12-10 Thread Zac Belado
I've searched the archives and have seen other people asking but no definitive answer. Should I just bag CFGRAPH or is it a little more robust than I'm thinking at this point? Thanks. If you need something more specialised, or robust, than the cggraph tag provides then I'd look at writing a

(announce) CF Functions in JavaScript

2001-12-10 Thread Joseph Grossberg
Ever wished that JavaScript had some of the cool ColdFusion functions like ListContainsNoCase, Trim, or the List structure? Well now it does. This is my initial attempt at porting some CF Functions for use on the client-side (in JS). Good for form validation and the like. Feedback,

RE: Is CFGRAPH Crap?

2001-12-10 Thread Bruce, Rodney (Contractor)
I agree the CFGRAPH tag is for basic usage. but it does have WIDTH and HEIGHT attributes, I believe that will change its size. at least they work for me. I only use it for simple pie charts and it works great for this. To get a little more flexibility for bar charts I use a tag written by BEN

Re: How do people work around the current limited cfmail

2001-12-10 Thread BILLY CRAVENS
have you analyzed your undeliverable folder and your logs? I've found that when mail isn't going, it's usually an SMTP config issue. --- Billy Cravens - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 11:17 AM

RE: Setting up Advanced Security on Win2K

2001-12-10 Thread Brunt, Michael
Reed, my experience with Advanced Security is not very positive and I think your point re Neo and it's Siteminders apparent none use is a good one. I know that someone re-wrote these facilities for Advanced Security for Spectra in a non-Siteminder environment the URL of the current Spectra open

Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Kelly Matthews
Did anyone else get solicited by these people? They snatched my email address off CF-Talk... not appreciated... really hate it when people do that! -Original Message- From: Efflare Systems [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 11:47 AM To: [EMAIL PROTECTED] Subject:

RE: CF or Spectra vs. Broadvision

2001-12-10 Thread Brunt, Michael
Jon, whilst working for Allaire I handled several Spectra projects for clients I found it to be an amazing product which in many ways was under priced (in comparison to way over-priced products-services like Broadvision, Vignette etc). The pricing point for Spectra seemed to generate an aura of

RE: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Will Swain
No. but i agree that that is pretty poor form, and i wouldn't be happy if they had emailed this to me. will -Original Message- From: Kelly Matthews [mailto:[EMAIL PROTECTED]] Sent: 10 December 2001 18:11 To: CF-Talk Subject: Anyone else get solicited? FW: CFX ImageCR Did anyone else

RE: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread Carlisle, Eric
If they subscribe to this list, they should probably get booted. Of course, other people can just take it from web archives of CF-TALK (without subscribing to the list). :P~ EC -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001

How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread James Taavon
I want to create an application that allows the end-user to first select a category from select box A, which entails populates select box B with that category's data drawn from the database. In other words, when John Doe selects Employment from select box A, select box B populates with data taken

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread Christopher Olive
look into Nate Weiss' TwoSelectedRelated tag on the allaire development gallery. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10,

RE: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread C. Hatton Humphrey
Just an interesting side-comment, they seem to be on a slow(er) connection and all their mouse over JavaScript was iffy at best. ** Disclaimer: Slow as related to my connection (1/2 a T-1) and Iffy is defined as I moused-over and it took a second for the mouse over to work and in one or two

Re: How do people work around the current limited cfmail

2001-12-10 Thread Larry W. Virden
have you analyzed your undeliverable folder and your logs? I've found that when mail isn't going, it's usually an SMTP config issue. Actually, the two most recent cases were places where users had typed in incorrect email addresses. The bottom line is that I would MUCH rather the person

RE: How do people work around the current limited cfmail

2001-12-10 Thread Tony Gruen
We are also having serious trouble with CFMAIL. NO mail is being delivered and NO files are being put into the UNDELIVR folder. Restarting does not help. CF 4.5 / CF5, IIS5 IIS4 with all O/S service packs current. We can see the errors on the mail server, but no files on the web server. Does

Re: How do people work around the current limited cfmail

2001-12-10 Thread BILLY CRAVENS
Easily done - CFSCHEDULE a task that checks the undeliverable folder, loops through the files, and emails them to whoever, and then deletes them from the folder --- Billy Cravens - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday,

Re: Anyone else get solicited? FW: CFX ImageCR

2001-12-10 Thread BILLY CRAVENS
Looks like a decent product - too bad they just ruined their credibility by using SPAM Perhaps they can get in good graces by posting in a message to the list, typed 100 times: I will not resort to pathetic, slimy marketing tactics :-) --- Billy Cravens - Original Message - From: Will

Re: eCommerce Question

2001-12-10 Thread David Brown
Good idea, I will check to see if we can. - Original Message - From: Dimo Michailov [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 11:54 AM Subject: Re: eCommerce Question David: As far as I know, the routing of the money is done by Verisign, so you

RE: How do people work around the current limited cfmail

2001-12-10 Thread Kurt Ward
We have battled this problem for 2 years. First there was the bare LF problem with Linux Qmail (and CFMail not building emails per the RFC), plus undeliverables of every nature, etc., etc.. We also tried ASPMail, which was configured per the docs and it worked sporadic at best. Our solution:

Re: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread Alex
cf_twoselects_related On Mon, 10 Dec 2001, James Taavon wrote: I want to create an application that allows the end-user to first select a category from select box A, which entails populates select box B with that category's data drawn from the database. In other words, when John Doe selects

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread James Taavon
First thing I looked at, actually have used it for another app. The difference here is that, the way the TwoSelectsRelated Tag works (my interpretation) is that it takes your choice from Select Box 1 and gives you the corresponding value in Select Box 2. Example, Column A is database populates

Re: How do people work around the current limited cfmail

2001-12-10 Thread Larry W. Virden
from: BILLY CRAVENS [EMAIL PROTECTED] Easily done - CFSCHEDULE a task that checks the undeliverable folder, loops through the files, and emails them to whoever, and then deletes them from the folder Not so easy, since it is relatively difficult, as far as I can tell, to determine what

RE: How do people work around the current limited cfmail

2001-12-10 Thread Cameron Childress
This tag may help... http://devex.allaire.com/developer/gallery/info.cfm?ID=05D90D06-6C6B-11D5-83 F100508B94F85Amethod=Full IMHO - If the application's designer is properly checking for valid mail formats, and the user enters a wrong email for themselves... They shouldn't expect a message, and

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread Christopher Olive
not technically correct. it will do something like this Column AColumn B Item 1 Item 1 - Sub 1 Item 1 Item 1 - Sub 2 Item 1 Item 1 - Sub 3 Item 2 Item 2 - Sub 1 Item 2 Item 2 - Sub 2 Item 2

RE: UPS Prices

2001-12-10 Thread Matt Robertson
I used to use the Forta tag and loved it. Then UPS started playing hide-the-api and broke it... At the time, at least. After that experience I decided I can't depend on a 3rd party's good will to let ecommerce sites keep working. Built a tag that uses downloaded/imported rates rather than

RE: How do people work around the current limited cfmail

2001-12-10 Thread Tony Gruen
Thnk you for the link, I will check it out. I agree on the user format trouble. We are validating the format pretty heavily and all emails seem to be correctly formatted. Our tests are not even going anywhere. This is a well known issue, however, careful monitoring and resending or restarting

CfLocation ?

2001-12-10 Thread Eric J Hoffman
Is it possible to use cflocation after a cfcontent download? I can't seem to make it work. Client clicks ok after selecting file, cf goes to the action page and the server finishes upload, the file is moved for storage, then cfcontent initiates a download...after that all seems to stop even

Using newgroup

2001-12-10 Thread Won Lee
Testing. If I get another message saying my post was reject because I don't have a subject and/or message... ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: UPS Prices

2001-12-10 Thread Kurt Ward
I'm pretty sure that pulling rate quotes from the UPS site via the CGI gateway is still a violation of their site usage rules. Registering and using the XML tools was for the most part painless and the tools are very cool (address verification, tracking, rates, etc.). They also send email

Re: How do people work around the current limited cfmail

2001-12-10 Thread Howie Hamlin
Sorry for the plug... You may want to try iMS-SE. iMS-SE is a mail server solution that is integrated tightly with ColdFusion. You don't have to rely on external mail servers plus you get several features over cfmail (you can continue to use cfmail with iMS-SE as well). Some of the more

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread James Taavon
Yes, I see how that can work. Only problem is that if Item 1 exits n times in Column A in database it is listed n times in the list. Using GROUP BY on the query does not work, any way around that? -Original Message- From: Christopher Olive [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread James Taavon
actually, do you have a copy of ThreeSelectsRelated tag? Nate's site is down for upgrade. -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:39 PM To: CF-Talk Subject: RE: How Do I Create Dynamic Arrays to Populate Select Boxes? Yes, I

Test time

2001-12-10 Thread Won
I must apologize for the swarm of test messages that I am posting. But as most of you know, CF-TALK receives a large volume of messages/mail everyday. Not being able to sort by date is not an option for me. So if I can't get it to work by a few more tries, I will stop polluting your inboxes

RE: CfLocation ?

2001-12-10 Thread Dave Watts
Is it possible to use cflocation after a cfcontent download? No, you can only do one or the other. I think this is a limitation within the HTTP protocol, and isn't specific to CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: How do people work around the current limited cfmail

2001-12-10 Thread Gordon Burns
At 19:15 10/12/2001 Tony Gruen said Thnk you for the link, I will check it out. I agree on the user format trouble. We are validating the format pretty heavily and all emails seem to be correctly formatted. Our tests are not even going anywhere. This is a well known issue, however, careful

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread Christopher Olive
you don't want GROUP, you want ORDER by. GROUP BY is only used with aggregate functions. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread Christopher Olive
look on allaire's DEVEX. christopher olive, cto, vp of web development cresco technologies, inc 410.825.0383 http://www.crescotech.com -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:47 PM To: CF-Talk Subject: RE: How Do I Create

RE: How Do I Create Dynamic Arrays to Populate Select Boxes?

2001-12-10 Thread James Taavon
FOUND IT!! -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:47 PM To: CF-Talk Subject: RE: How Do I Create Dynamic Arrays to Populate Select Boxes? actually, do you have a copy of ThreeSelectsRelated tag? Nate's site is down for

Re: How do people work around the current limited cfmail

2001-12-10 Thread Howie Hamlin
One comment - we don't have annual licenses anymore. The new license does not expire and costs $250. Regards, Howie - Original Message - From: Gordon Burns [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:44 PM Subject: RE: How do people work around

Re: Test time

2001-12-10 Thread BILLY CRAVENS
I'm not having any problem seeing the time of each message - they appear correct. Perhaps it's an issue with your mail client/server. --- Billy Cravens - Original Message - From: Won [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:43 PM Subject: Test

RE: How do people work around the current limited cfmail

2001-12-10 Thread Tony Gruen
Thanks Gordon. Super feedback and we are going to try it. I appreciate your input. T -Original Message- From: Gordon Burns [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 10:44 AM To: CF-Talk Subject: RE: How do people work around the current limited cfmail answer the

Re: Test time

2001-12-10 Thread Won Lee
I'm trying to get it to work via the fuseware newsgroup. It worked perfectly well in my mail client, Eudora (used to be outlook before they banned it here). Won ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ:

Re: How do people work around the current limited cfmail

2001-12-10 Thread Larry W. Virden
One comment - we don't have annual licenses anymore. The new license does not expire and costs $250. Does it run on SPARC Solaris? That's the platform we use for all useful web applications - we don't currently use Windows for any 'real world' web work. -- Never apply a Star Trek solution

Re: How do people work around the current limited cfmail

2001-12-10 Thread Jochem van Dieten
Larry W. Virden wrote: from: BILLY CRAVENS [EMAIL PROTECTED] Easily done - CFSCHEDULE a task that checks the undeliverable folder, loops through the files, and emails them to whoever, and then deletes them from the folder Not so easy, since it is relatively difficult, as far as I can

Re: How do people work around the current limited cfmail

2001-12-10 Thread Howie Hamlin
It's currently Windows-only. Regards, Howie - Original Message - From: Larry W. Virden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:13 PM Subject: Re: How do people work around the current limited cfmail One comment - we don't have annual

Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
Hi folks! Can anyone tell me why I am getting erorrs with this code? I am trying to delete all my client.comments_#whatever# variables. CFSET CurrentDate= #StartDate# cfloop CONDITION=#CurrentDate# LTE #EndDate# CFIF

Disconnecting Data Sources for Upload?

2001-12-10 Thread John McKown
Customer has Access database that he uploads to CF Server via FTP. Access database is a datasource for his site. When site is being viewed, he cannot upload a newer copy of the database because the file is locked. Any creative solutions besides disconnect the datasource? John McKown, President

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Don Vawter
Mixing single and double quotes in your isdefined statement - Original Message - From: Angel Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:31 PM Subject: Error clearing dynamic Client Variables. Hi folks! Can anyone tell me why I am

Re: Disconnecting Data Sources for Upload?

2001-12-10 Thread Chuck Rodgers
Hi, You can break the lock by running a query on the datasource that causes an error select * from x (in this case x stands for a table that does not exist). This should break the lock and allow the uploading of the db. Chuck Rodgers At 03:36 PM 12/10/01 -0500, you wrote: Customer has

Re: Disconnecting Data Sources for Upload?

2001-12-10 Thread BEN MORRIS
Have two datasources databases. Have person upload datasource 2 while the site uses datasource 1. Do a query of datasource 2, loop through it and update datasource 1. Maybe have a scheduled task do this at a time that would be least disruptive. There are probably better ways to do this,

RE: Error clearing dynamic Client Variables.

2001-12-10 Thread Angel Stewart
The IsDefined statement works.. It drops into the CFIF statement correctly..and then it is supposed to delete the client variables. The Deleteclientvariable is the one that isn't working. -Angel -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Mixing single and double

RE: Disconnecting Data Sources for Upload?

2001-12-10 Thread John McKown
Ben, That sounds like a good solution. Thanks. John McKown, President Delaware.Net, Inc. 28 Old Rudnick Lane Dover, DE 19901 e-mail: [EMAIL PROTECTED] phone: 302-736-5515 toll free: 888-432-7965 fax: 302-736-5945 cell: 302-363-0071 icq: 1812513 -Original Message- From: BEN MORRIS

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Don Vawter
OK but wouldn't if be a lot simpler to have your isdefined like this: CFIF IsDefined(client.Comment_ DateFormat(CurrentDate,'mmdd') ) and CFSET temp = DeleteClientVariable(Client.Comment_ DateFormat(CurrentDate,'mmdd')) why do you need all the extra evaluates etc. - Original

Re: Error clearing dynamic Client Variables.

2001-12-10 Thread Tyler Clendenin
I don't understand why you need the evaluate function inside the isdefined. - Original Message - From: Angel Stewart [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 3:31 PM Subject: Error clearing dynamic Client Variables. Hi folks! Can anyone tell

RE: How do people work around the current limited cfmail

2001-12-10 Thread Joseph DeVore
Hey Jochem, Off hand do you know how many email messages your custom tag can handle per day? I like the idea of having the SMTP server do what it does best. What are the cons to using this tag aside from the undeliverables? Joseph DeVore VeloxWeb Technologies -Original Message-

RE: Error clearing dynamic Client Variables.

2001-12-10 Thread David Schmidt
I just had this same problem. The problem is that you are not supposed to use the word client. in the deleteclient variable statement. For example: cfset result = deleteclientvariable(myVar) --- Correct Way. instead of: cfset result = deleteclientvariable(client.myVar) --- Wrong Way. Hope

Re: CfLocation ?

2001-12-10 Thread BILLY CRAVENS
Use hidden frames. --- Billy Cravens - Original Message - From: Eric J Hoffman [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, December 10, 2001 1:09 PM Subject: CfLocation ? Is it possible to use cflocation after a cfcontent download? I can't seem to make it work.

  1   2   >