RE: fix cflogin cache

2003-12-01 Thread Simon Horwith
I also recommend using J2EE Sessions unless you have a compelling reason not to.They're more secure (for several reasons). ~Simon Simon Horwith CTO, Etrilogy Ltd. Member of Team Macromedia Macromedia Certified Instructor Certified Advanced ColdFusion MX Developer Certified Flash MX Developer

Re: Resolved: Re:CFMX and Fedora

2003-12-01 Thread Thomas Chiverton
On Sunday 30 Nov 2003 17:38 pm, Brandon Harper wrote: The only thing I have noticed that seems odd about the system right now is that sendmail takes almost 10 minutes to start since installing ColdFusion. is the localhost / 127.0.0.1 entry from /etc/hosts missing ? Also check you can

Re: CFMX and Fedora

2003-12-01 Thread Thomas Chiverton
On Saturday 29 Nov 2003 01:51 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Actually, here is what is showing up straight from the CF Exception log. Error,main,11/27/03,23:45:58,,/opt/coldfusionmx/lib/libcfindex.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or

Re:Access 97 with CFMX 6.0 unacceptably slow

2003-12-01 Thread Jochem van Dieten
Don said: * Unicode ODBC driver is not available for CFMX 6.0 Prof. for Windows; But it is for 6.1. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: fix cflogin cache

2003-12-01 Thread Raymond Camden
Check what Simon said below. If you can't use that setting, then use the old trick to make sessions die on browser closing. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Regex

2003-12-01 Thread Trevor Holm-Laursen
I was just reading Ben's Blog this morning and seen his regex's for postal and zip codes.Now I've used regex's in perl but how do you actually use them in CF?Code examples anyone? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Regex

2003-12-01 Thread Massimo Foti
I was just reading Ben's Blog this morning and seen his regex's for postal and zip codes.Now I've used regex's in perl but how do you actually use them in CF?Code examples anyone? http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/regexp.htm#wp1100400 Massimo

RE: Regex

2003-12-01 Thread Ben Forta
CFML functions: REFind() REFindNoCase() REReplace() REReplaceNoCase() And you can also pass _javascript_ regular expressions to CFINPUT. --- Ben -Original Message- From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 7:12 AM To: CF-Talk Subject:

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread CF Lists
Bryan, I tried this on windows and just get -1 for height and width. (CF 6.1 Ent.) Any ideas? cffunction name=ImageSize returnType=struct access=public cfargument name=FileLoc type=string required=Yes cfset ImageInfo = StructNew() cfset ImageObject =

RE: Verity on Red Hat 9

2003-12-01 Thread Yves Arsenault
I thought there were issues posted on the MM site about Verity and RedHat 7.3 +. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/intro6.htm To quote the site: Verity does not support RedHat Linux 7.3, 8.0, and 9. There is a work around. In the DRK3, MM has included a verity tool

Re: Regex

2003-12-01 Thread Ubqtous
Trevor, On 12/1/2003 at 07:11, you wrote: THL I was just reading Ben's Blog this morning and seen his regex's THL for postal and zip codes.Now I've used regex's in perl but how THL do you actually use them in CF? Code examples anyone? I use the following (snippet from a UDF): // Validate zip

Re:Problems using JRUN4 and CFMX together.

