Re: CF Version for RedSky

2003-08-28 Thread David K
Thanks Jim: Hey, just out of curiousity, if you use cfoutput#SERVER.COLDFUSION.ProductVersion#/cfoutput what do you get in the output? --David K. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dave Watts
Speaking for myself, I do question the commitment from a marketing standpoint for CF. You said that they wished to target the PHP and ASP market, but this doesn't explain why there was no mention of CF specific products in their initial marketing campaign. That contradicts a company

RE: Index.cfm problem again

2003-08-28 Thread Dave Watts
Someone had run a hardening program on the IIS server and it changed the permission settings on the directory that had .cfm files in it. For any website that has cold fusion (.cfm files) on IIS, you must set the sharing permissions to also allow Everyone Read. Once you do that, the

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread cf
Speaking for myself, I do question the commitment from a marketing standpoint for CF. oh, plea lets do some simple math dreamweaver mx updates: 6.1 =1 coldfusion mx updates: 1 2 3 6.1 (red sky) =4 humm.. You said that they wished to target the PHP

Re: SQL syntax for Supertypes-Subtypes AKA Circular Reference AKA Entity Tree

2003-08-28 Thread Jochem van Dieten
Richard Heiser wrote: Yeah - I've been looking around and I think you're right. This is really quite astonishing - seems like a pretty fundamental concept... Not astonishing at all. SQL is a data access language, it was not intended to be computationally complete. I think this recursion

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dan O'Keefe
Remember the additional tab that came out in Studio 4.0 or 4.5 or something like that. I think it was called Design or Layout or something like that. Everyone quickly dismissed it since it caused mayhem in the code. I was always hoping MM would supply just the page layout engine for studio to

RE: Index.cfm problem again

2003-08-28 Thread Dave Watts
both of those users had permissions on my cf dirs but, still got the 404 error. Once I made everyone read only, things worked as they should. Just giving my experience and what I saw. Well, I can tell you from my experience that you can limit access using IUSR_MACHINENAME or Authenticated

Query driven form

2003-08-28 Thread Kathy Wargo
I have a form in which is based on a query. Each item in a form represents a record in the query My question is when I submit the form how do I access the value of the named field ? Code example cfoutput query=getfilecats li input type='text' name='order+#getfilecats.id#'

RE: more php vs cf (cfcase and constants)

2003-08-28 Thread Dave Watts
Again with a PHP-related question (trying to convert some PHP code to CF). This one has to do with CFCASE. In PHP you can define a constant using define(constantname,constantvalue). From there on the variable is indeed treated as a constant (like true or false). I have a switch/case in

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Tim Heald
Why do I hear a yet at the end of that? Tim -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:46 PM To: CF-Talk Subject: Re: DWMX 2004 - Whats new for us? It's like New Atlanta came out with an IDE for CFML and in the next revision

RE: Arrrgh, this is driving me crazy, and I know it's so simple t o do...

2003-08-28 Thread Dave Watts
I might be missing something, but I'm not sure how unioning the two queries is going to help you when you get to displaying the records, since you'll still need some sort of differentiating factor at that point. Perhaps the two separate member queries of the UNION could select a

RE: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Douglas.Knudsen
woot! shite mon, never saw a big software co do this before! Hats off to Tom. Doug -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 3:36 PM To: CF-Talk Subject: RE: CFMAIL 6.1 ARRGH! This is definitely a bug and has been reported as bug

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dave Watts
Enhanced Find and Replace these are all asthetic enhancements. I don't think Find Replace is an aesthetic enhancement - most designers don't care too much about that stuff. One of my biggest Dreamweaver pet peeves is how Find Replace currently works. Siteless File Editing doesn't help me

Re: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Jochem van Dieten
Ben Forta wrote: I'd like to see any developer from Microsoft or Sun or IBM or any other company post a message like that, and that quickly too! Subscribe to [EMAIL PROTECTED] and watch the RedHat people ;-) Jochem ~|

Re: Query driven form

2003-08-28 Thread Scott Weikert
At 06:28 PM 8/27/2003 -0400, you wrote: I have a form in which is based on a query. Each item in a form represents a record in the query My question is when I submit the form how do I access the value of the named field ? Code example cfoutput query=getfilecats li input

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
I am trying to automate some posting to a message board where we place announcements (no spam). I am able to get the entire form to populate itself remotely but i am confused as to how i can make the form on the remote server submit itself... or if that is even possible? KP

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
I think the action page of the form i want to submit to has something in place to prevent me from doing so... KP -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wed 8/27/2003 5:25 PM To: CF-Talk Cc: Subject: RE:

