RE: email to fax?

2004-11-23 Thread Burns, John D
Paypal? John -Original Message- From: DRE [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 4:28 PM To: CF-Talk Subject: Re: email to fax? Yup, they are cheap. Just a little flower shop trying to automate life a little bit. Hmm. Anybody know of any low hassle online

RE: Mambo SQL query help.... Please

2004-11-23 Thread Burns, John D
Not really, unless you did stored procedures or something. I guess you could also use a view for each type of data you want to look up. I'm not really sure what that would do for you performance-wise but it may help organize things some. I think that you're going to take a while because of all

SOT: Flash Remoting Problem with CF

2004-11-22 Thread Burns, John D
I'm having a problem that I can't figure out. I have a flash movie that has 2 different parts that use Flash Remoting. The first part connects and returns a Query object and I'm able to access it without a problem. Another part connects and returns a structure but for the life of me, I'm not

RE: Restricting Access by IP Address

2004-11-22 Thread Burns, John D
Could you not use the webserver? IIS allows for restriction to certain Ips. I assume *nix allows the same sort of thing. It just might be better to put this load on the webserver instead of your application server. Then your code is a little more portable and if you ever need to make it

RE: encryption issue

2004-11-22 Thread Burns, John D
It depends on how secure you're trying to make it. If you're just trying to avoid casual passersby from getting to it, you could use encrypt() and decrypt() with a seed to make it so it's not just readable directly from the DB. Not sure if that helps. John -Original Message- From: DRE

RE: SOT: Flash Remoting Problem with CF

2004-11-22 Thread Burns, John D
I don't know what you mean. I copied and pasted that from the debugger. What other info would you like? John -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, November 22, 2004 10:34 AM To: CF-Talk Subject: Re: SOT: Flash Remoting Problem with CF Can you

RE: CFC instance creation Problem

2004-11-19 Thread Burns, John D
Do you have any mappings set up on the servers that work that aren't on the other? Any directory structure differences? Is the createObject() function disabled in the CF Administrator? You weren't very clear with what errors you were getting. John -Original Message- From: sam

RE: CFFILE upload to Linux server issues

2004-11-12 Thread Burns, John D
Good catch Dave. I totally forgot about mentioning that but I had a HUGE problem with that when I was hosting on a shared linux box. John -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 6:06 PM To: CF-Talk Subject: RE: CFFILE upload to Linux

RE: File retrieval

2004-11-12 Thread Burns, John D
I'd use FTP since that's what it's designed for. The method you're talking about sounds like a TON of data over HTTP. With all that data you're transferring, FTP might be a better bet. If you need tracking and such, maybe you can do use Event Gateways in Blackstone to handle the uploads and

RE: CFFILE upload to Linux server issues

2004-11-12 Thread Burns, John D
Because *nix is case sensitive in file names and CF will only handle them as expected if you capitalize them the way CF expects. John -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 9:41 AM To: CF-Talk Subject: RE: CFFILE upload to Linux

RE: For the kids

2004-11-12 Thread Burns, John D
You could build the pages however fits you best and maybe use the cfdocument tag in Blackstone to export it to PDF or Flash Paper. PDF is probably best because then people could take it to Kinkos or Staples or something and have them print and bind it. Just an idea. However, the other thing to

RE: Syncronize CF apps with PDAs

2004-11-12 Thread Burns, John D
Depends on what you mean by synchronize. You could use AvantGo to sync dynamic pages up. Othwerise, I'm not sure what you mean. John -Original Message- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 10:19 AM To: CF-Talk Subject: Syncronize CF apps with

RE: For the kids

2004-11-12 Thread Burns, John D
10:21 AM To: CF-Talk Subject: Re: For the kids Burns, John D wrote: the other thing to consider is that years from now PDF may be ancient history. Who knows if the users will be able to view it then. I suspect PDF will be around for a long time, I've yet to find anything good enough to replace

RE: Syncronize CF apps with PDAs

2004-11-12 Thread Burns, John D
) this info with the CF backend. Thanks Victor On Fri, 12 Nov 2004 10:32:29 -0500, Burns, John D [EMAIL PROTECTED] wrote: Depends on what you mean by synchronize. You could use AvantGo to sync dynamic pages up. Othwerise, I'm not sure what you mean. John -Original Message

Debugging turning off on service restart

