Coldfusion and ASP

2004-02-11 Thread David Ashworth
is it possible to have Coldfusion and ASP execute on the same page? if so, how? thanks in advance [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Coldfusion and ASP

2004-02-11 Thread Stephen Moretti
is it possible to have Coldfusion and ASP execute on the same page? Nope if so, how? You could do a cfhttp to the asp page and get the response from the asp page, but you can't put the asp and cf code in the same page.I'm sure there are couple of otherways to deal with this, but they

OT: Premium SMS Billing

2004-02-11 Thread Stuart Kidd
Hi guys, In the UK exists premium sms billing whereby a customer can text message (sms) a particular number (a 5-digit number in the UK) with a few keywords say for instance CINEMA SW6 (SW6 is a London postcode) and then almostly instantly he/she can receive a reply with all the cinema listings

Re: MySQL and CF

2004-02-11 Thread Jochem van Dieten
Barney Boisvert wrote: Good call Rob.Straight from the horse's mouth. Worth mentioning that this necessarily applies to any GPL database, such as Postgres, and really any other type of backend system that a web app might use. PostgreSQL is not GPL licenced. PostgreSQL is BSD licenced. That

Anyone used Connx odbc/jdbc drivers with CFMX?

2004-02-11 Thread Dave Wilson
Would like to hear anyone's experiences with the above. Particularly for connecting to legacy data types such as CISAM. TIA, Dave Connx can be found at http://www.connx.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Can't maintain Oracle connectivity - CF 5.0

2004-02-11 Thread Earl, George
How do I find out what version of the native Oracle DataDirect drivers ColdFusion 5.0 Enterprise is using? Are there updated native (and ODBC for that matter) Oracle drivers available for CF 5.0? All of a sudden we cannot maintain our Oracle connectivity using the native drivers (haven't yet

RE: Anyone used Connx odbc/jdbc drivers with CFMX?

2004-02-11 Thread Kristopher Pilles
Hi Dave. We have used Connx for CISAM connections and it worked We had found osme other software that was suppose to port CISAM to relational but it was not very good. In the end though,we decided that the cost of CONNX was to much and we are now in the process of slowly converting our

encrypt() decrypt() mac issues

2004-02-11 Thread Jeremy
I have template passing a url var that is pulled form my db.I happens to be the key for that table, numerical. I use cfset myid =encrypt(findqry.cid, qzx123) then I add that 'myid' value to the url and pass it. Then I decrypt it on the next templete like cfset myid =decrypt(url.myid, qzx123)

Server time after restart

2004-02-11 Thread Spectrum WebDesign
Our app needs to get the time of CF Server to do several tasks. If CF time is lower than 5 minutes our scheduler run that tasks. But how to get the CF Server time? -- ___ Sign-up for Ads Free at Mail.com

RDS Password on MX 6.1

2004-02-11 Thread Robert Shaw
Hi All, Running CFMX 6.1, we seem to have lost our RDS password. Where can we reset this? TIA, Robbie [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Server time after restart

2004-02-11 Thread Critter
oi Spectrum!! now() ? -- =-=-=-=-=-=-=-=-=-=-=-=-=-[ Help me fight to keep my son in the US ]-= =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://keepmysoninthe.us ]-= Wednesday, February 11, 2004, 9:19:51 AM, you wrote: SW Our app needs to get the time of CF Server to do several tasks. If CF

ColdfusionMX Server?

2004-02-11 Thread John Ho
I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help Thank you John __ Do you Yahoo!? Yahoo! Finance: Get your

PCode problem - just started today

2004-02-11 Thread Charles Nahm
Only thing that has changed is that some Windows updates were installed early this morning. All of a sudden, code that has worked fine for 2 years won't work.I'm getting this error: Error Diagnostic Information unknown exception condition PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag The

RE: PCode problem - just started today

2004-02-11 Thread Tangorre, Michael
Check the HOF site.. a quick search returned this... might be related. This issue has come up in the past. http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadid=196 24forumid=4 Mike _ From: Charles Nahm [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:03

RE: PCode problem - just started today

2004-02-11 Thread Douglas.Knudsen
Anytime I saw this in the past when working with CF5.0, it was because of session variable access and bad locking practises.Even though the page indicates the error is with the query, it isn't really.Anytime I mentioned PCode errors to anyone, they responded with its a locking issue. HTH

Re: ColdfusionMX Server?

2004-02-11 Thread Rob Rohan
On Wed, 2004-02-11 at 07:01, John Ho wrote: I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help John, that is not enough information for

Re: Server time after restart

2004-02-11 Thread Spectrum WebDesign
Thanks Critter no... I'll explain: after 5 minutes left ColdFusion Server restart our scheduler will execute several tasks(pre-compile .cfm, generate pdf files,...) and so on. But how to know that time? Thanks again - Original Message - From: Critter [EMAIL PROTECTED] Date: Wed, 11 Feb

RE: ColdfusionMX Server?

2004-02-11 Thread Schuster, Steven
That sounds like a very very serious problem. I would probably just turn it all off and go home for the day. S :-) -Original Message- From: Rob Rohan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 10:13 AM To: CF-Talk Subject: Re: ColdfusionMX Server? On Wed,

RE: RDS Password on MX 6.1

2004-02-11 Thread Ben Densmore
In the CF Admin there is a security section, then under that there is a link to RDS Password. You can change it in there. Ben -Original Message- From: Robert Shaw [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 9:55 AM To: CF-Talk Subject: RDS Password on MX 6.1 Hi All,

Creating an Outlook Task w/CF

2004-02-11 Thread Terry Troxel
I am using a CF tag which creates an email which upon opening opens an Outlook Appointment in the calendar. What I am wondering is has anyone done the same with an Outlook Task? Sure would appreciate some help with this if it is doable. Terry Troxel [Todays Threads] [This Message]

RE: Can't maintain Oracle connectivity - CF 5.0

2004-02-11 Thread Dave Watts
How do I find out what version of the native Oracle DataDirect drivers ColdFusion 5.0 Enterprise is using? Are there updated native (and ODBC for that matter) Oracle drivers available for CF 5.0? I have no idea how you'd find out the driver version, other than poking around at the various

Re: PCode problem - just started today

2004-02-11 Thread Rob Rohan
Do you know if any of the database stuff for DBase ]|[ uses DCOM - thats what all this hub bub is about - a DCOM exploit. If the DBase connectivity or actual DBase program doesn't use DCOM it *might* not be the update. You might want to find out if it relys on DCOM, as you seem to think the

Re:ColdfusionMX Server?

2004-02-11 Thread John Ho
I open the page, it display iswhite blank page I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help Thank you John

cfmail

2004-02-11 Thread Stuart Kidd
Hi guys, I am sending out an email message to users when they register on my site.However, some people have said that bits are missing, graphic etc.These are all stored on my website and in my CFMAIL tag they are the usual http links to images and a stylesheet Does anyone know of any

Re: Re:ColdfusionMX Server?

2004-02-11 Thread Rob Rohan
On Wed, 2004-02-11 at 06:37, John Ho wrote: I open the page, it display iswhite blank page Change the code then and update the configuration files. I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open

RE: ColdfusionMX Server?

2004-02-11 Thread Dave Watts
I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help As Rob said, you'll have to provide more information than that. What operating system

Re: cfmail

2004-02-11 Thread Ubqtous
Stuart, On 2/11/2004 at 10:44, you wrote: SK I am sending out an email message to users when they register on SK my site.However, some people have said that bits are missing, SK graphic etc.These are all stored on my website and in my CFMAIL SK tag they are the usual http links to images and a

RE: cfmail

2004-02-11 Thread Tangorre, Michael
Isn't there a way to determine whether or not the client gets an HTML or text version? I seem to recall that a newsletter I used to get got sent to my school address (when I was in college) as plain text, yet the one that came to my Comcast email was HTML How did they do that? _ From:

select form element and MX6.1

2004-02-11 Thread Jeremy
Why would this code not show the options when they are selected on a mac in IE. select name=getclient class=copyform style=width: 235px; border: 1px solid #00; option value=0 class=copyCLIENT NAMEnbsp;nbsp;|nbsp;nbsp;password/option option value=0

Re: MySQL and CF

2004-02-11 Thread Paul Hastings
with it. You can even sell PostgreSQL binaries if you want (and quite a few companies do so). speaking of which, whatever became of the native windows port? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cfmail

2004-02-11 Thread David Ashworth
this article shows you how to do that http://www.houseoffusion.com/cf_lists/index.cfm/method=messages http://www.houseoffusion.com/cf_lists/index.cfm/method=messagesthreadi d=126forumid=20 threadid=126forumid=20 -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]

RE: select form element and MX6.1

2004-02-11 Thread Adrian Lynch
Try taking the styles out of the equation see if that's the problem. Or even better, start from the beginning and add bits one at a time till it breaks again. Ade -Original Message- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 16:22 To: CF-Talk Subject: select form

Flash Q

2004-02-11 Thread Kristopher Pilles
Does anyone know if it is possible to turn of caching with Flash?I am trying to display dynamic data and It keeps cashing. KP Kristopher Pilles Website Manager Western Suffolk BOCES 507 Deer Park Rd., Building C Phone: 631-549-4900 x 267 E-mail: [EMAIL PROTECTED] Kristopher Pilles.vcf [Todays

Re: MySQL and CF

2004-02-11 Thread Rob Rohan
On Wed, 2004-02-11 at 08:20, Paul Hastings wrote: with it. You can even sell PostgreSQL binaries if you want (and quite a few companies do so). speaking of which, whatever became of the native windows port? The postgres guys say it exists, but (as with most windows programs) it's not free

Re: cfmail

2004-02-11 Thread Ubqtous
Michael, On 2/11/2004 at 11:11, you wrote: TM Isn't there a way to determine whether or not the client gets an HTML or TM text version? I seem to recall that a newsletter I used to get got sent to TM my school address (when I was in college) as plain text, yet the one that TM came to my Comcast

RE: select form element and MX6.1

2004-02-11 Thread Jeremy
Yeah I tried that first and it appears that if I have fewer than say 10 options they don;t show up. I don;t know what it could be. -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:43 AM To: CF-Talk Subject: RE: select form element and

RE: PCode problem - just started today

2004-02-11 Thread Charles Nahm
Thanks to all the respondants. I don't know DCOM from a hole in the ground.:) The problem went away after rebooting the PDC and then rebooting the CF server. Perhaps an unclean restart after the auto updates? Thank you for your help. Charles Nahm -Original Message- From: Rob Rohan

Re:ColdfusionMX Server?

2004-02-11 Thread John Ho
Thank you all I try to change the file, copy file from development mashine but it still not working. I have win2k and Coldfusionmx 6.0 I can't even open ColdfusionMX Administor page either?.Actually It display blank page. I think some file in Coldfusin server corrupted. I think I have to reinstall

RE: select form element and MX6.1 solved

2004-02-11 Thread Jeremy
It appear that mac IE will use this option value=#cid# class=copy#UCase(cusername)#|#cpassword#/option But not option value=#cid# class=copy#UCase(cusername)#nbsp;nbsp;|nbsp;nbsp;#cpassword#/opt ion The nbsp;nbsp; was the problem. But now how can I add a few spaces to the display to

RE: select form element and MX6.1 solved

2004-02-11 Thread Rob Rohan
You could try #160; I think or just hit the space bar (you'll get at least one) On Wed, 2004-02-11 at 09:01, Jeremy wrote: It appear that mac IE will use this option value=#cid# class=copy#UCase(cusername)#|#cpassword#/option But not option value=#cid#

Re: MySQL and CF

2004-02-11 Thread Jochem van Dieten
Paul Hastings wrote: with it. You can even sell PostgreSQL binaries if you want (and quite a few companies do so). speaking of which, whatever became of the native windows port? The native port developed as an Open Source project is in 'compile yourself but don't run a business on it'

Re: ColdfusionMX Server?

2004-02-11 Thread Thomas Chiverton
On Wednesday 11 February 2004 15:01 pm, John Ho wrote: I don't why all my application doesn't display anything?. When I open them, it doesn't show anything just a blank page. I can not open Coldfusion admin either. Do you know what wrong with this? Please help This will help:

Re: Flash Q

2004-02-11 Thread Nick Gerig
Stick a random variable on the end, mycf.cfm?blah=Math.round(Math.random()*1) Nick Kristopher Pilles wrote: Does anyone know if it is possible to turn of caching with Flash?I am trying to display dynamic data and It keeps cashing. [Todays Threads] [This Message] [Subscription]

RE: Flash Q

2004-02-11 Thread Adrian Lynch
If it's the swfs that are the problem, load them with a random number on the end... loadMovie(my.swf? + randomNumber); ... excuse the syntax, it's probably wrong but you get the idea. Ade -Original Message- From: Kristopher Pilles [mailto:[EMAIL PROTECTED] Sent: 11 February 2004

Creating emails with CFMX

2004-02-11 Thread Spectrum WebDesign
It's possible to create email accounts using CFMX? CFPOP is the right tool? What i need to create? Thirdy software? -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm [Todays Threads] [This Message]

cfeclipse (paging Dr. Rohan)

2004-02-11 Thread Jamie Jackson
[Keep in mind that this is my first attempt at using cfeclipse and eclipse, itself. However, I *can* open text docs, etc.] I'm getting an error (which says simply, error) in the editing window when trying to open a .cfm file. I'm using this version of the plugin:

Help with speeding up a string replace on a large file.

2004-02-11 Thread Shawn Grover
We have a case where we have 30+ instances of text in an RTF document that need to be replaced with specific database values.The routine we have does work, but it's pretty slow.In one case, we have a 1+ meg file, that we need to do the 30 replacements on via the REPLACENOCASE function.This file is

Re:Session Variables in CFCs

2004-02-11 Thread Merritt Chapman
Nathan, I'm running CFMX 6.1 Enterprise.Are you saying that declaring session variables within CFCs is bad architecture?If so, please explain.Also, for my own use, could you give me an example of a session variable declaration that should work within a CFC? Thanks again! MC [Todays Threads]

RE: Creating emails with CFMX

2004-02-11 Thread Barney Boisvert
The built-in CFMX tags are for interfacing with a mail server to get and send mail.More properly, they implement various RFCs regarding the tranfer of mail between locations. The admin side of a mail server is not specified by any RFC, and typically isn't standardized in any way.Might be a win32

Re: cfeclipse (paging Dr. Rohan)

2004-02-11 Thread Rob Rohan
hehehe, yeah - you have to make a project - new, project, simple project then either add (import) the cfm file to that or create a new one. Simply doing a file / open doesn't work yet. On Wed, 2004-02-11 at 09:23, Jamie Jackson wrote: [Keep in mind that this is my first attempt at using

RE: cfmail

2004-02-11 Thread Tangorre, Michael
Awesome, thanks! Mike _ From: Ubqtous [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 11:49 AM To: CF-Talk Subject: Re: cfmail Michael, On 2/11/2004 at 11:11, you wrote: TM Isn't there a way to determine whether or not the client gets an HTML or TM text version? I seem to

RE: Help with speeding up a string replace on a large file.

2004-02-11 Thread Philip Arnold
With a 1meg+ file, you want it sub 10 seconds? I think you're hoping for far too much... Think about that the OS has to pass that file to CF, which for a file of that size, is going to take more than 10 seconds anyway Try opening a 1meg+ file in Notepad - it'll take a LOT more than 10 seconds

Re: cfeclipse (paging Dr. Rohan)

2004-02-11 Thread Jamie Jackson
Yup, that works! Thanks. :) Jamie On 11 Feb 2004 09:38:24 -0800, in cf-talk you wrote: hehehe, yeah - you have to make a project - new, project, simple project then either add (import) the cfm file to that or create a new one. Simply doing a file / open doesn't work yet. On Wed, 2004-02-11 at

Custom cfheader/cfcontent issues

2004-02-11 Thread Kevin Marino
Hola, I am running into a strange issue, a custom cfheader/cfcontent combination works fine on Windows 2000 and on Windows 2003 the dialog box pops up asking what I want to do. My feeling is that it has to do something with the cfheader filename being different than the cfcontent filename, thus

Re: MySQL and CF

2004-02-11 Thread Paul Hastings
The native port developed as an Open Source project is in 'compile yourself but don't run a business on it' stage. The native port by PeerDirect is open source and fully functional, but at version 7.2.1: ftp://momjian.postgresql.org/pub/postgresql/win32/PeerDirect/ thanks, then what is

RE: Session Variables in CFCs

2004-02-11 Thread Barney Boisvert
If you have a fully encapsulated CFC it should be unaware of it's environment in any way.Since the session scope is part of the CF environment, CFCs shouldn't know about it.Generally the better route is to put the entire CFC in the session scope, and have the CFC only manupulate instance variable

Re: cfeclipse (paging Dr. Rohan)

2004-02-11 Thread Rob Rohan
btw if you are going to use eclipse for your main development, I also recommend you get this plug-in http://gstaff.org/colorEditor/ it does highlighting (only) for all kinds of stuff - stand alone js, css, etc files. when you install it it takes over .cfm as the default editor so you have to go

RE: Session Variables in CFCs

2004-02-11 Thread Nathan Strutz
Thanks Barney, To continue on what you said, not every CFC is fully encapsulated, this is using a CFC as more of a function library than an object in an OO world. Not best practices as far as OO methods go, but still a fair use for a CFC just to abstract a certain job. Back to Merritt, I can

RE: Help with speeding up a string replace on a large file.

2004-02-11 Thread Nathan Strutz
1) Use Replace() instead of ReplaceNoCase(), as it's much faster 2) Recreate your loop and replacing, etc, with cfscript instead of tags 3) Your elements to replace, if you are using a list and list functions like listGetAt(), etc, switch it to an array After that, if you still need more speed,

Re: MySQL and CF

2004-02-11 Thread Kevin Graeme
The native port developed as an Open Source project is in 'compile yourself but don't run a business on it' stage. The native port by PeerDirect is open source and fully functional, but at version 7.2.1: ftp://momjian.postgresql.org/pub/postgresql/win32/PeerDirect/ thanks, then

RE: CFMX - best way to strip content from html page

2004-02-11 Thread Hugo Ahlenius
Do you have any control over the sites archived? Are they XHTML? If yes on the first question: enclose the relevant main body in div tags, with a relevant ID. Then, if they are XHTML, you can parse it as XML. If not it might still be possible to apply some regexps to get the content (locate the

RE: Session Variables in CFCs

2004-02-11 Thread Barney Boisvert
You're exactly right with the function library thing.Definitely not good OO technique, but with CFCs the lines are blurred.I had similar text in there almost verbatim, but took it back out. For instance, simple CFC-based web services are necessarily of this nature. Extracting reusable bits and

RE: CFMX - best way to strip content from html page

2004-02-11 Thread Rob Rohan
On Wed, 2004-02-11 at 10:34, Hugo Ahlenius wrote: Do you have any control over the sites archived? Are they XHTML? I have control of the pages after they are collected, but not the end sites. Without getting in trouble, it needs to collect a bunch of site's pages (and more will be added in the

RE: XML storage

2004-02-11 Thread Rich Ziade
Hi Matt: It's Rich from cf-talk. I dug around for that CFC wrapper post but couldn't find it anywhere. I'd write this myself, but unfortunately not very well versed in Java. I know how to access Java objects etc. from CF, but I frankly don't even know where to begin. If you could point the

post CFMX 6.1 Updaters

2004-02-11 Thread Nathan C. Smith
I see there are some post-CFMX 6.1 hotfixes available, but are there any updaters or hot-fix rollups for post MX 6.1? I've been dredging the Macromedia WS and can only find references to hotfixes. Thanks. -Nate Nathan SmithMcKee, Voorhees Sease, P.L.C. [Todays Threads] [This Message]

RE: post CFMX 6.1 Updaters

2004-02-11 Thread Dave Watts
I see there are some post-CFMX 6.1 hotfixes available, but are there any updaters or hot-fix rollups for post MX 6.1? I've been dredging the Macromedia WS and can only find references to hotfixes. There aren't any updaters available for CFMX 6.1, only individual patches. Dave Watts, CTO,

OT: Prevent Refresh

2004-02-11 Thread Robert Orlini
Is there any way to disable the Refresh button or option or prevent a user from refreshing a page? It's causing some problems with our CF coding and sending out multiple emails. Is there a way in _javascript_ or CF? Robert O. HWW [Todays Threads] [This Message] [Subscription] [Fast

Re:Creating emails with CFMX

2004-02-11 Thread Spectrum Web
Thank you Barney. It's impossible to integrate MS Exchange Server with CFMX for creating email account? The built-in CFMX tags are for interfacing with a mail server to get and send mail.More properly, they implement various RFCs regarding the tranfer of mail between locations. The admin side of

Re: Help with speeding up a string replace on a large file.

2004-02-11 Thread Jim McAtee
If you don't need the case-insensitivity of ReplaceNoCase(), you might try ReplaceList() instead.This will eliminate the loop.Not sure how much you'll gain in speed, but letting CF loop over the elements should be faster than doing it yourself. - Original Message - From: Shawn Grover

RE: Creating emails with CFMX

2004-02-11 Thread Barney Boisvert
Honestly I have no idea.It's definitely impossible using native CFMX tags, but there may be a third-party tag that will let you do that kind of thing. You might also be do it via COM, but I don't know the first thing about that. Cheers, barneyb -Original Message- From: Spectrum Web

RE: post CFMX 6.1 Updaters

2004-02-11 Thread Nathan Strutz
ColdFusion hot fixes (all versions) http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm Everyone should bookmark it :) -nathan strutz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 12:40 PM To: CF-Talk Subject: RE: post

String Format option in DataSource Setup

2004-02-11 Thread Evan Lavidor
We recently ran into a problem (CFMX, SQL 2000, Win2K) where unicode data being passed into a cfstoredproc was not getting into the db as double-byte. This was resolved (after much hunting) by checking the String Format checkbox in the advanced datasource settings for the DSNs involved. >From

RE: Prevent Refresh

2004-02-11 Thread Taco Fleur
Try cflocation after all code has executed... Taco Fleur Bloghttp://www.tacofleur.com/index/blog/ http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ Tell me and I will forget Show me and I will remember Teach me and I will learn -Original

RE: Creating emails with CFMX

2004-02-11 Thread Dave Watts
Thank you Barney. It's impossible to integrate MS Exchange Server with CFMX for creating email account? Almost nothing is impossible. I suspect you can do this using ADSI, which is a COM API for interacting with Exchange. There are probably other ways to do it as well. However, there's no

RE: Prevent Refresh

2004-02-11 Thread Ryan Kime
You could wrap your code around a CFIF statement that checks to see if the cgi.http_referer does not equal or the current page. Then it would run the refresh but not the email code. -Original Message- From: Robert Orlini [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 1:31

RE: Creating emails with CFMX

2004-02-11 Thread Rob Rohan
On Wed, 2004-02-11 at 12:35, Dave Watts wrote: Thank you Barney. It's impossible to integrate MS Exchange Server with CFMX for creating email account? Almost nothing is impossible. I suspect you can do this using ADSI, which is a COM API for interacting with Exchange. There are probably

RE: Creating emails with CFMX

2004-02-11 Thread Dave Watts
Almost nothing is impossible. Putting a Cadillac up your nose is. I'd never have thought to try it in the first place. How far did you get before giving up? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message]

RE: Prevent Refresh

2004-02-11 Thread Katz, Dov B (IT)
I think you need to take a 2 part strategy 1) set up some onClick so the form button disables itself upon submission. That way it does not allow a resubmission. 2) set up the post-form-processing page so that it redirects (CFLOCATION) the user to confirmation page which they can refresh all

cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
Hi all, We're in the process of upgrading to CMFX on linux from CF 5.0 on Windows. Some excel download code no longer works: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=foodcosts.xls CFCONTENT TYPE=application/msexcel Results in '); } } function writeCloseBody() { if( debugMode

Problems talking with Oracle...

2004-02-11 Thread Brian Yager
Hello...I am needing to talk to the Oracle object to see if a username is valid, password is expired or in the grace period.I have some ASP code that I am having problems converting to CF.Here is what they had... OBJECT RUNAT=Server SCOPE=Application ID=OraSession

Re: cfcontent on cfmx/linux

2004-02-11 Thread Bryan Stevenson
change the mime type to octet/stream.it fakes out the browser and always forces a download ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] -

RE: Help with speeding up a string replace on a large file.

2004-02-11 Thread Paul Vernon
If you're on a Windows platform, I have some CFX tags that may be of help. Just experimenting, I can alter a 1.3Mb file in under 4 seconds with the following code. cfx_readLn Filename=C:\Test.txt Name=ReadLn Direction=TTB cfset MyQuery = QueryNew(Line) cfloop query=ReadLn cfset

DWMX Insert menu/toolbar question

2004-02-11 Thread Jeff Small
Is there anyway to switch from the dropdown style of the insert menu back to the tabbed version? I've just gotten DWMX 2004 and this is my first day working with it, and I'm about to pull my hair out switching back and forth between the various insert toolbar dropdowns. I much prefer the

RE: DWMX Insert menu/toolbar question

2004-02-11 Thread Barney Boisvert
In the dropdown, the last item should be show as tabs or something to that effect. Cheers, barneyb -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 12:57 PM To: CF-Talk Subject: DWMX Insert menu/toolbar question Is there anyway to

Re: cfcontent on cfmx/linux

2004-02-11 Thread Jochem van Dieten
Deanna Schneider said: Some excel download code no longer works: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=foodcosts.xls CFCONTENT TYPE=application/msexcel Try: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=foodcosts.xlsCFCONTENT TYPE=application/vnd.ms-excel

RE: DWMX Insert menu/toolbar question

2004-02-11 Thread Dave Watts
Is there anyway to switch from the dropdown style of the insert menu back to the tabbed version? Click on the word Insert and select Show as tabs. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message]

Installation issue

2004-02-11 Thread Eric Creese
I am sure this is simple. I just installed CFMX on a new server. However when I select the CF Administrator page from the Start menu I get a page not found in the browser. OS Win2K SP3 IIS 5.0 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: DWMX Insert menu/toolbar question

2004-02-11 Thread Bosky, Dave
The last option in the dropdown list should be 'show as tabs'. -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 3:57 PM To: CF-Talk Subject: DWMX Insert menu/toolbar question Is there anyway to switch from the dropdown style of the insert

Re: DWMX Insert menu/toolbar question

2004-02-11 Thread Jeff Small
Barney Boisvert [EMAIL PROTECTED] wrote: In the dropdown, the last item should be show as tabs or something to that effect. Daaamn. All day...all day I've been looking right at it. Well, it's always the most obvious things that humble you. Thanks so much. That's the one thing that was

RE: Installation issue

2004-02-11 Thread Dave Watts
I am sure this is simple. I just installed CFMX on a new server. However when I select the CF Administrator page from the Start menu I get a page not found in the browser. If, during the install, you select the option to connect CFMX to an existing web server, the Start link will only work

RE: Prevent Refresh

2004-02-11 Thread Taco Fleur
1) I think you mean hide the button, as soon as you disable the submit button it will not submit the form, even if you just clicked it. Taco Fleur Bloghttp://www.tacofleur.com/index/blog/ http://www.tacofleur.com/index/blog/ Methodology http://www.tacofleur.com/index/methodology/ Tell me and I

