RE: Getting the max date from a list of files

2003-02-17 Thread Tim Blair
Got it. Care to share? --- OUR NEW SITE IS NOW LIVE Visit our new website at http://www.rawnet.com/ and race around the beautiful Bracknell streets at http://xmas.rawnet.com/ --- Tim Blair

Re: Getting the max date from a list of files

2003-02-17 Thread Bryan F. Hogan
Yep, too simple. cfdirectory sort=name desc - Original Message - From: Tim Blair [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 1:32 AM Subject: RE: Getting the max date from a list of files Got it. Care to share?

RE: uploading progress bar

2003-02-17 Thread John McCosker
Can I see it t. -Original Message- From: Chuck Brockman [mailto:[EMAIL PROTECTED]] Sent: 15 February 2003 02:16 To: CF-Talk Subject: RE: uploading progress bar Me too!! -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:04

RE: Getting the max date from a list of files

2003-02-17 Thread Tim Blair
Yep, too simple. cfdirectory sort=name desc LOL! Just be glad you didn't spend hours writing a UDF to parse the information and reorder the query dynamically... :D --- OUR NEW SITE IS NOW LIVE Visit our new website at

Re: Getting the max date from a list of files

2003-02-17 Thread Bryan F. Hogan
Was just about ready to do just that. :) - Original Message - From: Tim Blair [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 2:11 AM Subject: RE: Getting the max date from a list of files Yep, too simple. cfdirectory sort=name desc LOL! Just be

xml woes

2003-02-17 Thread Robby L.
I'm writing in hopes to see what I'm doing wrong when trying to manipulate an xml doc. The problems comes with deleting, and I'm running in loads of problems. an example of the xml doc : dropdowns drop name=abba drop_itema/drop_item drop_itemb/drop_item drop_itemc/drop_item drop_itemd/drop_item

Re: xml woes

2003-02-17 Thread Stephen Moretti
Robby, I suspect this is probably a typo, but the closing tag of your xml packet isn't a closing tag. Both of which bail.. the first one bails without an actual error, . just the araydeleteat() being the line it error'd at. But when I looked in to the logs, It says

cf_graph

2003-02-17 Thread Jim Gurfein
I can't seem to find the old tag cf_graph to use with 4.51... anyone having a copy, I'd appreciate getting it... Sincerely yours, Jim Gurfein President RestaurantRow.com, Inc. http://www.restaurantrow.com 914.921.3200 vox 914.921.9190 fax

http requests through Satellite

2003-02-17 Thread John McCosker
Greetings, we have a customer who is experiencing some difficulties viewing pages at times on their satellite connection. The Company is in Northern Ireland and resides in an area of country side where broadband connection as of yet is not available. Satellite was the only alternative, as a dial

Re: http requests through Satellite

2003-02-17 Thread Jochem van Dieten
John McCosker wrote: On average twice out of every ten requests an error msg is returned in the hidden IFRAME, saying, A FAULT HAS OCCURRED, A MALFORMED HTTP REQUEST HAS BEEN MADE, PLEASE CONTACT YOUR WEB BROWSER TECHNICAL SUPPORT TEAM AND HAVE YOUR ACCOUNT NUMBER READY FOR THE TEAM.

RE: http requests through Satellite

2003-02-17 Thread John McCosker
Well we only develop for I.E. which is a luxuary, but I have tried this over multible versions of i.e. fro 5 up, over dial up, broadband as well as other customers, and it works just fine, yes I have just found out its using proxies. -Original Message- From: Jochem van Dieten

Re: http requests through Satellite

2003-02-17 Thread Jochem van Dieten
John McCosker wrote: Well we only develop for I.E. which is a luxuary, Also if IE doesn't work? but I have tried this over multible versions of i.e. fro 5 up, over dial up, broadband as well as other customers, and it works just fine, yes I have just found out its using proxies. Append a

Re: cf_graph

2003-02-17 Thread Bruce Sorge
http://devex.macromedia.com/developer/gallery/info.cfm?ID=30B6E51C-2201-11D5 -83EF00508B94F85Amethod=Full - Original Message - From: Jim Gurfein [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 6:30 AM Subject: cf_graph I can't seem to find the old tag

CFMX Bug with setdomaincookie?

2003-02-17 Thread Stefan Salzbrunn
OK, we think this is a bug, but we would ike to verify: On coldfusionmx on iis, with multiple websites. Put the following code in a directory in the application.cfm cfapplication name=test sessionmanagement=yes setdomaincookies=yes

sql server proxy connection

2003-02-17 Thread Tim Laureska
I'm trying to set up a connection to a sql server at a shared hosting ISP. I've got enterprise manager installed but things are a bit more complicated because my client machine is behind a proxy. has anyone out there had experience with configuring a computer behind a proxy to access a sql server

Re: cf_graph

2003-02-17 Thread Jim Gurfein
Thanks.. but that link is bad At 07:45 AM 2/17/2003 -0600, you wrote: http://devex.macromedia.com/developer/gallery/info.cfm?ID=30B6E51C-2201-11D5 -83EF00508B94F85Amethod=Full - Original Message - From: Jim Gurfein [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17,

CFMX Bug with setdomaincookie?

2003-02-17 Thread salzbrunn
By the way, this can be viewed here: http://www.interlake.net/testdomaincookie.cfm This page does a CFHTTP call to http://www.interlake.net/domaincookie/index.cfm and dumps the cfhttp strange...look at the cookie ~| Archives:

Re: cf_graph

2003-02-17 Thread Bruce Sorge
In my email, I notice that the URL is wrapping. You will need to copy and paste the first line into the address bar, then copy and paste the next line in the address bar. This is common with email clients. - Original Message - From: Jim Gurfein [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: http requests through Satellite

2003-02-17 Thread John McCosker
//Also if IE doesn't work? Hehe!! agreed. Cheers Jochem for your help. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 13:29 To: CF-Talk Subject: Re: http requests through Satellite John McCosker wrote: Well we only develop for I.E. which

Re: cf_graph

2003-02-17 Thread Jim Gurfein
No... the link is dead on the macromedia site... the download site is no longer active At 08:15 AM 2/17/2003 -0600, you wrote: In my email, I notice that the URL is wrapping. You will need to copy and paste the first line into the address bar, then copy and paste the next line in the address

Field validation for an input type file.

2003-02-17 Thread Darren Adams
Hello All, Just wondered if anyone had a good way to check if a user has selected anything for a file field. Basically, the file field is the only field in the form but, when I try to check the value it is an empty string. However, if I do cfif file NEQ the server just tells me that complex

Re: cf_graph

2003-02-17 Thread Bruce Sorge
Oh. Sorry. That is the only link I have. - Original Message - From: Jim Gurfein [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 8:39 AM Subject: Re: cf_graph No... the link is dead on the macromedia site... the download site is no longer active At

RE: Field validation for an input type file.

2003-02-17 Thread Darren Adams
Ok, got it sorted. Set another variable = file field and check that if that variable = . Cheers, Darren -Original Message- From: Darren Adams [mailto:[EMAIL PROTECTED]] Sent: 17 February 2003 14:41 To: CF-Talk Subject: Field validation for an input type file. Hello All,

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread CFDEV
This is what I used and it works for me. Once it is 0 time remaining, it shows, too late: cfset deadline = 02/17/2003 9:50 AM CFSCRIPT timeleft = DateDiff(s, Now(), deadline); daystogo = Int(timeleft /86400); leftover1 = timeleft - (daystogo * 86400); hourstogo = Int(leftover1/3600); leftover2 =

changing mx serial number from developer to professional

2003-02-17 Thread Craig Zingerline
Hello, I have a dedicated Linux box and I installed Coldfusion MX a month ago on it and was using as the 1 IP development version. Since then I bought MX Professional and I want to update my serial number so I have unlimited users. However, I cannot log into the administrator because my IP is not

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread Ryan Kime
Just to add in something to cfdev's email, make sure you use the proper form of TO. Especially if it is for a client. strongTo Late/strong Should be: strongToo Late/strong -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 8:51 AM To: CF-Talk

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread CFDEV
yeah I just copied and pasted his, a client would jump on that one. -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 10:09 AM To: CF-Talk Subject: RE: i shall ask 1 more time (works for me) Just to add in something to cfdev's email, make sure

RE: changing mx serial number from developer to professional

2003-02-17 Thread Matthew Fusfield
Craig: I believe the developer version will allow connections from the local box and one additional IP. Not sure how you are connected to the server, but are you able to open a browser on it? If so, you should be able to get into the cfadmin from there without worrying about the IP

RE: uploading progress bar

2003-02-17 Thread Ben Doom
A client I'm currently working with is using a flash form for the login page, which is then processed by CF and redirected. I assume that if there's a file input type in flash, this shouldn't be a problem. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original

Re: (OT) Lindows was (commercial distributions of Linux)

2003-02-17 Thread Eric Dawson
(server) no question it has reached acceptance. performance and perception. (desktop) Lindows is making linux accessible. So there is value for the consumer - and that's really what they are charging/paying for. The general consumer just wants it to work, they don't care about

RE:FLASH LOGIN (was:: uploading progress bar)

2003-02-17 Thread Mark Stephenson - Evolution Internet
One of the Tutorials on the flashcfm.com site shows you how its done Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] WARNING: --- The information contained in this

RE: changing mx serial number from developer to professional

2003-02-17 Thread Craig Zingerline
Matt, thanks for the reply. The problem is that my box is at a co-location provider so I don't have direct access to the box other than through SSH. Any ideas? Thanks! Craig UP:Thought -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003

RE: changing mx serial number from developer to professional

2003-02-17 Thread Andre Mohamed
Craig, Not sure if the license file is in the same location/format on nix versions of CF but on Win versions the license file is located here: installation_root\lib\license.properties e.g. C:\CFusionMX\lib\license.properties You might like to try doing a find for this file when you SSH

Excel COM object not Instantiating

2003-02-17 Thread mynews
I am switching my server to CFMX and an app that talks to the Excel COM object is giving me problems. I am getting the error: An exception occurred when instantiating a Com object. I have the CFMX updater installed. I am using Excel XP on a Win 2000 server. Here is the code in question:

RE: changing mx serial number from developer to professional

2003-02-17 Thread Matthew Fusfield
Hmm...I just found this (http://tutorial79.easycfm.com/) You should be able to open up license.properties under lib in the CFMX directory to change the IP. Matt -Original Message- From: Craig Zingerline [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 2:00 PM To: CF-Talk

RE: changing mx serial number from developer to professional

2003-02-17 Thread Tim Blair
The problem is that my box is at a co-location provider so I don't have direct access to the box other than through SSH. Any ideas? Thanks! Run a remote X session through an SSH tunnel... :oD Don't ask me how, but I'm sure it's possible! However... I'm sure that restarting the CFMX

RE: changing mx serial number from developer to professional

2003-02-17 Thread Craig Zingerline
Thank you all very much for your help. I had to edit the license.properties file and reboot coldfusion to get it to work. All set now!! Cheers, Craig UP:Thought -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 8:22 AM To: CF-Talk

RE: i shall ask 1 more time

2003-02-17 Thread Owens, Howard
Are you trying to set some sort of deadline? You want a set time when things end ... and display a countdown to that time? Try setting your time this way: timeEnd=CreateDateTime(2002, 11, 8, 15, 30, 0); H. -Original Message- From: Dave Lyons [SMTP:[EMAIL PROTECTED]] Sent:

CF and Char(1) in Oracle

2003-02-17 Thread Greg McDaniel
In my code I select fields that are defined as char(1) in Oracle and I get back the expected value plus a bunch of garbage padded to the right. Trimming the field doesn't get rid of it, so I usually end up using substr(x,1,1). Has anyone else seen this kind of behavior? Do you know why it is

Re: CFMX Bug with setdomaincookie?

2003-02-17 Thread Joe Eugene
Now, if you call the page, the domaincookie does not get set. This works fine as far a i know for a single site on IIS. Now.. you are enabling Session State and Client State in your code.. Are you using J2EE sessions? or is it enabled? If you are using both session and client states, you might

CFMX Zip Tag

2003-02-17 Thread Justin Hansen
Does anybody have a zip tag that works with CFMX? I have not been able to get the following to work: Ben's CFX_Zip eval JCompress freezip thanks Justin ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: CFMX Zip Tag

2003-02-17 Thread Mike Townend
Afaik, Ben has updated the CFX_Zip tag to copy with MX, I *believe* tho that you can do zip file access with the jvm that's running MX... Altho I cant find the link on Macromedia site at the mo -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17,

Re: CFMX Bug with setdomaincookie?

2003-02-17 Thread Sean A Corfield
Have you changed the cacheRealPath setting per the Release Notes? (If you apply the Updaters, check it again - one of the Updaters changes the value back!) On Monday, Feb 17, 2003, at 05:58 US/Pacific, Stefan Salzbrunn wrote: OK, we think this is a bug, but we would ike to verify: On

Re: cf_graph

2003-02-17 Thread Sean A Corfield
On Monday, Feb 17, 2003, at 06:39 US/Pacific, Jim Gurfein wrote: No... the link is dead on the macromedia site... the download site is no longer active I just tried it and the cf_graph tag page comes up just fine. However, the link to download it goes to:

RE: xml woes

2003-02-17 Thread Peter Bagnato
Have you tried using any of the new XML tags in CFMX yet? Peter -Original Message- From: Robby L. [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 5:36 AM To: CF-Talk Subject: xml woes Importance: High I'm writing in hopes to see what I'm doing wrong when trying to

Re: CFMX Zip Tag

2003-02-17 Thread jon hall
Yeah via java.util.zip. http://java.sun.com/j2se/1.3/docs/api/java/util/zip/package-summary.html If someone was looking to get your feet wet calling java from cf, decompressing a zip with java.util.zip would be a good place to start imo. The solution is very simple. The code was was actually

Re: CFMX Zip Tag

2003-02-17 Thread Massimo, Tiziana e Federica
Does anybody have a zip tag that works with CFMX? http://www.cflib.org/udf.cfm?ID=744 I think Java is the way to go with CF MX Massimo ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CFMX Zip Tag

2003-02-17 Thread Chris Kief
Have a look at the ZipFileNew UDF at CFLib.org: http://www.cflib.org/udf.cfm?ID=744 chris -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 11:29 AM To: CF-Talk Subject: Re: CFMX Zip Tag Yeah via java.util.zip.

CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until today I have gotten a bunch of calls. Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. Setup: Win 2000, CFMX Pro w/updater 1, IIS 5.0, SQL Server 2000 When doing a

Re: CFMX Upgrade Woes

2003-02-17 Thread Matthew Walker
Is your query on a table or a view? Views can get out of whack (I believe that's the technical term) if the underlying tables are modified. Solution is to open and resave them. - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday,

Re: CFMX Upgrade Woes - correction

2003-02-17 Thread Candace Cottrell
By the way, the code shoud read: CODE: cfquery datasource=HEM name=searchByDate Select * from Visit, Visit_Type, Patients, Physicians Where Visit.Patient_ID = Patients.PatientID AND Visit.Visit_Type_ID = Visit_Type.Visit_Type_ID AND Physicians.Physician_ID = Patients.PhysicianID Order BY

RE: CFMX Upgrade Woes

2003-02-17 Thread Tony Weeg
what happens when you cfdump the query? what do you see? ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From:

Re: CFMX Upgrade Woes

2003-02-17 Thread Jochem van Dieten
Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. You should be carefull with those. Setup: Win 2000, CFMX Pro w/updater 1, IIS 5.0, SQL Server 2000 Why not Updater 2? cfoutput query=searchByDate tr

Re: CFMX Upgrade Woes

2003-02-17 Thread Bryan Hogan
Check your syntax. You missed a few pounds cfoutput query=searchByDate tr td#DateFormat(Visit_Date,mm-dd-)#/td td#PatientLName, #Patient_FName#/td tdVisit_Type_Name#/td td#Visit_Description/td td#Patient_Phone#/td td#Medical_Record_No#/td

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
It's a straight up table. I dont get it because the other info from the table is selecting. (ie. phone number, medical record number) Just the first and last names and the view type are out of whack. Thanks for the response :) Candace K. Cottrell, Web Developer The Children's Medical Center

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
They're coming back as empty strings... Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:15 PM what happens when you cfdump the query? what

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:11 PM Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an

Re: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
Thanks Bryan, I fixed those. (I had copied those out of the original page and made a new test page) It seems like a behind the scenes problem versus a code problem because the app has worked great for a year, then all of a sudden it's broken (after I upgraded). Candace K. Cottrell, Web Developer

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Tony Weeg
and from query analyzer they come back as values? ...tony Tony Weeg Senior Web Developer UnCertified Advanced ColdFusion Developer Information System Design Navtrak, Inc. Mobile workforce monitoring, mapping reporting www.navtrak.net 410.548.2337 -Original Message- From: Candace

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Bryan Hogan
Candace, try ctrl-0 on the columns which are coming up empty, than mouseout to save the nulls and then re-enter your data in the columns and mouseout again Requery the page and cfdump. There may be some corrupt data. -- Original Message -- From: Candace

Re: CFMX Upgrade Woes

2003-02-17 Thread Frank Mamone
Are you using JDBC or ODBC Socket drivers? - Original Message - From: Candace Cottrell [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 2:51 PM Subject: CFMX Upgrade Woes I upgraded to CFMX from CF 5 last week. Everything seemed to be going ok until

highlight MULTIPLE keywords in search results...

2003-02-17 Thread Tuan
Can somebody provide me with an example of how to highlight multiple keywords in a search result? For example say I wanted to search for macromedia coldfusion, studio the search results will highlight every instance of macromedia, coldfusion, and studio in the document.

OT - Canadian sales tax question

2003-02-17 Thread Bud
Howdy. I have a couple quick questions regarding Canadian sales tax: 1) Are shipping charges taxed? If so, in all provinces or just some? 2) Are the rules pretty close to what they are in the US? You have to collect the sales tax if you have Nexus in the Province the order is shipping to?

CF Studio extension

2003-02-17 Thread Barney Boisvert
Anyone have a CF Studio script that does a recursive parse of a directory and manipulates the files within. Basically, I'm looking for the same functionality as is provided by the extended search/replace, except the ability to do a custom action on files, rather than only a search and replace.

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Jochem van Dieten
Candace Cottrell wrote: [EMAIL PROTECTED] 02/17/03 15:11 PM Candace Cottrell wrote: Here's the problem and I have racked my brain and caused an aneurism trying to figure this out. You should be carefull with those. I KNOW IT HRRRTS ;) It kills. 10-30-2002 , MIBG SCAN @0830

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Ben Doom
Is the missing data stored in text fields? If so, is the flag for returning long data set in the CF Admin? Other than the missing #s, it's all I can think of offhand. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Candace Cottrell

RE: CFMX Upgrade Woes - Dr. Doom

2003-02-17 Thread Candace Cottrell
They are in varchar fields Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:55 PM Is the missing data stored in text fields? If so, is the

RE: highlight MULTIPLE keywords in search results...

2003-02-17 Thread Barney Boisvert
Right now you search your document and highlight a specific keyword. Just put that process in a loop and loop over the keywords: cfloop list=#form.keywords# index=keyword delimiters= cfset content = replace(content, keyword, span class='highlight'#keyword/span, all) /

RE: highlight MULTIPLE keywords in search results...

2003-02-17 Thread Ben Doom
It was recently discussed on the list how to hightlight keywords in a document. For this, simply run the process once for each keyword in the list of keywords. The hard part, it seems to me, would be to clean user-created inputs before referencing them as a list per se. So if we have two

Re: OT - Canadian sales tax question

2003-02-17 Thread Thane Sherrington
At 03:37 PM 2/17/03 -0500, Bud wrote: 1) Are shipping charges taxed? If so, in all provinces or just some? It is in the HST Provinces (Nova Scotia and New Brunswick.) I'm guessing that the other provinces have GST on shipping. 2) Are the rules pretty close to what they are in the US? You have

Re: CFMX Upgrade Woes

2003-02-17 Thread Candace Cottrell
I've tried both :( Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:37 PM Are you using JDBC or ODBC Socket drivers? - Original Message

RE: CFMX Upgrade Woes - Tony

2003-02-17 Thread Candace Cottrell
You got it Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 15:43 PM and from query analyzer they come back as values? ...tony Tony Weeg

OT: Oracle Foreign Key Constraint

2003-02-17 Thread S . Isaac Dealey
I'm trying to create a foreign key constraint in Oracle -- I have this sql script: create table tship_location ( locationid varchar(35) primary key, locationname varchar(25) not null, locationorder int not null ) create table tship_pricerange ( priceid

-OT- Passing Javascript variables

2003-02-17 Thread Thane Sherrington
I have a Javascript script that opens a new window and prompts for input and then closes. Is there a way to pass this variable back to the parent window without refreshing it? T ~| Archives:

RE: -OT- Passing Javascript variables

2003-02-17 Thread Ben Doom
It depends on what you mean by 'pass this variable back.' If you just want to stick it in, for example, a hidden form field you could do opener.document.myform.myfield.value = document.popupform.popupfield.value; window.close(); Or something similar. -- Ben Doom Programmer General

RE: CF Studio extension

2003-02-17 Thread Ben Doom
You can do replaces based on regular expressions, if that helps. -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Barney Boisvert [mailto:[EMAIL PROTECTED]] : Sent: Monday, February 17, 2003 3:49 PM : To: CF-Talk : Subject: CF Studio

RE: CFMX Upgrade Woes - Bryan

2003-02-17 Thread Candace Cottrell
No luck... thanks for the response though :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 02/17/03 16:27 PM Candace, try ctrl-0 on the columns which

Re: highlight MULTIPLE keywords in search results...

2003-02-17 Thread Jochem van Dieten
Tuan wrote: Can somebody provide me with an example of how to highlight multiple keywords in a search result? For example say I wanted to search for macromedia coldfusion, studio the search results will highlight every instance of macromedia, coldfusion, and studio in the document. 2 step

Re: OT: Oracle Foreign Key Constraint

2003-02-17 Thread Jochem van Dieten
S. Isaac Dealey wrote: create table tship_location ( locationid varchar(35) primary key, locationname varchar(25) not null, locationorder int not null ) create table tship_xref ( locationid varchar(35) not null, priceid varchar(35) not null,

Re: CFMX Upgrade Woes - Jochem

2003-02-17 Thread Candace Cottrell
How do I do/check this? But did you set up anything to make sure the charset of the database matches the charset of CF MX? Jochem Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL

RE: highlight MULTIPLE keywords in search results...

2003-02-17 Thread Ben Doom
I can't belive that I, of all people, missed a chance to use a regex. I bow my head in shame. This just goes to show that expanding your mind is a bad thing. Back to the straigt and narrowminded for me. The only thing that I would do differently is add apostrophes, hyphens, and underscores to

RE: CF Studio extension

2003-02-17 Thread Barney Boisvert
Yeah, that's what I'm using, but i'm really looking for a way to store the whole search and replace operation in a single place for easy reuse. It's actually two related SRs that convert some stuff to a different format, and then convert it back (for turning on/off extra debugging information).

Parsing *.html files with CF

2003-02-17 Thread Austin Govella
I want to ColdFusion to parse all *.html files. My guess is that under the IIS server configuration, I add an App Mapping for the *.html extension. Give it the same executable path and verbs as the *.cfm extensions. Is this correct? I wanted to do an insanity check before I went tweaking my

I have a CF Server Pro 4.5 license for Windows but I need something I can run on Linux

2003-02-17 Thread Tom Bruser
I have CF Server Pro 4.5 for Windows. I'm moving to Linux. I'm perfectly happy continuing to run 4.5 if there was ever a port to Linux, but I don't know of any Linux-compatible CF prior to 5.0. I'm hoping that I'll find someone who is willing to trade my windows version for their Linux

Re: Parsing *.html files with CF

2003-02-17 Thread Bryan Hogan
Yes, I believe you can. But if you do then all of your static files will also be parsed by CF. Is that what you want? -- Original Message -- From: Austin Govella [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 17 Feb 2003 16:34:27 -0600 I want

DeDup List

2003-02-17 Thread Owens, Howard
Just to save me a little programming time ... does anybody already have a script or UDF to deDup a numeric list? I need something that will convert something like '3,1,1,3,4' to '3,1,4' Thanks. H. ~~ Howard Owens Internet Operations

OT: FlashMX accessing local DB without remoting

2003-02-17 Thread Bryan Stevenson
Hey All, I've asked this on some Chatty Fig Flash lists, but I tought I'd fire it out here as well I know there is third party software out there to do this, but I'm trying to figure out how they've done it ;-) I want to have Flash MX access a local DB (this would be a Flash app running

Re: Parsing *.html files with CF

2003-02-17 Thread Austin Govella
Yes, I believe you can. But if you do then all of your static files will also be parsed by CF. Is that what you want? Yes. I use includes for everything. Also, at some point in the future, users will be able to log in, and I was going to just use CF to run everything: the includes and the

RE: DeDup List

2003-02-17 Thread Owens, Howard
Nevermind ... a second search of cflib.org uncovered one ... and in fact, I already had a copy of it in one of my libraries! It would have helped if I spelled dedupe right. H. -Original Message- From: Owens, Howard [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 3:13 PM

Re: Parsing *.html files with CF

2003-02-17 Thread Bryan Hogan
It depends, on if you want to scale or not. If you are planning a site that is expected to get hundreds or more visitors, I do not suggest to have cf process everything. Keep your static, static and your dynamic, dynamic. There is no problem with running includes and sessions with CF. I don't

Re: OT: FlashMX accessing local DB without remoting

2003-02-17 Thread Bryan Hogan
Not a flash guy but first thing that came to my mind was XML and XSL. I think flash could treat your xml file(s) as a db. So flash writes to your db.xml , your db.xml would have stylesheet attached so when you call your db.xml it returns to you, XML, ActionScript whatever you like. This is

Re: uploading progress bar

2003-02-17 Thread Dave Lyons
sorry for the delay, i havent had power all day, i will get them out soon Dave - Original Message - From: John McCosker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 5:02 AM Subject: RE: uploading progress bar Can I see it t. -Original

Re: Parsing *.html files with CF

2003-02-17 Thread Dave Carabetta
Yes. I use includes for everything. Also, at some point in the future, users will be able to log in, and I was going to just use CF to run everything: the includes and the sessions. If I'm ignorant of something important, then *please* tell me. I'm very new to administering the CF server and

RE: Parsing *.html files with CF

2003-02-17 Thread Simon Horwith
just keep in mind that this is going to tax your CF Server. ~Simon Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer CFDJList - List Administrator Fig Leaf Software 1400 16th St NW, # 220 Washington DC 20036 202.797.6570

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
oh lol thanks - Original Message - From: Ryan Kime [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 10:09 AM Subject: RE: i shall ask 1 more time (works for me) Just to add in something to cfdev's email, make sure you use the proper form of TO.

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
i'll try that I cant lay it out exactly like that because of the tables, see: http://www.real-singles.com/auctioncfm/auction.cfm and pick an item and you can see what I mean I have also set the deadline on the application page since all the items will share the same deadline. Dave -

RE: uploading progress bar

2003-02-17 Thread Peter Bagnato
Send it to me 2! -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 6:57 PM To: CF-Talk Subject: Re: uploading progress bar Importance: High sorry for the delay, i havent had power all day, i will get them out soon Dave - Original

Anyone ever seen this error on MX?

2003-02-17 Thread cftalk
Hey guys. I am getting a very odd error when using CFFORM on an MX server: 500 coldfusion/compiler/CfRethrowException coldfusion/compiler/CfRethrowException Has anyone seen this before? Now if I change it to just use FORM, it is fine, no CFFORMS or CFINPUTS. Robert Bailey

Re: uploading progress bar

2003-02-17 Thread Dave Lyons
i guess i should read that book i won at the user group last week huh ben? ;) Dave From: Ben Doom [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 10:32 AM Subject: RE: uploading progress bar A client I'm currently working with is using a flash form for the

Re: i shall ask 1 more time

2003-02-17 Thread Dave Lyons
this is how I have it set in the application.cfm template cfset deadline = createDateTime(2003, 2, 16, 23, 25, 0) Dave - Original Message - From: Owens, Howard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 12:40 PM Subject: RE: i shall ask 1 more time

  1   2   >