RE: Index.cfm problem again

2003-08-28 Thread B.H. Forbes
Not to be too picky, but I'd recommend that you use the Authenticated Users group, or better yet, just the IUSR_MACHINENAME account if possible - if you're not using Windows authentication - instead of Everyone. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax:

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Matt Liotta
Why do I hear a yet at the end of that? I don't know, why? I can't recall ever hearing or seeing a New Atlanta employee mention they have plans for an IDE. I'm personally looking forward to what they do with BlueDragon. Matt Liotta President CEO Montara Software, Inc.

WAY OT - Netscreen Firewall (and stuff) For Sale

2003-08-28 Thread Bud
Hi. Sorry for the OT post. Please respond off list. I'm hoping not to get admonished too bad, but I do try and keep my idle banter to a minimum, so hopefully I've got an OT post coming. :) I'm getting out of the hosting business. Just can't compete with the big boys any more. :) I have a like

Javascript Form History Question

2003-08-28 Thread Stan Winchester
I've got a form with a submit button that is disabled when the page is loaded. The following snippet is at the very bottom of the page: script language=JavaScript !-- document.frmTerminal.Proceed.disabled=true; //-- /script When the user makes a selection from a radio group the button is

RE: CFC Explorer Problem

2003-08-28 Thread Dave Watts
having some problems with the CFCExplorer in a shared hosting environment. the root mapping for the development site on our server is something like http://developmentmx.domain.com/somedirectory http://developmentmx.domain.com/somedirectory the url to the administrator on the box is

DATE conversion msAccess to mySQL

2003-08-28 Thread B.H. Forbes
My cold fusion forum software (using msAccess) has finally buckled under the heavy loads... I need to convert my existing msAccess data to another forum package that uses mySQL. I am able to convert all existing data except for any DATE field. All dates in the msAccess db are stored as Date/Time.

RE: CFMX 6.1 FreeBSD

2003-08-28 Thread Stacy Young
Hhmm, I heard BSD isn't a huge fan of the Java platform in regards to support...anyone know otherwise? Stace -Original Message- From: Buddy [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 6:14 PM To: CF-Talk Subject: CFMX 6.1 FreeBSD Has anyone tried CFMX 6.1 with FreeBSD?

RE: CFMAIL 6.1 ARRGH!

2003-08-28 Thread Mark Leder
Thank you for your followup - I'll wait for the hotfix, since I have a workaround. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:37 PM To: CF-Talk Subject: RE: CFMAIL 6.1 ARRGH! woot! shite mon, never saw a big

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Tony Weeg
easy killer whats up dave :) stormin like crazy over here in smallsbury lighting like crazy...like a HOF cf list, word up :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 5:29 PM To: CF-Talk Subject: RE: DWMX 2004 - Whats

Re: Caching CFCs... again

2003-08-28 Thread Sean A Corfield
On Wednesday, Aug 27, 2003, at 14:14 US/Pacific, Brad Roberts wrote: My CFC is over 1200 lines of code. I can't put it into server or application scope because if the CFC is executed by simultaneous requests, a second call to the CFC might overwrite data in the first call. How might

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Joshua Miller
FYI Jerry, you can view multiple documents at the same time in jEdit in split views - even supports syntax highlighting for different languages in split views. There's also a jDiff plugin that allows you to compare two files in the same view and it sets alerts in the buffer for each area that's

RE: CF Version for RedSky

2003-08-28 Thread Jim Campbell
Explicitly calling the server variable returns exactly the same result - 6,1,0,63958. - Jim -Original Message- From: David K [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 4:28 PM To: CF-Talk Subject: Re: CF Version for RedSky Thanks Jim: Hey, just out of curiousity, if

Re: (Admin) List Question

2003-08-28 Thread Howie Hamlin
Once you customize an email you can't send it to more than one person at a time. Howie - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 3:05 PM Subject: Re: (Admin) List Question If there's an SMTP feature to

clustered processing?

2003-08-28 Thread Don
Nevertheless, you'll be better served if you can more accurately formulate your questions. See my response above. I know a bit about federated servers, but that's not applicable here. Why do you say it's not applicable here? See my response above (implied). Dave Watts, CTO, Fig Leaf

clustered processing?

2003-08-28 Thread Don
Thanks for taking the time to do this. I hope the enhancement request implementation by MM would also take the following factors into consideration: a) the term clustered should be taken in light of parallel, what I mean by that, is the start of the execution of each thread would almost be