RE: Prevent Refresh

2004-02-11 Thread Nathan Strutz
input type=button > This will still submit the form. -nathan strutz -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 2:13 PM To: CF-Talk Subject: RE: Prevent Refresh 1) I think you mean hide the button, as soon as you disable the submit

RE: Prevent Refresh

2004-02-11 Thread Katz, Dov B (IT)
Do whatever you want... ... disabled works in IE using some css attribute... show a layer on top of the button... hide the button etc... But obviously any way that results in the inability to click it was the point I was making... _ From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent:

Re: cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
Nope. Same error. -d - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 2:50 PM Subject: Re: cfcontent on cfmx/linux change the mime type to octet/stream.it fakes out the browser and always forces a download

RE: Prevent Refresh

2004-02-11 Thread Taco Fleur
On a button it works, but not a type=submit What if _javascript_ is turned off? I would only use a type=button in a controlled environment, not on the internet, but that's just how I work, take it or leave it. Taco Fleur Bloghttp://www.tacofleur.com/index/blog/

Re: cfcontent on cfmx/linux

2004-02-11 Thread Deanna Schneider
From: Jochem van Dieten Try: CFHEADER NAME=Content-Disposition VALUE=attachment; filename=foodcosts.xlsCFCONTENT TYPE=application/vnd.ms-excel Same result That looks like it is generated by the client, not the server. To see what is generated by the server request the page through telnet