2004-11-12 Thread Burns, John D
I have debugging enabled on our development box. Whenever we need to restart the service or do a complete reboot of the machine, debugging turns itself off and i have to manually turn it back on. Is there some sort of start-up parameter that can be set in an XML file or something that will

RE: Debugging turning off on service restart

2004-11-12 Thread Burns, John D
Dave, When I look at that file, the enabled/enabled set is set to true. Everything in there is set to true except the following: Lockrelease Lockwarning Lockcreate Requestvar Lockacquire Do any of those set somehow lock the settings or do the locks have to do with something else? Any ideas?

RE: Function and query name overwrite

2004-11-11 Thread Burns, John D
Would it be possible to do cfquery name=var getEmployees ? It looks funny and I doubt it would work, but I know you can do cfquery name=application.getEmployees so I thought maybe the other would work as well. Anyone have time to test? John -Original Message- From: Michael Dinowitz

RE: Re: Blackstone to provide built-in

2004-11-11 Thread Burns, John D
In response to the question, I didn't hear anything about remoting being built into the forms. I did hear that Blackstone will be able to generate forms automatically in Flash and thus provide some built in variable checking and error messages and such before submission, but then the rest is just

RE: CFFILE upload to Linux server issues

2004-11-11 Thread Burns, John D
The . in the file name might be screwing something up. Maybe CF is thinking there's a scope of some sort? I'm not sure, but that may be a place to check. John -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 1:00 PM To: CF-Talk Subject:

RE: CFFILE upload to Linux server issues

2004-11-11 Thread Burns, John D
You may need to set the mode attribute of cffile to 777. You may also want to check and make sure that the directory you're trying to upload to has the appropriate permissions on it. 777 allows uploads and such but may open you up too much. Set the permissions just for what you need. John

RE: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-11 Thread Burns, John D
You could learn Flex. Sounds like something that would fit your needs. The price tag is a little high, but if you're picky about the things you want, I guess you have to be ready to pay that amount. John -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Re: Blackstone to provide built-in

2004-11-11 Thread Burns, John D
presentation, applications (as opposed to page based Web apps), ... that is where you'll need Flex. --- Ben -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 2:35 PM To: CF-Talk Subject: RE: Re: Blackstone to provide built-in In response

RE: Lowercase custom tag names on UNIX

2004-11-11 Thread Burns, John D
Perhaps the livedocs should just say case-sensitive? Maybe that's what they meant. They're probably just making a point to show that most tags are case-insensitive in CF, but because custom tags make a call to the file system, the tag name and the file name must be the same case. It's probably

RE: CFFILE upload to Linux server issues

2004-11-11 Thread Burns, John D
The 777 should be in quotes. Mode=777 it's a string not a number. John -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 3:18 PM To: CF-Talk Subject: RE: CFFILE upload to Linux server issues now I get the following after I added the mode

RE: cfmx 6.1 updater

2004-11-11 Thread Burns, John D
Tony, What are you upgrading from? John -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 4:07 PM To: CF-Talk Subject: cfmx 6.1 updater hello all. i have to upgrade my production box to 6.1 updater tonight. that doesnt require a system

RE: Outlook from CF

2004-11-10 Thread Burns, John D
You're actually not connecting to outlook, you're connecting to exchange server. I'd assume this might be able to be done through ldap or something like that. I'm not sure, I just wanted to clarify that outlook is just the client and exchange is the server. John

RE: When two tables go to war (JOIN)

2004-11-09 Thread Burns, John D
Depending on the app, if this is a key feature, it'd be worth caching (either via the provided attributes in the cfquery tag or by storing the results in a scope (application or session). Doing it as one query just to save calls to the DB is rediculous. That's like saying to put all of your

RE: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Burns, John D
Does this syntax work reliably on all browsers? John -Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 12:37 PM To: CF-Talk Subject: Re: Serve gif or jpeg for users without FLASH? Jim McAtee wrote: How do you serve a gif or jpeg image

Administrator Source Access

2004-11-08 Thread Burns, John D
Does anyone know if the anticipated components to access the CF administrator in Blackstone will be backwards compatible and work with CFMX 6.1? John Burns ~| Special thanks to the CF Community Suite Gold Sponsor -

RE: Administrator Source Access