Javascript Form History Question

2003-08-28 Thread lee
Well, there are a whole bunch of ways to do this. 1) Why should user have to go back? Page should submit to itself; if error, display message, but the flag (however set) should indicate that the form HAS been submitted. 2) OK, have to go back a page for whatever reason: Possible solution - Set

clustered processing?

2003-08-28 Thread Don
I'm not too sure of the effectiveness of Parallel Execution on db side by different DBMS vendors, have not read any substantive metrics to support that, hence, I would hesitate to explore, and the other reason is logistics. I've exloited substantially on database side for my applications and

whitespace is breaking my javascript

2003-08-28 Thread Mauricio Giraldo
Hello Well the app is now working (was the output=false issue after all... doh!). I am trying now to make it work under a shared hosting environment and CFINCLUDE mappings get freaked out. The app in question is a web-based html editor based on the PHP SPAW Editor found here:

RE: XML request/response issues - Still

2003-08-28 Thread Matt Blatchley
I've tried changing the type in the CFHTTPParam but it didn't change the response. I'm using CF5, is that an issue? I ended up getting on the phone with these folks in Hungry and they proceeded to tell me that ColdFusion didn't handle the XML Request/Response because ColdFusion was more

sql question

2003-08-28 Thread Tony Weeg
testy this one is i tell ya, testy... ok. i have a table, with 4 columns: 1. acctNo 2. trxAmt 3. trxType 4. trxId where trxType might be [d] or [r] and for every [r] there is a matching [d]. i want to get acctNo's that match but only when the trxAmt are opposing value matches... could be...

SQL Query Aggregate function problem wile trying to pull data from two tables.

2003-08-28 Thread Michael C.Grove
Lets see if I can explain this. What I am trying to do is.. SELECT ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate, MAX(DISTINCT ab.Bid_Amount) AS HighBid FROM Auction_Items ai, Auction_Bids ab WHERE ai.Status = 'ACTIVE' AND ai.date_EndDate #createODBCDate(now())# AND

Re[2]: CFMX 6.1 FreeBSD

2003-08-28 Thread Toby Tremayne
freeBSD has actually just gotten stable java 1.3.1 support: http://bsd.slashdot.org/bsd/03/08/25/1834249.shtml?tid=108tid=122tid=126tid=156tid=162tid=185tid=190tid=99 cheers, Toby Thursday, August 28, 2003, 10:26:47 AM, you wrote: SY Hhmm, I heard BSD isn't a huge fan of the Java platform in

RE: DATE conversion msAccess to mySQL

2003-08-28 Thread Tony Weeg
ahhh, tis quite simple my friend. that number represents the amount of seconds since jan 1, 1970. cfset nowSeconds = dateDiff('s','01-01-1970 00:00:00.000',now()) or to go back the other way... cfset dateNow = dateAdd('s','01-01-1970 00:00:00.000',1061550930) i may have the parameters a bit

RE: CFMX 6.1 FreeBSD

2003-08-28 Thread Pete Freitag
Hhmm, I heard BSD isn't a huge fan of the Java platform in regards to support...anyone know otherwise? Yeah, it isn't supported very well on FreeBSD because Sun doesn't support java (no jvm) on FreeBSD. Has anyone tried CFMX 6.1 with FreeBSD? If I recall correctly someone had it running one

Re: (Admin) List Question

2003-08-28 Thread Jim McAtee
What's the normal iMS behavior if those messages aren't customized? I wonder at the bandwidth (and processing) savings of doing this for a large and/or very busy mailing list. No doubt it's dependant on the nature of the list, but professional lists similar to this one probably have a fair

Re: (Admin) List Question

2003-08-28 Thread Doug White
Actually, under SMTP protocol it is only one message delivered to a server with multiple addresses, it is the recipient server that splits it up and delivers a separate message to each addressee mail box. == Stop spam on your domain, use our gateway! For

RE: sql question