2003-12-01 Thread Jeremy Brodie
Samuel, This situation occurs when one tries to add additional classpaths within the JRUN management console (such as thin Oracle drivers or applications having additional classpaths). The server argurments within the jre.config are switched preventing the JRUN default server from restarting (and

Referring URL LinkPoint Central?

2003-12-01 Thread Dwayne Cole
I am trying to implement credit card processing via LinkPoint Central.On the invoice page there is submit button that sends the shopper to a secure LinkPoint sight where the shopper enters the credit card number and blah, blah, blah. Here's the problem.LinkPoint will not accept the shopper if

Re: OT: hostdepartment.com?

2003-12-01 Thread Candace Cottrell
I'm going to try them out once they get MX. They said they'd have it by January. I'll let you know what I find out. In the meantime, I've had a pretty good experience with HostMySite.com Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404

RE: connectString workaround?

2003-12-01 Thread Richard Castrios
Thanks, I have a couple of questions re: my initial question... Is the MERANT text driver included with CFMX or has it been removed also? All of the text files we are accessing require this driver. There's a really straightforward solution that gives you full power of dynamic connection

Still problems with CFChart

2003-12-01 Thread Hassan Arteaga Rodriguez
Hi all: I posted this email 2 times, about CFChart problems. When i try to see the HTML code the img tag not apear in case i use chart format as jpg neither in a flash format. However in the C:\CFusionMX\charting\cache dir apear all files (jpg or flash) Another data when i run the charting

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Ubqtous
Bryan, On 12/1/2003 at 08:37, you wrote: It works fine on Windows but bails on Linux RedHat 9.0 with CFMX 6.1 Enterprise installed.There error is below.It appears to be having an issue instantiating the object abovebut I'm unsure as to whyany thoughts?? Side question: I also have a

Date format in access

2003-12-01 Thread Shahzad.Butt
Hi Can someone tell the date format to use in CFQuery in select/insert statement for an access DB? thanks Shahzad.Butt Ph:+44 (0) 1992 701 722 Fax: +44 (0) 1992 701 604 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Date format in access

2003-12-01 Thread Jochem van Dieten
Shahzad.Butt said: Can someone tell the date format to use in CFQuery in select/insert statement for an access DB? cfqueryparam + a date object. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Date format in access

2003-12-01 Thread John Beynon
CreateODBCDataTime(somedate) -Original Message- From: Shahzad.Butt [mailto:[EMAIL PROTECTED] Sent: 01 December 2003 15:19 To: CF-Talk Subject: Date format in access Hi Can someone tell the date format to use in CFQuery in select/insert statement for an access DB? thanks

Application.cfm and Fusebox

2003-12-01 Thread Mickael
Hello All, I have a question that hopefully someone can point me in the right direction.I have read that the use of application.cfm is not needed any more with fusebox and that all my information should be in a fbx_settings.cfm.Firstly I was wondering if this is correct not to use

ot: mac cf programming software

2003-12-01 Thread Tony Weeg
to all mac people, what editor do you use for cfmx work? thanks ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: ot: mac cf programming software

2003-12-01 Thread Ryan Mitchell
Dreamweaver and BBEditLite On 1/12/03 3:34 pm, Tony Weeg [EMAIL PROTECTED] wrote: to all mac people, what editor do you use for cfmx work? thanks ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays

Re: ot: mac cf programming software

2003-12-01 Thread Jim Campbell
Emacs! - Jim Tony Weeg wrote: to all mac people, what editor do you use for cfmx work? thanks ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re:Application.cfm and Fusebox

2003-12-01 Thread David Adams
Just to clarify, your question is a Fusebox 3 question and not Fusebox 4. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: ot: mac cf programming software

2003-12-01 Thread Tony Weeg
no homesite availability im sure? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Jim Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:43 AM To: CF-Talk Subject: Re: ot: mac

Re: ot: mac cf programming software

2003-12-01 Thread Matt Liotta
Eclipse! Matt Liotta President CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Date format in access

2003-12-01 Thread Dan Farmer
cfset AccessDate = #CreateODBCDateTime(Now())# Hi Can someone tell the date format to use in CFQuery in select/insert statement for an access DB? thanks Shahzad.Butt Ph:+44 (0) 1992 701 722 Fax: +44 (0) 1992 701 604 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: Regex

2003-12-01 Thread Larry Juncker
This is how you could use this in CF... snippet cfparam name=zipStr default=50501-1334 cfparam name=isValid default = true cfoutput Validate zip code #zipStr#brbr cfif (refindnocase(^[0-9]{5}$|^[0-9]{5}\-[0-9]{4}$,zipStr)) cfset isValidUSZip = true cfelse cfset isValidUSZip = false /cfif

Re: ot: mac cf programming software

2003-12-01 Thread Patricia G. L. Hall
Mostly Dreamweaver, though I have BBEdit on my system (wish I could have Homesite+ too). -Patti to all mac people, what editor do you use for cfmx work? thanks ...tony [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: ot: mac cf programming software

2003-12-01 Thread Patricia G. L. Hall
no homesite availability im sure? ...tony Nope.Not now.Probably not ever. -Patti [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Re:Application.cfm and Fusebox

2003-12-01 Thread Mickael
Sorry this is a Fusebox 3 question, I am still just reading about FB4.Do you recommend it? - Original Message - From: David Adams To: CF-Talk Sent: Monday, December 01, 2003 9:45 AM Subject: Re:Application.cfm and Fusebox Just to clarify, your question is a Fusebox 3 question and not

Re: ot: mac cf programming software

2003-12-01 Thread Larry C. Lyons
Tony Weeg wrote: to all mac people, what editor do you use for cfmx work? thanks ...tony Tony, Look at BBEdit. There's a BBEdit library set somewhere (not at home now) that has all the CF tags and functions. But since CF pages are straight ascii text, you can use almost any sort of

RE: Application.cfm and Fusebox

2003-12-01 Thread John Beynon
You'll find that most people will use application.cfm to catch direct access to files other than index.cfm and redirect them to index.cfm in that event. You can still can use cfapplication in the fbx_settings file though... Jb. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED]

RE: ot: mac cf programming software

2003-12-01 Thread Tony Weeg
ok cool, im thinkin about a powerbook g4, and wanna do my research before I make this INCREDIBLE leap. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Larry C. Lyons [mailto:[EMAIL PROTECTED]

RE: Problems using JRUN4 and CFMX together.

2003-12-01 Thread Samuel Neff
Jeremy, Thanks for pointing that out.I never changed the heap size through JMC, always edited jvm.config.Advocating moving from JRun to another server due to this bug seems a really radical step when you can just make changes to jvm.config instead of using the JMC. Besides, if you use the JMC

RE: Date format in access

2003-12-01 Thread Mike Townend
afaik Now() is already in this format, so you should be able to write either... CFQ INSERT INTO foo (dtWhatever) VALUES (#Now()#) or INSERT INTO foo (dtWhatever) VALUES (CFQUERYPARAM VALUE=#Now()# CFSQLTYPE=CF_SQL_TIMESTAMP) or maybe even the inbuild access object (for Now() anyway)

RE: ot: mac cf programming software

2003-12-01 Thread Ricky Fritzsching
Come back to the DARK SIDE TONY! _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 9:59 AM To: CF-Talk Subject: RE: ot: mac cf programming software ok cool, im thinkin about a powerbook g4, and wanna do my research before I make this INCREDIBLE leap. ...tony

Re: Application.cfm and Fusebox

2003-12-01 Thread Mickael
Thanks John, This was initiated by me trying to securing certain circuits and access to them, I have not been able to successfully secure only one circuit only the whole app.Can you point me in the right direction on that? Thanks again - Original Message - From: John Beynon To: CF-Talk

RE: ot: mac cf programming software

2003-12-01 Thread Tony Weeg
back? ive never been there before, well, I think a bit in 3rd grade, but that was a macintosh ii? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Ricky Fritzsching [mailto:[EMAIL PROTECTED] Sent:

Re: Regex

2003-12-01 Thread Michael Dinowitz
http://www.houseoffusion.com/RegEx.ppt This is an old presentation on RegEx that should help out (along with the other links provided). In addition, there is a mailing list on House of Fusion dedicated to RegEx if that's of specific interest to you (it is to me).

RE: ot: mac cf programming software (THANKS)

2003-12-01 Thread Tony Weeg
thanks for the answers... ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 11:20 AM To: CF-Talk Subject: RE: ot: mac cf

RE: Application.cfm and Fusebox

2003-12-01 Thread John Beynon
If you need to secure individual circuits you'll need to place some authorisation code in the individual circuits fbx_settings.cfm. Most of my apps have a single line application.cfm in the app root which checks that the file being called is index.cfm and then in child circuits I secure each

RE: Application.cfm and Fusebox

2003-12-01 Thread Smith, Matthew P -CONT(CSC)
Either place your security invocation only in the fbx_settings of the circuit(s) you want to protect, or place conditional logic in the root fbx_settings looking at the fusebox.circuit variable, invoking if the final target circuit is one you want to protect. Matthew P. Smith Web Developer,

Re:Problems using JRUN4 and CFMX together.

2003-12-01 Thread Jeremy Brodie
Actually I'm not advocating moving away from JRUN (the benifits outweigh this issue). In my experiance, I was installing a CF and another application requiring to add classpaths to the JMC to run my application sucessfuly. In the case mentioned above the person was going to use JRUN to run an

RE: Date format in access

2003-12-01 Thread Hassan Arteaga Rodriguez
In my understanding the dateparam in access u should use # Ie: select id_invoice, name where invoice_date=#2003-12-02# regards __ MSc. Hassan Arteaga Rodrguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. -Original Message- From: Jochem van [Hassan

Re: Verity on Red Hat 9

2003-12-01 Thread Thomas Chiverton
On Monday 01 Dec 2003 13:46 pm, Yves Arsenault wrote: I thought there were issues posted on the MM site about Verity and RedHat 7.3 +. To quote the site: Verity does not support RedHat Linux 7.3, 8.0, and 9. Does not support is not the same as Can't be made to run as many people will

Re: RE: Application.cfm and Fusebox

2003-12-01 Thread ksuh
application.cfm.And does that mean that I can still use the cf_applicationtag? It is a common misperception that the cfapplication tag only works in Application.cfm.In fact, you can use it anywhere. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: RE: Application.cfm and Fusebox

2003-12-01 Thread Dwayne Cole
application.cfm.And does that mean that I can still use the cf_applicationtag? It is a common misperception that the cfapplication tag only works in Application.cfm.In fact, you can use it anywhere. Does CF still look for an application.cfm page to process? [Todays Threads] [This Message]

RE: RE: Application.cfm and Fusebox

2003-12-01 Thread Tony Weeg
ALWAYS! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 12:11 PM To: CF-Talk Subject: Re: RE: Application.cfm and Fusebox

CF-debugging underpowered?

2003-12-01 Thread Marlon Moyer
This article puts a different slant on the fact that we don't have a powerful cf debugger. http://www.artima.com/weblogs/viewpost.jsp?thread=23476 -- marlon [EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: RE: Application.cfm and Fusebox

2003-12-01 Thread Tangorre, Michael
Always... all the way up to the root of your drive. -Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 12:11 PM To: CF-Talk Subject: Re: RE: Application.cfm and Fusebox application.cfm.And does that mean that I can still use the

RE: Verity on Red Hat 9

2003-12-01 Thread Yves Arsenault
You have a point. Yves -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 1 dcembre 2003 12:55 To: CF-Talk Subject: Re: Verity on Red Hat 9 On Monday 01 Dec 2003 13:46 pm, Yves Arsenault wrote: I thought there were issues posted on the MM site about Verity and

Re: RE: Application.cfm and Fusebox

2003-12-01 Thread Charlie Griefer
From: Dwayne Cole To: CF-Talk Sent: Monday, December 01, 2003 10:11 AM Subject: Re: RE: Application.cfm and Fusebox application.cfm.And does that mean that I can still use the cf_applicationtag? It is a common misperception that the cfapplication tag only works in Application.cfm.In

SQL Help on Join

2003-12-01 Thread Mickael
Hello All, I am not getting the results that I am looking for may query. Here is my sql Select Count(*) as TotalAccounts, Sum(Orig_amt) as SumOrig_AMT, Sum(Cur_Bal) as SumCurBal, Sum(Pmt_amt) as SUMPmtamt from Client_debt Left outer join Client_pmt on client_debt.debt_id = client_pmt.debt_id

Re: CF-debugging underpowered?

2003-12-01 Thread Thomas Chiverton
On Monday 01 Dec 2003 17:15 pm, Marlon Moyer wrote: http://www.artima.com/weblogs/viewpost.jsp?thread=23476 test driven development is hard in the CF world. And no amount of unit test's are helpful when you get a bug on a deployed system, and need to see how the various variables are

DevNet Professional

2003-12-01 Thread Phillip B.
I was checking out the upgrade to Studio MX 2004 and saw that I could upgrade to DevNet Pro for the same price.$599 Is that right? Thanks for the input! Phillip B. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:Access 97 with CFMX 6.0 unacceptably slow

2003-12-01 Thread Don
Thanks for the note but I would be reluctant to upgrade to 6.1 based on past experience. Don said: * Unicode ODBC driver is not available for CFMX 6.0 Prof. for Windows; But it is for 6.1. Jochem [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

The Last Space.

2003-12-01 Thread Ian Skinner
Anybody know a trick (regex or otherwise) to find the position of the last white space character before an arbitrary limit? In the following example, I want the position of the last white space before the 25th character. The quick brown fox jumped over a lazy dog. So I would want the position

Re: SQL Help on Join

2003-12-01 Thread Scott Weikert
Mickael writes: Select Count(*) as TotalAccounts, Sum(Orig_amt) as SumOrig_AMT, Sum(Cur_Bal) as SumCurBal, Sum(Pmt_amt) as SUMPmtamt from Client_debt Left outer join Client_pmt on client_debt.debt_id = client_pmt.debt_id You're specifying the table names of the fields in your JOIN but not in

RE: The Last Space.

2003-12-01 Thread John Burns
You could strip out the first 25 characters and do a reverse on the resulting string and then just do a find for the first space.Then subtract that number from the 25 (or the variable you use) and get the location of the white space.You may have to add or subtract 1 to account for the reversal and

CFMX Server and Flash Remoting

2003-12-01 Thread Brook Davies
I can't get flash remoting to work on my server. I get a 404 when I go to: http://myserver.com/flashservices/gateway/ I tried the technote at http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm With no success. Anyone else in this boat? Any suggestions?

Re: The Last Space.

2003-12-01 Thread Ubqtous
Ian, On 12/1/2003 at 13:02, you wrote: IS Anybody know a trick (regex or otherwise) to find the position of IS the last white space character before an arbitrary limit? IS In the following example, I want the position of the last white IS space before the 25th character. IS The quick brown fox

RE: The Last Space.

2003-12-01 Thread C. Hatton Humphrey
I'm sure there's more than one way to solve this particular issue, my thought would be to turn the string into a list using the space as a delimiter, then add the length of the list element plus one (for the space) until you reach or break your cutoff level. Not very pretty but it'd get the job

RE: The Last Space.

2003-12-01 Thread Hagan, Ryan Mr (Contractor ACI)
There's a UDF (wrap) at cflib.org that should do this for you.You can view the code there too: http://www.cflib.org/udf.cfm?ID=249 http://www.cflib.org/udf.cfm?ID=249 -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 1:03 PM To: CF-Talk

RE: The Last Space.

2003-12-01 Thread Ian Skinner
I had thought of the reversal angle as I was typing my original post.I would need to reverse the entire string, because I may need to find multiples of the arbitrary value 25th,50th,75th character for example, if the original string was that long.The purpose of this is to break a long string into

Re: The Last Space.

2003-12-01 Thread Michael Dinowitz
CFSCRIPT //yes, 2 ofs to make the space the 25th string = this is a test of of the emergency broadcast system. It is only a test; sLastSpace=REFind('.{1,24}( )', string, 1, 1); if (arraylen(sLastSpace.Pos) EQ 2) writeoutput(sLastSpace.Pos[2]); /CFSCRIPT this says get 1 to 24 characters

RE: The Last Space.

2003-12-01 Thread DURETTE, STEVEN J (AIT)
Ian, This code uses more than one line, but it does work. cfset myString = The quick brown fox jumped over a lazy dog. cfif right(left(myString, 25), 1) neq cfset useList = 25 - len(listLast(left(myString, 25), )) cfelse cfset useList = 25 /cfif cfoutput#useList#/cfoutput Steve

Re: SQL Help on Join

2003-12-01 Thread Mickael
how do I specify the tablename with the Count(*)? - Original Message - From: Scott Weikert To: CF-Talk Sent: Monday, December 01, 2003 1:37 PM Subject: Re: SQL Help on Join Mickael writes: Select Count(*) as TotalAccounts, Sum(Orig_amt) as SumOrig_AMT, Sum(Cur_Bal) as SumCurBal,

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Bryan Stevenson
You got mebut it looks like you may have explained my issue (i.e. the javax library not being installed) ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: CFMX Server and Flash Remoting FIXED

2003-12-01 Thread Brook Davies
Well, I finally got it to work. This post http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143threadid=676499highlight_key=ykeyword1=flash helped. I had to add an ISAPI filter called JRunConnectorFilter that pointed to the Jrun DLL.I guess this is only needed for remoting then?

Re: SQL Help on Join

2003-12-01 Thread Mickael
Hey Scott, I am still getting the two records for an account, if there are the records in the client_pmt table,How does distinct work? - Original Message - From: Scott Weikert To: CF-Talk Sent: Monday, December 01, 2003 1:37 PM Subject: Re: SQL Help on Join Mickael writes: Select

Re: The Last Space.

2003-12-01 Thread Michael Dinowitz
As a side note, I've never seen a single wrap() function work 100% correctly. Not the one built into CF, not any of the UDFs. All of them break on something. Even the one I use on the HoF reply page is not 100% as it will break a long url into pieces to make it fit properly. Anybody know a trick

RE: The Last Space.

2003-12-01 Thread Ian Skinner
Thanks, but this isn't for display purposes, it's to break long strings into multiple sub strings witch will each be inserted into a database.I have to live with size limits on the fields, but you can have multiple fields per text.Go figure, but I have no control over database design, so I have to

Re: Date format in access

2003-12-01 Thread Jochem van Dieten
Hassan Arteaga Rodriguez wrote: In my understanding the dateparam in access u should use # Ie: select id_invoice, name where invoice_date=#2003-12-02# That is not necessary. And using cfqueryparam is a best practice. Jochem -- Who needs virtual reality if you can just dream? - Loesje

RE: The Last Space.

2003-12-01 Thread Ian Skinner
I hadn't thought of this approach, I see merit here, I'll look into it. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:13 AM To:

RE: SQL Help on Join

2003-12-01 Thread cf-talk
Typically you don't count * But you would do it this way... count(tablename.*) -Novak -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 10:18 AM To: CF-Talk Subject: Re: SQL Help on Join how do I specify the tablename with the Count(*)?

Re: The Last Space.

2003-12-01 Thread Charlie Griefer
question...let's say you're looking to break at the space before the 25th character...but the string you're working with is greater than 50 characters... what i'm getting at is...do you want a break at the space before each 25th char (25, 50, 75, etc)? charlie - Original Message -

Re: RE: Application.cfm and Fusebox

2003-12-01 Thread ksuh
In Fusebox 3, the cfapplication tag is normally placed in the fbx_settings file. - Original Message - From: Charlie Griefer [EMAIL PROTECTED] Date: Monday, December 1, 2003 10:24 am Subject: Re: RE: Application.cfm and Fusebox From: Dwayne Cole To: CF-Talk Sent: Monday,

Re: SQL Help on Join

2003-12-01 Thread Deanna Schneider
Mickael, You probably want to do a sub-query to get the payments. I can never remember the syntax for that when you're using the left outer join syntax. In Oracle, it would be something like this: Select Count(*) as TotalAccounts, Sum(Orig_amt) as SumOrig_AMT, Sum(Cur_Bal) as SumCurBal,

Re: The Last Space.

2003-12-01 Thread Michael Dinowitz
CFSCRIPT string = this is a test of of the emergency broadcast system. It is only a test. If you expect this to go on and on, you are correct.; cut=REReplace(string, '(.{1,24} )', '\1|','all'); /CFSCRIPT Your string is now cut up into a list. Each list element (delimited by a pipe) is at most 25

RE: The Last Space.

2003-12-01 Thread DURETTE, STEVEN J (AIT)
Ian, See if this does the trick for you.It returns an array. cffunction name=seperateToArray returntype=array cfargument name=myString required=yes type=string cfargument name=maxLength required=yes type=numeric cfset var myArray = arrayNew(1) cfset var spcPos = 0 cfset var myTmpStr =

Re: The Last Space.

2003-12-01 Thread Charlie Griefer
damn but that is sweet.i've been sitting here for about an hour tweaking a UDF that's well over 20 lines (so far).and it's still not done. MUST MUST MUST learn regexp... - Original Message - From: Michael Dinowitz To: CF-Talk Sent: Monday, December 01, 2003 11:59 AM Subject: Re: The

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Bryan Stevenson
Massimo you are da man!! Great CFC BTWI cannibalized it for the bits I needed and it works great on Windows and Linux (at least for grabbing image dimensions).I'll try out your thumbnailing code soon as well. Thanks alot because I was starting to wonder if I could pull this off ;-) Cheers

Optimal CF Server settings w/SQL Server Cluster

2003-12-01 Thread Peter Amiri
I have a few questions regarding server settings in the following environement: CF 5.0 cluster with 5 servers in the farm MS SQL Server cluster - Raid 10 array connected to both servers with hot fail over The application gets about 7 million page impressions per day I want to what the optimal

Looking Up Issues on MM Site

2003-12-01 Thread Chris Montgomery
Howdy, Tuesday, October 28, 2003, 2:17:51 PM, Jochem van Dieten wrote: Don't forget to fill out the wishform on the Macromedia website. mmdd has been the ISO standard way of writing a short date since before ColdFusion existed, and it is about time that that standard is supported. issue

RE: Optimal CF Server settings w/SQL Server Cluster

2003-12-01 Thread Stacy Young
I'm no expert in this area but if by chance you have switching capabilities in your topology (Alteon or what-not)...create a vlan for the database cluster and expose that to the CF servers via a single network address. That way CF is always bound to a static virtual server address...no matter

RE: The Last Space.

2003-12-01 Thread Ian Skinner
Yes, that is very close to what I'm looking for.In fact, it is close enough that I could probably live with it, if I had too. But as you know, we programmer types can spend too much time trying for perfection.The only problem (that, again, I could probably live with) is if there where a pipe |

RE: Optimal CF Server settings w/SQL Server Cluster

2003-12-01 Thread Peter Amiri
Stace, It's my understanding the the MS SQL Server cluster does this for you. Althought each of the individual servers have their own set of IP addresses. A virtual SQL Server is also created with it's own ip. All the CF Servers are pointed to the virtual SQL Server. When a SQL Server fail over

Re: The Last Space.

2003-12-01 Thread Michael Dinowitz
Add in another line or two of code to address Ian's issue of the potential of a pipe being in the string and then it'll be perfect. Either that or do a loop over the RegEx and mid() the results directly into the DB rather than create a list. Lots of potential avenues. damn but that is sweet.i've

RE: CFMX Server and Flash Remoting FIXED

2003-12-01 Thread Dave Watts
I had to add an ISAPI filter called JRunConnectorFilter that pointed to the Jrun DLL. I guess this is only needed for remoting then? Because its not listed under IIS's master properties or any of my other sites and yet they still serve cfm pages fine. JRun provides a single DLL that can

RE: The Last Space.

2003-12-01 Thread DURETTE, STEVEN J (AIT)
Ian, Did you try the function I sent?Well if you did, there was an error in it. Here it is (corrected) in cfscript form in case you are not on MX. cfscript function seperateToArray(myString, maxLength) { var myArray = arrayNew(1); var spcPos = 0; var myTmpStr = ; var myTmpAry = false;

Re: CFMX Server and Flash Remoting

2003-12-01 Thread Kevin Pompei
Try http://myserver.com:8500/flashservices/gateway/ and see if it has been configured for the built-in web server. I had trouble when I upgraded a demo install to a licensed copy.I was never able to get remoting working on the IIS instance.I had to do a complete reinstall.(This was on MX 6.0, I

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Massimo, Tiziana e Federica
Glad to hear it helps, and thanks for testing under Linux :-) I am not 100% happy about the image's quality of the thumbnails it produce, I have to dig and see if I find a better solution. Unfortunately I am not a Java expert and many APIs that cover image manipulation are hidden into areas of

Re: SQL Help on Join

2003-12-01 Thread Mickael
Hi Deanna I guess I would have to do a sub-queryI always heard that a sub-query was not very efficient and that doing a join was always better. Mike - Original Message - From: Deanna Schneider To: CF-Talk Sent: Monday, December 01, 2003 1:51 PM Subject: Re: SQL Help on Join Mickael,

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Ubqtous
Bryan, On 12/1/2003 at 14:18, you wrote: BS Great CFC BTWI cannibalized it for the bits I needed and it BS works great on Windows and Linux (at least for grabbing image BS dimensions). Did this CFC require you to install anything extra (i.e. Java SDK or JRE) on your RH9 machine? I had tried

RE: Optimal CF Server settings w/SQL Server Cluster

2003-12-01 Thread Dave Watts
It's my understanding the the MS SQL Server cluster does this for you. Althought each of the individual servers have their own set of IP addresses. A virtual SQL Server is also created with it's own ip. All the CF Servers are pointed to the virtual SQL Server. When a SQL Server fail over

CFMX mappings through BEA plugin

2003-12-01 Thread cathy
Our environment is all Solaris 8 and 9. We're using iPlanet 4.1 as the web server and the BEA netscape plugin to proxy requests for J2EE and CFMX through to the BEA Weblogic 8.1 server. If we go into the CFMX administrator directly (using the port on the WLS), we can go to the mappings section

value cannot convert to number

2003-12-01 Thread Sam Fisher
Hi Everyone, Can someone tell be why I get a string convert error.I have tried setting up ID to Val(ID) and even IncrementValue(Val(ID)), but all it ever returns is either 0 or 1, respectively.Apparently ID is not getting converted.I feel like I'm taking crazy pills!What is wrong with converting a

Re: CFFUNCTION - Any thoughts??

2003-12-01 Thread Ubqtous
Tiziana, On 12/1/2003 at 15:06, you wrote: MTeF The good thing about this CFC is that it provides a simple MTeF solution that works out of the box on JRE 1.4, without the need MTeF to install additional Java stuff I am very new to Java, but I am pretty sure I don't have JRE 1.4 on my RH9/MX6.1

  1   2   >