2004-11-08 Thread Burns, John D
forwards compatible with what BS brings to the table, so you don't have to rewrite anything that uses them when you uprgade. cheers, barneyb On Mon, 8 Nov 2004 15:17:17 -0500, Burns, John D [EMAIL PROTECTED] wrote: Does anyone know if the anticipated components to access the CF administrator

RE: cfqueryparam oddity

2004-11-05 Thread Burns, John D
the window or how that would work. John Burns From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thu 11/4/2004 11:26 AM To: CF-Talk Subject: Re: cfqueryparam oddity Burns, John D wrote: Speaking of Blackstone, are NDAs out the window now because of MAX? I

RE: CFLOGOUT

2004-11-05 Thread Burns, John D
That's actually a known issue with CFLOGIN and CFLOGOUT. It was discussed at MAX. The only way to make sure it works correctly is to remove the cookies manually after your CFLOGOUT tag. Using CFLOGIN with sessions also has a bug. I went to an entire session on CFLOGIN and the basic answer

RE: cfqueryparam oddity

2004-11-05 Thread Burns, John D
2004 17:26:08 +0100, Jochem van Dieten [EMAIL PROTECTED] wrote: Burns, John D wrote: Speaking of Blackstone, are NDAs out the window now because of MAX? I seriously doubt that. Previous NDA's from Macromedia never expired, but allowed you to talk about information that was public, i.e

RE: cfqueryparam oddity

2004-11-04 Thread Burns, John D
Speaking of Blackstone, are NDAs out the window now because of MAX? Can we talk freely? Or does the MAX copy say something about Opening this means you accept the NDA and maybe this message will self destruct in 30 seconds? John From: Tony Weeg

RE: cf-talk at MAX?

2004-10-29 Thread Burns, John D
You're not going to include it in the raffle? :-) John -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:58 AM To: CF-Talk Subject: Re: cf-talk at MAX? sounds like you got it covered... however ill prolly bring a controller with me so

RE: Application.cfm update question

2004-10-29 Thread Burns, John D
Any chance this might be a problem with the application timeout? I think I had a problem with this on some previous projects. I reset the timeout to 0 and then executed a page and then reset the timeout to what it was. Not sure if that could be it, but just in case. John -Original

Enable Debugging turning off when server rebooted

2004-10-27 Thread Burns, John D
We have a development server running Windows 2003 and CFMX 6.1. I have checked the Enable Debugging in the CF Administrator and I've set up a tool for developers to add their IP Addresses to the list of Debugging IP addresses via a page I created referencing Ben Forta's example that accesses

RE: outlok forms and CF

2004-10-22 Thread Burns, John D
I think the question would be how to do the form to begin with. I think CF could make anything happen (may require a java program or a Custom Tag or something) but I don't know that there's a simple way to make outlook forms. Just put some time into figuring out how to create an outlook form and

RE: CF Version Number

2004-10-22 Thread Burns, John D
Dump the server scope and it will be in there. Or, log into the administrator and it's in there as well. John Burns -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 3:32 PM To: CF-Talk Subject: CF Version Number I'm trying to survey

RegEx help

2004-10-21 Thread Burns, John D
I'm trying to parse through some information in a text document where there is information like this: Text text text text text text text FirstName: Bob Age: 30 text text text text text text text text LastName: Brown text text text text text but this information is also within a bunch of other

RE: RegEx help

2004-10-21 Thread Burns, John D
Hmmm, I think I see what you're trying to do there, but it doesn't work. The files aren't very large at all and I am using CFMX. I'm not very good with Regexs so I'm not sure what's wrong, but it seems to not be stripping anything out. John -Original Message- From: Jerry Johnson

RE: RegEx help

2004-10-21 Thread Burns, John D
, 2004 1:28 PM To: CF-Talk Subject: Re: RegEx help Are you sure you've got the fieldname correct? Capitilization counts. If you want to do a case-insensitive search, use rereplacenocase() instead. --Ben Burns, John D wrote: Hmmm, I think I see what you're trying to do there, but it doesn't work

RE: RegEx help

2004-10-21 Thread Burns, John D
Maybe that's what it is. I think the case I'm talking about has a linebreak after the data. Which space (chr(32)) would I replace with the space class? The one after the ^ or the one before the +. John -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: RegEx help

2004-10-21 Thread Burns, John D
, John D wrote: Ben, Great catch. That was my stupidity. However, the regex is picking up a little bit too much info. For instance, if this was the text: firstName: Bob lastName: Jones When I run the regex, it's returned Bob: lastName: as the value of firstName. It's like it's going

