Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
Michael, What you are experiencing is correct when it comes to the external dns resolving. The firewall is preforming the translation from your public ip to your internal ip. There may need a change in the firewall to make this work correctly with new ip address. I've seen this exact thing

Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
x27;ve updated all > > of the bindings in IIS6 to the new IPs, and the sites have been > > responding fine; it's just that one aspect of CF that seems to be off. > > > > Is there a way to manually jog CF into clearing its DNS cache? > > > > -Original Messa

Re: Changed internal IP addresses on server - cffile breaks?

2011-07-01 Thread Dan Blickensderfer
Michael, It sounds like you have a WINS Server running on your network that isn't getting updated. The computer name and ip address may be statically assigned in the WINS manager. ~Dan -Original Message- From: Patti, Michael Sent: Friday, July 01, 2011 11:35 AM To: cf-talk Subject:

Re: How to do this with CF and JS?

2011-06-08 Thread Dan Blickensderfer
Rick, Is this how you want to source code to look on the page? $.sound.play('soundTrack01.mp3[1]'); $.sound.play('soundTrack02.mp3[2]'); $.sound.play('soundTrack03.mp3[3]'); Here is the code that I used to render it. $.soun

Re: CFQUERY update Firefox wierdness

2011-04-19 Thread Dan Blickensderfer
s not referring to a url it reloads the same page. This was driving me crazy. Dan -Original Message- From: Kym Kovan Sent: Tuesday, April 19, 2011 7:23 AM To: cf-talk Subject: Re: CFQUERY update Firefox wierdness On 19/04/2011 8:46 PM, Dan Blickensderfer wrote: > > I checked and

Re: CFQUERY update Firefox wierdness

2011-04-19 Thread Dan Blickensderfer
I checked and it's turned off. This is happening from multiple computers with Firefox. Any other thoughts? -Original Message- From: Matt Quackenbush Sent: Tuesday, April 19, 2011 12:20 AM To: cf-talk Subject: Re: CFQUERY update Firefox wierdness Wild guess: Firebug is turned on an

CFQUERY update Firefox wierdness

2011-04-18 Thread Dan Blickensderfer
aving strange is the following. I just copied the bit that I need to show. Anybody seen this before? Thanks, Dan Blickensderfer select rec_id from order_items where rec_status = 'T' and session_uuid = and products_rec_id = insert into order_items (rec_sta

Re: Mail Server Software

2010-05-10 Thread Dan Blickensderfer
Dan P, I use hmailserver it has a MySQL database back end and it's free. It's windows only and you can download it from www.hmailserver.com I have some cf apps that I wrote and use that database to make changes. It works quite well. Dan B - Original Message - From: "Dan Pacitti" To:

Re: Where do i find CFGRID Code?

2010-04-21 Thread Dan Blickensderfer
Mike, Make sure you have the virtual directory "cfide" setup on your sub domain website. That virtual directory needs to be pointing to your cfide directory of your server. I've ran into that as well but just not cfgrid. it was all cfide components. Thanks, Dan - Original Message --

Re: iframe cfscript getting parent form field values SOLVED

2010-02-21 Thread Dan Blickensderfer
I just wanted to give you an update on how I was able to get this to work. On my iframe page, this is all I had to do to get my javascript variable to assign it to a cf variable. Thanks for those to helped. Dan getdatefield = (' - Original Message - From: "Dana Larose" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2000 1:59 PM Subject:

Re: Optimizing Win 2000 (IIS) for Warp speed with Cold Fusion.

2000-07-03 Thread Dan Blickensderfer
Mark, Could you post your results on NT 4, IIS, CF. Thanks, Dan - Original Message - From: "Mark W. Breneman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 03, 2000 11:47 AM Subject: OT: Optimizing Win 2000 (IIS) for Warp speed with Cold Fusion. > > About 9 months ag

Re: create a date for table

2000-06-29 Thread Dan Blickensderfer
Ellie, In SQL use the getdate() function. Dan - Original Message - From: "Elaine L" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 29, 2000 1:41 AM Subject: RE: create a date for table > Hi, > > I tried to set up the field in Microsoft SQL 7 > the datatype as dateim

Off The Subject... SQL Question

2000-06-08 Thread Dan Blickensderfer
Sorry for this question that doesn't pertain to the CF Talk List. I have a NT4.0 Box w/SQL 6.5 Server with Dual PII 650's / 512MB Ram. 256MB set aside for SQL. I have a table in one of my Datasources that has apprx 5 million records. I'm trying to think of the best way to purge the records and

Off The Subject... SQL Question

2000-06-08 Thread Dan Blickensderfer
Sorry for this question that doesn't pertain to the CF Talk List. I have a NT4.0 Box w/SQL 6.5 Server with Dual PII 650's / 512MB Ram. 256MB set aside for SQL. I have a table in one of my Datasources that has apprx 5 million records. I'm trying to think of the best way to purge the records and

Re: help converting varchar to number

2000-05-15 Thread Dan Blickensderfer
Art, You could create a new field "Comb_Date" timedate() data type, and write a utility to take the three separate fields and combined them into one and insert it into the Comb_Date field. Dan -Original Message- From: Art Broussard <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROT

Open Sessions

2000-05-02 Thread Dan Blickensderfer
I have a users login screen for a security web site. I have sessionmanagement enabled. I was wondering, Is there a way to find active sessions on a user? Thanks, Dan -- Archives: http://www.eGroups.com/list/cf-talk To U

CFFile Error

2000-04-27 Thread Dan Blickensderfer
I have a little problem with accepting other picture formats then just image/gif, image/jpg. I would like to accept another format (image/pjpeg) I added it to the accept pram in cffile. I'm still getting the same error. "The MIME type of the uploaded file (image/pjpeg) was not accepted by th

Web base email client

2000-04-17 Thread Dan Blickensderfer
I was wanting to know some opinions on any good cf web base email app. Specs. round robin dns load balance on multiple NT 4.0 Servers CF 4.5X support multiple domains BCC send / receive file attachments address books Thanks, Dan

Web base email app.

2000-04-15 Thread Dan Blickensderfer
Hello to all, I was wanting to know some opinions on any good cf web base email app. Specs. round robin dns load balance on multiple NT 4.0 Servers CF 4.5X support multiple domains BCC send / receive file attachments address books Thanks, Dan --

Re: Programmer's font

2000-04-03 Thread Dan Blickensderfer
I would like to request a copy also. Thanks, Dan >At 08:51 AM 4/3/00 -0400, you wrote: >>I use a font called Hells Programmer. It has exactly what you want. Let me >>know if you want it and I'll send it to you. > > >--- ---

Re: outlook question

2000-04-03 Thread Dan Blickensderfer
I currently running 4.72 Outlook Express. I have two folders on CF-Archive (69900 messages) and CF-Talk (6000 messages). I've had not problems adding more to the Archive Folder after my CF-Talk folder reaches 1 messages. I have articles dated back to Sept. of 1996. Dan -Original Messag