2003-08-28 Thread Matthew Walker
How about this?? Even if it does work, there could be a case where two reversals have the same dollar amount. This could cause confusion. Select * FROM transactions AS transactionsP, transactions AS transactionsN WHERE transactionsP.acctNo = transactionsN.acctNo AND transactionsP.trxType in

Re: (Admin) List Question

2003-08-28 Thread Howie Hamlin
Basically, an email server can send non-unique mail to multiple recipients simultaneously but customized mail is one recipient at a time whether the sending mail server is iMS or not. Regards, Howie - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: CFHTTP to remotely submit form?

2003-08-28 Thread B.H. Forbes
i don't know if this is the answer to your question but... here is a code snippet that takes it's data from somewhere else, and the submits itself to yet a third program. html head titleError/TITLE /head body bgcolor=708090 onLoad=setTimeout('document.forms[0].submit();',50) form data, data, data

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Massimo, Tiziana e Federica
I don't think Find Replace is an aesthetic enhancement - most designers don't care too much about that stuff. One of my biggest Dreamweaver pet peeves is how Find Replace currently works. Now I am curious, DW's Find Replace, even in DW MX, is way more powerful than HS/CF Studio and has some

Re: (Admin) List Question

2003-08-28 Thread Jim McAtee
Clicking the unsubscribe link leads to this: You have requested to be unsubscribed from the CF-Talk list. To complete this action, you must enter your password below to make sure that this is not being done to you maliciously. If you do not remember your password, you can have it emailed to you

OT: Log file time stamps

2003-08-28 Thread Parker, Kevin
Apologies for the OT. Is anyone aware of any utility that can convert the date and time stamp in IIS server log files to another time zone. TIA!! ** Kevin Parker Web Services Manager WorkCover Corporation e: [EMAIL PROTECTED] w: www.workcover.com p:+ 61 8 8233 2548 f: +61 8 8233 2282

RE: DATE conversion msAccess to mySQL

2003-08-28 Thread B.H. Forbes
TO: Tony Weeg yep, a little off on the order of the parms but yeah baby... this bad boy is working finally, I get to get some sleep... thanks a bunch. -pat- -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 11:07 PM To: CF-Talk Subject:

RE: SQL Query Aggregate function problem wile trying to pull data from two tables.

2003-08-28 Thread Michael Traher
Instead of the ORDER BY clause, you need a GROUP BY clause at the end of your SQL. You need to group by all columns that are not aggregated and are not constants. SELECT ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate, MAX(DISTINCT ab.Bid_Amount) AS HighBid FROM Auction_Items ai,

RE: sql question

2003-08-28 Thread Alistair Davidson
Or how about doing it as an inner join - generally more efficient Select TP.acctNo, TP.trxAmt AS posAmt, TP.trxID AS posTrxID, TN.trxID AS negTrxID, TN.trxAmt AS negAmt, FROM transactions TP INNER JOIN transactions TN ON TP.trxType = TN.trxType

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Calvin Ward
Adam, I'd have to disagree with your assessment that your coding speed won't be affected by your IDE. For example, in DWMX, even 6.1, there are cases where opening a file, changing focus from the app and back, or even saving files would literally take 20 seconds or more. This is before and after

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Calvin Ward
I believe that if DW indeed matched CFS's feature set, that would be sufficient for every CFS user. The strange thing is that many of the missing pieces aren't even CF specific, and that's the real crux of the DW acceptance challenge. I bet if everyone listed what keeps them using CF Studio, we

using CONNECT STRING with CFMX

2003-08-28 Thread John McCosker
Hi, Could someone tell what would be the correct syntax to connect to MSSQL using ODBC SOCKETS through the connect string. We are using MX 6.0 and MSSQL 7.0. The server docs shed little light on this, and having trouble getting any reasonable documentation on the MM website. Our IT guy here

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Calvin Ward
Ben, Well spoken! And also I agree with much you've shared. The one thing that I'm not so sure about is the needing multiple IDEs, specifically when you are dealing with the same language set. What feature of DWMX or CFS is so compelling that one should be willing to switch between IDEs while

Re: (Admin) List Question

2003-08-28 Thread Michael Dinowitz
In the past I've had people complain to me that they could not unsubscribe. I've always given the information for their use, but either they never read the site, footer or whatever. The personalized unsubscribe link is something designed to do 2 things. The first is to allow someone to do a one