RE: RegEx help

2004-10-21 Thread Burns, John D
This is returning nothing now. I'm trying to understand what's going on so I can tweak some myself, but I just keep confusing myself. What does the \1 mean? And you're saying the space class will handle end of lines right? John -Original Message- From: Jerry Johnson [mailto:[EMAIL

RE: RegEx help

2004-10-21 Thread Burns, John D
cover your questions. HTH. If you have more, feel free to ask them. --Ben Burns, John D wrote: This is returning nothing now. I'm trying to understand what's going on so I can tweak some myself, but I just keep confusing myself. What does the \1 mean? And you're saying the space class

RE: Available for Contract?

2004-10-21 Thread Burns, John D
As a side note, is there any chance for trimming down some of the lists so there are less to join and set some specific instructions for each list? I was on CF-Community for a while for a few threads that were CF-related but not technical so had to be moved to cf-community. It just seems that

RE: Available for Contract?

2004-10-21 Thread Burns, John D
Mike, That's quite alright :-) Thanks for the offer though. I'd rather pare them down some and as someone else mentioned have a place in between cf-talk and cf-community. It's nice to have discussions such as salary on the main list to me as long as they aren't too often or too long, but I can

REPOST: Access to cfschedule and cfindex/cfcollection listings

2004-10-19 Thread Burns, John D
Below is a post that I submitted last week and I didn't get any responses. Can anyone shed some insight on this? Does anyone know of a way via the CF service factory or some other way to be able to list the scheduled tasks that CF has and the collections and indexes that have been created?

RE: REPOST: Access to cfschedule and cfindex/cfcollection l istings

2004-10-19 Thread Burns, John D
. -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 October 2004 11:10 To: CF-Talk Subject: REPOST: Access to cfschedule and cfindex/cfcollection listings Below is a post that I submitted last week and I didn't get any responses. Can anyone shed some insight

RE: dhtml and div question

2004-10-19 Thread Burns, John D
I think you'd have to set a cookie or url variable or something to set whatever the current status is. John -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 3:41 PM To: CF-Talk Subject: ot: dhtml and div question g'day all! if i have a div

RE: How to prevent multiple logins

2004-10-15 Thread Burns, John D
But if you force off the first login, that may not be the same user, but it may be a different user using the same login.You can't force someone off while they're in the app. John -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 4:42 PM

Getting around Outlook 2003 Junk Email Filtering

2004-10-15 Thread Burns, John D
Does anyone know the specifics of what Outlook 2003 looks for when filtering Junk Email?I have been testing some email features that I am developing via CF.Whenever I send an email, Outlook 2003 flags it as Junk Email and moves it to the folder.Anyone have any tips for what I can do to avoid Junk

RE: How to prevent multiple logins

2004-10-15 Thread Burns, John D
another IP has logged in... Burns, John D wrote: I think the biggest decision that the person who asked will have to make is the business logic for when a session that is currently logged in is no longer logged in.For instance: If User A logs in at 10AM and is given a 60 minute session

RE: How to prevent multiple logins

2004-10-15 Thread Burns, John D
But what if the login information is lost accidentally?I agree that the app may dictate anything, but it seems the helpdesk overhead with handling issues of I got logged out for no reason would outweigh the need for one login per user.Especially because that negates having 2 browsers open with the

RE: How to prevent multiple logins

2004-10-15 Thread Burns, John D
My argument isn't for me, but for the average user.They don't know the different between opening another instance of IE versus a new window of the same instance. John -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 1:29 PM To: CF-Talk

RE: How to prevent multiple logins

2004-10-14 Thread Burns, John D
I think the biggest decision that the person who asked will have to make is the business logic for when a session that is currently logged in is no longer logged in.For instance: If User A logs in at 10AM and is given a 60 minute session and is somehow flagged as logged in (either in DB or app

RE: why can't they log in? post II

2004-10-12 Thread Burns, John D
They could have the XP firewall thingy turned on. I'm not sure what all it limits, I just remember it being there. John -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 10:57 AM To: CF-Talk Subject: Re: why can't they log in? post II I

RE: Stand Alone CF Runtime

2004-10-12 Thread Burns, John D
Coral was what it was called.I believe someone mentioned that Blue Dragon can do this same sort of thing.Someone mentioned being able to run stuff on a CD with BD. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 12, 2004 3:11 PM To:

RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-11 Thread Burns, John D
There's also some scripting type stuff you can do in IE (search Microsoft's site) but when I looked into it, the time invested to do this far outweighed the benefit.Also, that means IE only...but it is out there. John Burns -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED]