Re: cfcontent on cfmx/linux

2004-02-11 Thread Bryan Stevenson
My bad.try this (shoulda been application/octet-stream): cfheader name=Content-type value=application/octet-stream cfheader name=Content-Disposition value='attachment; filename=#FileName#' !--- if this fouls up in various browsers...try trailing slash in file attribute below --- cfcontent

Re: cfcontent on cfmx/linux

2004-02-11 Thread Jochem van Dieten
Deanna Schneider said: From: Jochem van Dieten That looks like it is generated by the client, not the server. To see what is generated by the server request the page through telnet or a proxy. It's been years since I've done telnet. I can open a telnet prompt...but I don't know what to do

Re: Help with speeding up a string replace on a large file.

2004-02-11 Thread Jamie Jackson
I think another option would be ReplaceList(). Although the function itself loops sequentially, maybe there's a gain to be had by using a native function rather than a hand-crafted loop, but I dunno. It'd be easy to benchmark, anyway. (On second thought, ReplaceList is implicitly scoped to all,

Any advice on passing client side cookies to CF?

2004-02-11 Thread David Adams
Can anyone recommend simple ways of passing client side cookie values to CF? Below is my way, which I think is clunky.Essentially I grab the cookie value and pass it on via the URL parameter to another page. script language=_javascript_ function ReadCookie(name) { if(document.cookie == '') { //

  1   2   >