CFFILE - Error attempting to write data to target file

2003-08-28 Thread Ron Eberhard
I have seen several forum messages concerning this error, but I have never seen a solution. When using CFFILE WRITE or APPEND, I get the following: Error Diagnostic Information Error processing CFFILE Error attempting to write data to target file 'D:\Sysmgr\ftproot\LDAP\cities.ttx'. Error: No

Special Characters - Display Issue - CF 5

2003-08-28 Thread Allan Clarke
I don't know how to escape special characters and display them in HTML Safe Format. This is a french banking application and there are banks with funny names, ex: Crédit France, Zürcher Kantonalbank, è, Ä, acute and the like. The bank Crédit France gets displayed like this on the browser: Crédit

Re: Special Characters - Display Issue - CF 5

2003-08-28 Thread Jochem van Dieten
Allan Clarke wrote: I don't know how to escape special characters and display them in HTML Safe Format. This is a french banking application and there are banks with funny names, ex: Crédit France, Zürcher Kantonalbank, è, Ä, acute and the like. The bank Crédit France gets displayed like

RE: using CONNECT STRING with CFMX

2003-08-28 Thread Bill Grover
The string should be: dsn=dsn;uid=uname;pwd=pword I've made the same mistake forgetting that it isn't username but uid. __ Bill Grover Supervisor MIS Phone: 301.424.3300 x3324 EU Services, Inc. FAX:

RE: sql question

2003-08-28 Thread Tony Weeg
looks great, ill try it tonight, and let you know ;) thanks! tony -Original Message- From: Alistair Davidson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 5:13 AM To: CF-Talk Subject: RE: sql question Or how about doing it as an inner join - generally more efficient

RE: Index.cfm problem again

2003-08-28 Thread DeMarco, Alex
Thanks for the info Pat, but I do have the permissions set correctly Everyone Read, note that not only do I get the 404 error but when I try to run the index.cfm and redirects into /cfide/administrator and returns the 404 along with a jrun servlet error(there is no virtual dir to cfide) - Alex

RE: using CONNECT STRING with CFMX