RE: CF / PHP Forum ?

2004-10-11 Thread Burns, John D
We've used PHPBB and YabbSE (now SMF).All are PHP based.I'd like to find a good CF version.I've thought of writing one, but haven't had time. John -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:32 AM To: CF-Talk Subject: CF / PHP Forum

RE: How to suppress the Header and Footer info when printing from a browser

2004-10-11 Thread Burns, John D
What'd I do wrong?I'm just using Outlook 2003.Is there something non-RFC compliant about it? John Burns -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:44 AM To: CF-Talk Subject: RE: How to suppress the Header and Footer info when

RE: How to suppress the Header and Footer info when printing fr o m a browser

2004-10-11 Thread Burns, John D
I guess I am using the wrong terms or something. Mario -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 8:56 AM To: CF-Talk Subject: RE: How to suppress the Header and Footer info when printing fr o m a browser There's also some scripting t

RE: How to suppress the Header and Footer info when printing from a browser

2004-10-11 Thread Burns, John D
due to the saturation of microsoft products. John -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 10:22 AM To: CF-Talk Subject: Re: How to suppress the Header and Footer info when printing from a browser Burns, John D wrote: What'd I do

RE: How to suppress the Header and Footer info when printing from a browser

2004-10-11 Thread Burns, John D
to suppress the Header and Footer info when printing from a browser Burns, John D wrote: Ok, I understand.Sorry about that.I'll call my buddy Bill Gates this afternoon and tell him to fix it :-) Please do. Microsoft may not fix bugs in their products because it is the right thing to do

Access to cfschedule and cfindex/cfcollection listings

2004-10-11 Thread Burns, John D
Does anyone know of a way via the CF service factory or some other way to be able to list the scheduled tasks that CF has and the collections and indexes that have been created?We're trying to lock down developer access to the CF Administrator and we've already created a tool using the service

RE: scheduling pages

2004-10-08 Thread Burns, John D
Why does it take that long? Perhaps CF is not the best choice for this type of a process.Make sure you're using the right tool for the job.Just because you have a hammer and know how to use a hammer doesn't make the hammer the best for putting a screw in.It might be worth taking the time to learn

RE: scheduling pages

2004-10-08 Thread Burns, John D
long it will take but my test was on about 45 users and it took around 3 minutes. In the long run I'm probably looking at 9k users. Which, now that I do the math is 10 hours. Thanks for pointing that out :-) -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent

RE: Urgent : problem with Client Variables.

2004-10-08 Thread Burns, John D
I think what Dave Watts was saying was that when you do client.contract.id, CF actually creates a structure named client.Thus, that variable is not really a client variable, just a variable within a structure called client.Maybe you can use structDelete() to get rid of it. John -Original

RE: Urgent : problem with Client Variables.

2004-10-08 Thread Burns, John D
categoria_cliente= cfid=8875 cftoken=1941 codigo_cliente= codpuntoventa=BMWBB cotizacion.apellido=SARANITI cotizacion.calle=Patricios cotizacion.codigo_postal=1638 cotizacion.departamento= cotizacion.idente=639 cotizacion.localidad=1638 _ De: Burns, John D [mailto:[EMAIL PROTECTED] Enviado

RE: How to suppress the Header and Footer info when printing fr om a browser

2004-10-08 Thread Burns, John D
I've tried that and it's a very in depth process.Your best bet would be to convert to PDF and then print. Forcing the browser to behave a certain way is more trouble than it's worth. John -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Friday, October 08, 2004

RE: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-07 Thread Burns, John D
Adam, Somehow, I think your vote is tainted :-) John -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 10:48 AM To: CF-Talk Subject: Re: Slightly OT: Name top 5 CF developers you know one way or another I dont mean to throw a bucket

Win XP SP2 and Google Toolbar problems?

2004-10-05 Thread Burns, John D
All, I recently was trying to log in to my online banking with Suntrust (https://internetbanking.suntrust.com) and everytime I went to the page, I got a blank page with a _javascript_ error in IE.When I opened the _javascript_ error, the message said Permission Denied and the line it referenced

RE: CFMX and Flash MX sharing variables

2004-10-05 Thread Burns, John D
Look up Flash Remoting. John Burns -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 9:38 AM To: CF-Talk Subject: CFMX and Flash MX sharing variables I'm in a pinch and need to figure this out as fast as possible. I want to be able to pass

RE: Win XP SP2 and Google Toolbar problems?

2004-10-05 Thread Burns, John D
Paul, I don't think that's the problem.After submitting my problem to Suntrust I got the email about the Google toolbar and when I unchecked the Auto Fill option in the Google toolbar, everything works fine. John -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent:

RE: running MSSQL scripts

2004-10-01 Thread Burns, John D
I'd suggest using cffile to read the text from the .sql file and then plop that text into a cfquery set. John -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 8:00 AM To: CF-Talk Subject: running MSSQL scripts I'm struggling here

RE: CF Tab Order???

2004-10-01 Thread Burns, John D
That's actually html not vb or cf. I think the property on the input tag is taborder or something like that. John -Original Message- From: Donna French [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:58 PM To: CF-Talk Subject: CF Tab Order??? Okay, I am probably wanting too

RE: CF Tab Order???

2004-10-01 Thread Burns, John D
Sorry, spoke too soon.It's tabindex John -Original Message- From: Donna French [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:58 PM To: CF-Talk Subject: CF Tab Order??? Okay, I am probably wanting too much - but is there a way to set the tab order on a CF page like in

RE: cfinclude application.cfm

2004-10-01 Thread Burns, John D
That's not true.The app goes up directories and uses the first one it finds.. It doesn't keep going. John -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 3:27 PM To: CF-Talk Subject: RE: cfinclude application.cfm Unless there are some different

Session swapping

2004-09-28 Thread Burns, John D
We have an internet application running on CFMX hosted locally.Our clients (on a Navy base) are running machines that are restricted by NMCI (Navy-Marine Corps Intranet) and they're using a NAT Proxy Server that all of the users are behind.They just recently got moved to this new system and we

RE: Verify an email address from a query

2004-09-28 Thread Burns, John D
Put the cfscript Function isEmail(). /cfscript In your page above the following and then do: cfloop query=emailLIST cfif isEmail('#emailAddress#') ... cfelse Bad address /cfif /cfloop John -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Session swapping

2004-09-28 Thread Burns, John D
were logged in on the same part of the network and UUID seemed to prevent the SESSION steals. -Adam - Original Message - From: Burns, John D [EMAIL PROTECTED] Date: Tue, 28 Sep 2004 13:56:25 -0400 Subject: Session swapping To: CF-Talk [EMAIL PROTECTED] We have

Development CFMail

2004-09-27 Thread Burns, John D
Hey everyone, I have a quick question that I thought of with all of the talk about how the CFMAil server works.I am trying to come up with a good way to set up an SMTP server on my development server where I can use CFMAIL to send email so the app won't choke but some how force it to go to a

RE: How does CF Mail Server Work?

2004-09-27 Thread Burns, John D
Do you have any links with info on that? John Burns -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:15 PM To: CF-Talk Subject: Re: How does CF Mail Server Work? We joined the AOL whitelist program which allows us to send mail there

Doug White - clickdoug.com

2004-09-23 Thread Burns, John D
I noticed there was a thread in CF-Community from a few weeks ago of people who were hosting with Doug White (www.clickdoug.com) who had experienced his outage that never came back up and are having trouble contacting him.Has anyone had any luck with this?We were hosting with him and moved all of

RE: Backing Up off of server (WAS RE: Doug White - clickdoug.com)

2004-09-23 Thread Burns, John D
Subject: Re: Doug White - clickdoug.com On Thursday 23 Sep 2004 16:17 pm, Burns, John D wrote: with him and moved all of our sites to rackspace.com but are in serious need of some files and stuff off of the server that Doug White has. Repeat after me: Back up, back up, back up. Not that that helps

RE: Doug White - clickdoug.com

2004-09-23 Thread Burns, John D
-Talk [EMAIL PROTECTED] On Thursday 23 Sep 2004 16:17 pm, Burns, John D wrote: with him and moved all of our sites to rackspace.com but are in serious need of some files and stuff off of the server that Doug White has. Repeat after me: Back up, back up, back up. Not that that helps :-) -- Tom