2003-08-28 Thread John McCosker
Thanks Bill. -Original Message- From: Bill Grover [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 12:36 To: CF-Talk Subject: RE: using CONNECT STRING with CFMX The string should be: dsn=dsn;uid=uname;pwd=pword I've made the same mistake forgetting that it isn't username but uid.

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Massimo Foti
Well spoken! And also I agree with much you've shared. The one thing that I'm not so sure about is the needing multiple IDEs, specifically when you are dealing with the same language set. It's a matter of personal preferences, nothing more. I personally use Homesite, DW, TopStyle and a

Re: SQL syntax for Supertypes-Subtypes AKA Circular Reference AKA Entity Tree

2003-08-28 Thread Richard Heiser
Hi Jochem, Perhaps you are right - My background in computer science is pretty limited. I guess merely as a more philosophical principle, it seems incredible to me that an eventual circularity in reference between all members of any given set wouldn't figure prominently in the articulation of a

Special Characters - Display Issue - CF 5

2003-08-28 Thread ColdFusion Programmer
I added the meta tag in my application.cfm file and to my surprise it displays the bank name correctly: Crédit France. Is it safe/ok to add this code in my application.cfm file? Will I have any problems with blank pages or content display in the browser? meta http-equiv=Content-Type

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
It's like = hypothetical. -Angel -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] It's like New Atlanta came out with an IDE for CFML and in the next revision mentioning pages upon pages of new features for .Net and nothing for the standard Bluedragon server, whilst

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
Oh. So MM is only concerned with the current crop of Coldfusion users who visit these lists and are wise enough to the sh**. I see.And you're quite ok with this. I thought the purpose of Marketing a new product was to keep existing clients and gain new buyers for a product. I thought that

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
Thanks ,Ben. I'm happy that I got my point across. I hope that this changes things with regard to MM marketing and that we CF Developers are able to benefit from a more inclusive marketing campaign for MM products. -Angel -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] I

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
Please re-read my statements, and keep on topic. I am talking about the most recent marketing campaign for Dreamweaver MX 2004 and the ommission of CF in that campaign. Thanks, -Angel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Speaking for myself, I do

CFOBJECT tag not returning results

2003-08-28 Thread Bosky, Dave
Everytime I try to call this java class file it always returns 'variable results undefined'. Can anyone tell me what may be causing this? It worked fine a few times and now its dead. -- CFOBJECT type=java action=create class=encrypt name=cd CFSET void = cd.init() CFSET results =

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
I wasn't implying that MM should focus their campaign primarily on CF. I was talking about a campaign inclusive of CF period, which this, admittedly, was not. -Angel -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] It computes just fine to me. As a CF developer, I'm

RE: CF-Talk: Digest every hour

2003-08-28 Thread Michael C.Grove
PROBLEM SOLVED The code supplied... SELECT ai.Product_ID, ai.Status, ai.reserve_price, ai.date_enddate, MAX(DISTINCT ab.Bid_Amount) AS HighBid FROM Auction_Items ai, Auction_Bids ab WHERE ai.Status = 'ACTIVE' AND ai.date_EndDate #createODBCDate(now())# AND ai.Product_ID = ab.Product_ID AND

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dave Watts
I don't think Find Replace is an aesthetic enhancement - most designers don't care too much about that stuff. One of my biggest Dreamweaver pet peeves is how Find Replace currently works. Now I am curious, DW's Find Replace, even in DW MX, is way more powerful than HS/CF Studio

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Dave Watts
I think the action page of the form i want to submit to has something in place to prevent me from doing so... Perhaps, but those sorts of things are usually easy to fool. You just need to send the same information as a normal browser would send when submitting the form. Dave Watts, CTO, Fig

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Massimo Foti
Now I am curious, DW's Find Replace, even in DW MX, is way more powerful than HS/CF Studio and has some features that are simply unmatched but everything else on the market (try search for: specific tag). What are you missing in it? I'd like to be able to replace within selected text in

Multiple sites...

2003-08-28 Thread Mauricio Giraldo
Hello I was just googling around and found this post. I think I have a situation where relative paths will not solve the problem. I have an app that cannot use relative paths for cfincludes and cannot configure a mapping in cfadmin (shared hosting environment). Am I lost? Why can't I have

re: Multiple sites...

2003-08-28 Thread cf_talk
Date: Thu, 28 Aug 2003 10:33:20 -0400 From: Mauricio Giraldo [EMAIL PROTECTED] I was just googling around and found this post. I think I have a situation where relative paths will not solve the problem. I have an app that cannot use relative paths for cfincludes and cannot configure a

RE: Multiple sites...

2003-08-28 Thread Dan Phillips \(CFXHosting.com\)
Yup, that's what we do too for people using CFCs. Very easy to setup and manage. Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] Do you want complete ColdFusion Administrator access? RDS? Terminal Server?- CFX-Advanced VPS -

Re: Special Characters - Display Issue - CF 5

2003-08-28 Thread Paul Hastings
I added the meta tag in my application.cfm file and to my surprise it displays the bank name correctly: Crédit France. Is it safe/ok to add this code in my application.cfm file? Will I have any problems with blank pages or content display in the browser? meta http-equiv=Content-Type

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Christian Cantrell
On Thursday, August 28, 2003, at 09:52 AM, Angel Stewart wrote: I thought the purpose of Marketing a new product was to keep existing clients and gain new buyers for a product. Marketing is about awareness. Given a budget, the goal is to get as many of the right people aware of your product

RE: [Spam] Re: Special Characters - Display Issue - CF 5

2003-08-28 Thread Tyler Clendenin
I would probobly include the meta tag in whatever page is included for layout purposes. If you have a header file or if you use fusebox3 the layout file you use. Tyler Clendenin GSL Solutions -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28,

RE: CFHTTP to remotely submit form?

2003-08-28 Thread Kris Pilles
I have been half heartedly playing with manipulating the form, I found a key that appears to be randomly genereated that is part of the form in a hidden variable. I think it may just be easier for me to do this by using javascript and frames... This way the form is actually loaded in a frame and

OT - Registry tool

2003-08-28 Thread DeMarco, Alex
Is there a tool that checks the integrity of the Win2k Server registry? Do you have a link? - Alex ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4

RE: OT - Registry tool

2003-08-28 Thread Robertson-Ravo, Neil (RX)
search Microsoft for regfix.exe -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 16:26 To: CF-Talk Subject: OT - Registry tool Is there a tool that checks the integrity of the Win2k Server registry? Do you have a link? - Alex

RE: OT - Registry tool

2003-08-28 Thread DeMarco, Alex
DOH I should have known that.. Thanks.. - Alex -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:32 AM To: CF-Talk Subject: RE: OT - Registry tool search Microsoft for regfix.exe -Original Message- From:

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Angel Stewart
Be that as it may, *I* am a CF Developer. I want to push CF to my clients and want to raise awareness of the platform which I and my company use. The recent marketing campaign did not help me in that regard AT all. Do I think there are more ASP and PHP developers out there who need to be made

Special Characters - Display Issue - CF 5

2003-08-28 Thread ColdFusion Programmer
my client does not want to migrate ot MX just yet. I don't know another way to display french/foreign characters in CF5 other then using the meta tag. If I don't use the meta tag the content screws up or in other words the foreign characters get displayed. But when I view the source on the

Re: XML request/response issues - Still

2003-08-28 Thread Matt Liotta
Whoops! Didn't realize you were on CF 5. The cfhttpparam change I suggested won't work then. You are likely going to need to use a 3rd party tag/object to get what you need. -Matt On Wednesday, August 27, 2003, at 11:44 PM, Matt Blatchley wrote: I've tried changing the type in the

Javascript Form History Question

2003-08-28 Thread Stan Winchester
ralph, This is an existing application that I don't want to spend a lot of time rewriting, but you did give me an idea. On error, I'll just loop over the values passed, set a bunch of hidden form fields, then submit back to the original form. On the original form, I'll test if the user has

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Thomas Chiverton
On Wednesday 27 Aug 2003 21:42 pm, Ben Forta wrote: they screwed up, and we're not letting them Let's up they really listened, and we get a great CFC aware, IntelliJ/Eclipse type IDE soon ! Come to think of it, MM could just produce some (maybe free) plugins for Eclipse, and that would be it

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dave Carabetta
Be that as it may, *I* am a CF Developer. I want to push CF to my clients and want to raise awareness of the platform which I and my company use. The recent marketing campaign did not help me in that regard AT all. Do I think there are more ASP and PHP developers out there who need to be made

RE: DWMX 2004 - Whats new for us?

2003-08-28 Thread Dan O'Keefe
kind of approaching the point of being a little hell bent, aren't you? Dan -Original Message- From: Angel Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:55 AM To: CF-Talk Subject: RE: DWMX 2004 - Whats new for us? Be that as it may, *I* am a CF Developer. I want

Re: DWMX 2004 - Whats new for us?

2003-08-28 Thread Thomas Chiverton
On Wednesday 27 Aug 2003 22:03 pm, Adam Wayne Lehman wrote: I seriously just don't get this thread at all. Never once in my life have I ever noticed a difference in coding speed based on the IDE I was using. I can just see the expression on my boss's face if I'd say sorry I missed the

RE: Special Characters - Display Issue - CF 5

2003-08-28 Thread Mike Brunt
Take a look at this on CFLIB to see it will help you. http://www.cflib.org/udf.cfm?ID=833 Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application Specialists -Original Message- From: ColdFusion Programmer

RE: XML request/response issues - Still

2003-08-28 Thread Matt Blatchley
I guess I'm screwed. The account is on shared server and the CFX tag require an install with Java. At least the ones I found... Thanks for the input though. -Matt -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:07 AM To: CF-Talk

Special Characters - Display Issue - CF 5

2003-08-28 Thread ColdFusion Programmer
actually I did have a play with that udf but it does'nt convert western european characters to html safe characters. Take a look at this on CFLIB to see it will help you. http://www.cflib.org/udf.cfm?ID=833 Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog

re: Multiple sites...

2003-08-28 Thread info
Another alternative to switching hosting providers: http://www.cflib.org/udf.cfm?ID=837 All you'd need to do is replace instances of template=#map#/blah.cfm with template=#getRelative('blah.cfm')# and I can help you write a multi-file regular expression to do that if you like. Let me know if

Re: Special Characters - Display Issue - CF 5

2003-08-28 Thread Jochem van Dieten
ColdFusion Programmer wrote: I don't know another way to display french/foreign characters in CF5 other then using the meta tag. There is nothing wrong with the meta tag. It is the charset you are using which is wrong. All French characters are covered in ISO-88659-15, and CF 5 supports

  1   2   >