RE: Doug White - clickdoug.com

2004-09-23 Thread Burns, John D
)? Charlie On Thu, 23 Sep 2004 11:17:24 -0400, Burns, John D [EMAIL PROTECTED] wrote: I noticed there was a thread in CF-Community from a few weeks ago of people who were hosting with Doug White (www.clickdoug.com) who had experienced his outage that never came back up and are having

RE: Doug White - clickdoug.com

2004-09-23 Thread Burns, John D
: Thursday, September 23, 2004 3:36 PM To: CF-Talk Subject: Re: Doug White - clickdoug.com http://www.houseoffusion.com/cf_lists/messages.cfm/threadid=14140forumi d=5 - Original Message - From: Burns, John D To: CF-Talk Sent: Thursday, September 23, 2004 3:31 PM Subject: RE: Doug White

RE: OT- Hosting Recommendation

2004-09-21 Thread Burns, John D
Adam, What are you using now? John -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 9:33 AM To: CF-Talk Subject: Re: OT- Hosting Recommendation Too bad they have to take thier servers down every other month for 'infrastructure

RE: Development Team Advice

2004-09-16 Thread Burns, John D
1. I'm not sure if it will work perfectly, but we use proworkflow (www.proworkflow.com) and it helps with a lot of tasking and interaction with clients.It's written in CF and may suit your needs. 2. I believe you do.The developer version only allows access from a single IP, I think.Others can

Timeout on files over 2mb using CFFILE

2004-09-14 Thread Burns, John D
I have a situation where a server (on a military base that we don't have control over) will upload files fine that are under 2MB.As soon as you try uploading a file larger than 2MB the page thinks for about a second and goes immediately to a page not found error.We can do files that are 1.9MB and

[SOLVED] Timeout on files over 2mb using CFFILE

2004-09-14 Thread Burns, John D
FYI, I found the solution to this problem.URL Scan was installed on the server and it had a file upload size limit set to 2 MB.I figured I'd let everyone know the problem for future reference and for the archives.Thanks. John Burns -Original Message- From: Burns, John D [mailto:[EMAIL

RE: experts-exchange.com

2004-09-13 Thread Burns, John D
I've found that before too.It depends on what I'm searching though. Sometimes I see the answers and other times I see the sign-up thing.I think sometimes the google link has a session id on the url or something.Who knows though. John -Original Message- From: Tangorre, Michael

RE: Pinging servers from within Coldfusion?

2004-09-13 Thread Burns, John D
CFEXECUTE can call a batch file to do the ping or I believe you can just call ping.exe from within the CFEXECUTE tag if you'd like (assuming windows server).Otherwise, you should be able to use CFEXECUTE to do whatever command in linux does the ping. John -Original Message- From: [EMAIL

repost: create/manage CF verity from java

2004-09-07 Thread Burns, John D
Does anyone know any info on the service factory that controls verity within CF? We have a backend java program that is doing some stuff and needs to trigger verity to build an index available to be searched within CF.I know java could make an http request and trigger a cf page to build the index,

RE: DHTML Drag and Drop to reorder record set

2004-09-03 Thread Burns, John D
I was going to suggest something similar.You could use a + and - button to move the item up or down.Then _javascript_ just needs to find the currently selected item(s) and then add or subtract one to the index and adjust the other indexes accordinly to move the others into the right place.I guess

SOT: More drag and drop

2004-09-03 Thread Burns, John D
Ok, I know this is off topic, but the previous questions about the onDrag and onDrop events got me curious and since most government employees (my customers) are off today, I'm kinda piddling around with some ideas.With that said, I got some onDrag and onDrop events working with images dropping

Create/Manager CF Verity from Java?

2004-09-03 Thread Burns, John D
I'm helping with a project that is having the majority of the backend done in Java.The end goal is that Java will run nightly and build reports and write files and all the other stuff it needs to do then CF will use verity to index the files and such that are created so users can search for stuff

RE: CFMAIL and mass mailings: problem?

2004-09-02 Thread Burns, John D
Check the archives for the list.I know I asked this questions a few months back.Basically, the answer is (barring any hosting restrictions) that it can be done with CFMX (especially enterprise edition which has some sort of ability to send more messages than the professional version).The big thing

<    1   2   3   4   5   6   7   8   9   >