Re: ajaxonload() problem

2007-10-05 Thread Brian Kotek
Actually, it looks like using the callback won't work, but the solution looks even easier, just do it right in your function: getSearchResults = function(page,pagesize,sortcol,sortdir,cid){ var sr = new results3(); result = sr.aList2(page,pagesize,sortcol,sortdir,cid);

Re: ajaxonload() problem

2007-10-05 Thread Azadi Saryev
Wow! That simple! Looking at it now I can't believe I didn't try that before... I can't say Thank you enough times, Brian! Azadi Brian Kotek wrote: Actually, it looks like using the callback won't work, but the solution looks even easier, just do it right in your function: getSearchResults

Re: Coldspring AOP on Transient Business Object, bad combo?

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: Of course, as you point out, there are already some inherent performance issues with using CS, regardless of AOP (and really CFC instantiation in general). This is basically fixed in CF8, compaired to CF7. -- Tom Chiverton Helping to

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Where do I disable that? Settings for the DSN in CF admin. There's no mention of connection pooling on any of my DSNs - for DB2 or for SQL Server. It's 'maintain connections'. -- Tom Chiverton Helping to challengingly monetize

Re: Case Sensitivity

2007-10-05 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: No no. I understand that they ARE different in the underlying ascii code. But the point is, it simply presents confusion to people when a file name can be spelled the exact same, but be two unique files. The rest of the world should not be

CFGRID Input Types

2007-10-05 Thread Dale Fraser
Ok, No one is answering my CFGRID questions, I think that means that no one knows. I've worked a lot out anyway, and am achieving what I want to do. I would like to know if the CFGRID html supports different edit modes. I would like to be able to put a drop down combo and a checkbox in

RE: Case Sensitivity

2007-10-05 Thread Dale Fraser
Tom, You don't really think it works like that do you? Regards Dale Fraser http://learncf.com -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, 5 October 2007 6:19 PM To: CF-Talk Subject: Re: Case Sensitivity On Thursday 04 Oct 2007, [EMAIL PROTECTED]

Re: Case Sensitivity

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: You don't really think it works like that do you? Think what works like what ? If you say that CF will ignore the case of the Application.cfm file then on case sensitive filesystems the server will need to try every possible capitalisation and

Re: CFGRID Input Types

2007-10-05 Thread Andrew Scott
Dale, Yes you can I didn't see your message, but you need to look at custom rendering that Ray Camden did on his blog and use that to output the html you need. On 10/5/07, Dale Fraser [EMAIL PROTECTED] wrote: Ok, No one is answering my CFGRID questions, I think that means that no one

RE: Multi language page

2007-10-05 Thread William Seiter
Sounds like the same response they had for us. Out of curiousity, what site are you looking to translate? -- William E. Seiter Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove -Original Message- From: NUGROHO NOTO

RE: Multi language page

2007-10-05 Thread William Seiter
I have worked on a fairly large website where we were faced with a similar problem. The 'ultimate' solution is to upgrade to a newer version of CF and then store all of your text as Unicode, but if you can't do that, then you can do what we did, just realize it is not easily upgraded once you

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Jochem van Dieten
Rick Root wrote: We authenticate our users to the mainframe like this: cflog log=APPLICATION text=[authByUsername] Authorization attempt for #UNAME# from #CGI.REMOTE_ADDR# cfquery name=auth datasource=DB2Logins username=#UNAME# password=#PWORD# SELECT 1 FROM SYSIBM.SYSDUMMY1

RE: Case Sensitivity

2007-10-05 Thread James Smith
Something that hasn't been mentioned yet and as far as I am aware is the only case sensitive feature of CF that isn't case sensitive because of some other reason (java or the file system for instance) and that is query of queries. For some reason in QoQ A!=a even though in most other DB's A=a

CF8 Exchange integration

2007-10-05 Thread WebSite CFtalk
Hello, I'm trying to find information/example apps on Exchange integration. Besides the docs/example apps there doesn't seem to be anything out there yet. I'm looking for something I can use as a start for an intranet app. Open source / source code license etc.. Any pointers? Thx, Helge

SHA Hashing...

2007-10-05 Thread James Smith
I have a need to do the following... quote Create an RFC 2104 compliant HMAC-SHA1 hash on the Action+Timestamp string, using the Secret Access Key as the key. /quote Unfortunately is seems like I can use hash() with the SHA algorithm but not provide a key, or I can use encrypt() with a key but

Re: Multi language page

2007-10-05 Thread NUGROHO NOTO
Thanks. I read this.. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19217sliceId=2 To work around this problem, retrieve the data from the database using a ColdFusion 5 installation, and reinsert it using ColdFusion MX. This reinsertion of the data with ColdFusion MX will cause

Re: Case Sensitivity

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: For some reason in QoQ A!=a even though in most other DB's A=a just fine. What sort of half-arsed RDBMS do you use ?!? -- Tom Chiverton Helping to widespreadedly fashion customized designs on: http://thefalken.livejournal.com

Re: Multi language page

2007-10-05 Thread NUGROHO NOTO
We used utf-8 for English and other latin based languages and shift-JIS for Japanese. Why use utf-8 for english and shift_JIS for japanese ? (separate encoding) why not just use shift_JIS for japanese and english ? Right now...I am using only shift_JIS for english and japanese without problem.

RE: CF8 Exchange integration

2007-10-05 Thread Dawson, Michael
What are you wanting to do, with Exchange, on your intranet? Do you have goals yet? M!ke -Original Message- From: WebSite CFtalk [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 7:03 AM To: CF-Talk Subject: CF8 Exchange integration Hello, I'm trying to find

Re: Update database by moving selection up and down

2007-10-05 Thread erik tom
I think he is asking how to get what is submitted into the database, not how to submit the form itself. I am guessing this is just a mult-select being submitted. What I have done in the past is when I submit the form I run a JS function that grabs the values(which are the PKs for what is

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Rick Root
On 10/5/07, Tom Chiverton [EMAIL PROTECTED] wrote: It's 'maintain connections'. Oh, I have that disabled. Since I'm only using it to make this one simple query during the authentication process... and maintain connections only actually maintains connections for the same credentials, that

cfform flash onSubmit issue

2007-10-05 Thread Jaysheel Bhavsar
Hey guys, I have followed the RealEstate example to create my onClick handler for a flash form. (I need onClick because each action does something differen't and I can't have the look and feel of the page with out cfform, and can't have nested form's either.) So I have setup the actionScript

Re: How to re-install Verity for CF8

2007-10-05 Thread Rick Root
On 10/4/07, Matthew Williams [EMAIL PROTECTED] wrote: Does anyone know if Verity got an update in this release? Or could Rick just continue using the one that shipped with 7? Well, I've got CF8 Verity installed now (from the DVD) The version numbers appear to be the same. [Uridium [EMAIL

Stupidity took control of me!

2007-10-05 Thread Rick Root
Okay, in an attempt to manually remove my old coldfusion 7 services, I accidentally deleted a few services that I shouldn't have. Macromedia JRun Admin Server Macromedia JRun CFusion Server It didn't occur to me that in Coldfusion 8, these services would still have Macromedia in the name =) the

Re: Case Sensitivity

2007-10-05 Thread Claude Schneegans
I have done some tests and it all *seems* case insensitive, but I'd appreciate some back-up from a more experienced CF developer. Syntactically, CF IS case insensitive, but there are a few occasions where case is important: - directory and file names under Linux, - when generating Javascript

Re: Stupidity took control of me!

2007-10-05 Thread Rick Root
On 10/5/07, Jochem van Dieten [EMAIL PROTECTED] wrote: Rick Root wrote: Okay, in an attempt to manually remove my old coldfusion 7 services, I accidentally deleted a few services that I shouldn't have. Macromedia JRun Admin Server Macromedia JRun CFusion Server So reinstall them with

RE: CF8 Exchange integration

2007-10-05 Thread Ryan, Terrence
I've done a bunch of stuff with Exchange, but I haven't blogged too much of it. Here is an example of getting calendar date from Exchange: http://www.numtopia.com/terry/blog/archives/2007/05/my_cfobjective_schedule.cfm What else are you looking for I'd be happy to share. Terrence Ryan I.T.

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Jochem van Dieten
Rick Root wrote: On 10/5/07, Jochem van Dieten [EMAIL PROTECTED] wrote: Shouldn't the query throw an exception if the username and password are incorrect? How are you handling that exception? Yes, the query throws an exception... I've got try/catch around it. The problem is, the single

Re: Flash forms not doing anything.

2007-10-05 Thread Ian Skinner
Can you reach the cfide directory in your browser? Try accessing this file directly http://domainname.com/cfide/scripts/cfform.js Yes, I can. That works just fine in that I can see all the lovely cfform.js code. ~| Get the

Re: Case Sensitivity

2007-10-05 Thread Cutter (CFRelated)
I would disagree, case sensitivity has not been the 'source of many errors', but rather the programmers who ignored it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Claude Schneegans

Re: Case Sensitivity

2007-10-05 Thread Claude Schneegans
The rest of the world should not be crippled by Microsoft's mistakes. Case insensivity Microsoft's mistake? C'mon, case sensitive languages has been the most stupid thing and worse innovation in whole computer science history. It has been a source of many errors, much more often than it helped

Re: cfmail stuck in spool

2007-10-05 Thread Cutter (CFRelated)
No, it's not easy to peg down. I've seen it start when a CF server can no longer make a connection to the mail server. Even after the connection is reestablished it continues, until you've restarted services. We actually started a scheduled process that looks in the folder, does some cleanup

Re: Stupidity took control of me!

2007-10-05 Thread Jochem van Dieten
Rick Root wrote: Okay, in an attempt to manually remove my old coldfusion 7 services, I accidentally deleted a few services that I shouldn't have. Macromedia JRun Admin Server Macromedia JRun CFusion Server So reinstall them with the jrunsvc command. Jochem

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Rick Root
On 10/5/07, Jochem van Dieten [EMAIL PROTECTED] wrote: Shouldn't the query throw an exception if the username and password are incorrect? How are you handling that exception? Yes, the query throws an exception... I've got try/catch around it. The problem is, the single attempt at running the

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
Hi Ray, Unfortunately, CFSPRYDATASET does not allow you to set queryFormat=Colunmn, it is only by Row. Check out the blog entry I did on this: http://www.coldfusionjedi.com/index. cfm/2007/10 /3/Code-from-ColdFusion-Boot-Camp-and-Tip-about-ColdFusion-8-and-JSON On 10/4/07, Justin T

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
Check out the blog entry I did on this: http://www.coldfusionjedi.com/index. cfm/2007/10 /3/Code-from-ColdFusion-Boot-Camp-and-Tip-about-ColdFusion-8-and-JSON On 10/4/07, Justin T [EMAIL PROTECTED] wrote: I have determined that the problem with cfsprydataset with JSON type is that it

Re: SOT: Rollback db changes in CFCUnit/CFUnit tests

2007-10-05 Thread John Paul Ashenfelter
On 10/4/07, Janet MacKay [EMAIL PROTECTED] wrote: Does anyone know of an article(s) explaining how to work rollbacks into unit testing? I want to test a series of DAO's, but am not sure how to incorporate this into my tests. Broadly speaking, depending on what you're testing, mock objects

Re: Flash forms not doing anything.

2007-10-05 Thread Rob Parkhill
Are you on a Development/Local Server? or Hosted? My Hosted Server doesn't allow Flash Charts If you change to the format to XML does it work? Rob ~| Enterprise web applications, build robust, secure scalable apps today

RE: Rollback db changes in CFCUnit/CFUnit tests

2007-10-05 Thread Rich
Thanks Rich. That is helpful. Off to download and review DBUnit. Thanks, Janet Janet, If you would like, I have a (work in progress) ant build file that uses dbunit's ant task to export / reset my database. I would be happy to email it to you offlist if you think it might be useful. HTH,

RE: Case Sensitivity

2007-10-05 Thread Billy Cox
Very true. If case sensitivity is not an asset to software development, then it is a liability. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 8:30 AM To: CF-Talk Subject: Re: Case Sensitivity The rest of the world should not be

Re: Case Sensitivity

2007-10-05 Thread Claude Schneegans
case sensitivity has not been the 'source of many errors', but rather the programmers who ignored it. This is exactly what I mean: programmers have enough things to watch and worry about, case sensitivity could be one of the details they should be able to ignore. --

Re: Update database by moving selection up and down

2007-10-05 Thread Aaron Rouse
Here you go, someone apparently asked me a long time ago since the content of my site is probably a good 5 years old. Probably a better way to do this, but like I said I just keep reusing the same custom tag for it here since it works.

Re: Using cfsprydataset with JSON

2007-10-05 Thread Raymond Camden
Sure it can. Just don't use CFC:etc for your bind. Use URL instead, and pass queryFormat in the string. On 10/5/07, Justin T [EMAIL PROTECTED] wrote: Hi Ray, Unfortunately, CFSPRYDATASET does not allow you to set queryFormat=Colunmn, it is only by Row. Check out the blog entry I did on

Re: Case Sensitivity

2007-10-05 Thread Matt Quackenbush
A huge AMEN! from Texas. :-) Holy cow, did I just totally agree with Andy Matthews??? ;-) On 10/4/07, Andy Matthews wrote: Anyway, I find no use for case-sensitivity. It's only redeeming quality is that it forces programmers to be consistent in the way their code is written. :)

Re: Case Sensitivity

2007-10-05 Thread Tom Chiverton
On Friday 05 Oct 2007, [EMAIL PROTECTED] wrote: case sensitivity could be one of the details they should be able to ignore. Get a better IDE :-) -- Tom Chiverton Helping to continuously brand distributed supply-chains on: http://thefalken.livejournal.com

Re: Flash forms not doing anything.

2007-10-05 Thread Ian Skinner
Are you on a Development/Local Server? or Hosted? My Hosted Server doesn't allow Flash Charts If you change to the format to XML does it work? Rob These are our own servers. I work for a big California State Department, the server lives happily up on the 14th floor. Yes, changing the

Passing a variable from a Span ID to CF

2007-10-05 Thread coldfusion . developer
All, I don't know if you can actually do this, but I've been reading that you can. You can pass a variable from say a JavaScript into a span id= and have it parse out on a page? Is this true? If it is, I didn't know that. My realy question comes where I want to take that variable and bring

two select lists next to each other

2007-10-05 Thread Toby King
Hi there I have two select lists next to each other - I can click on a name in the left hand side (LHS) box and move the name to the RHS box. But when I click enter on the form these form items are not displayed in the dump of the form - as such at present I am unable to use the data that is

Re: Flash forms not doing anything.

2007-10-05 Thread Casey Dougall
On 10/5/07, Ian Skinner [EMAIL PROTECTED] wrote: These are our own servers. I work for a big California State Department, the server lives happily up on the 14th floor. Yes, changing the format to XML or HTML works just fine, but Flash returns absolutely nothing. I works fine on my

Re: Update database by moving selection up and down

2007-10-05 Thread Scott Weikert
erik tom wrote: Tell me how. I am calling the function like this input id=moveUP name=moveUp onclick=moveUp(-1) and the same for movedown . And it works my question is how can i update the database With your moveUp(-1) call, are you passing just a -1 or are you also passing whatever

Re: Flash forms not doing anything.

2007-10-05 Thread Rob Parkhill
Is there anything in the Flash Log file? Rob ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive:

Practical uses for Exchange integration?

2007-10-05 Thread Jason Durham
Has anybody found a use for the Exchange integration built into CF8? My company is talking about switching to Exchange and was just wondering what kinds of widgets the CF community uses the new capabilities for. ___ Jason Durham

Re: Flash forms not doing anything.

2007-10-05 Thread Ian Skinner
This is a Coldfusion 7 and not 6 box right? Casey Yes CF 7.0.2.??, I don't recall the specific build. Apache 1.3 on some level of Solaris Unix. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate

RE: Multi language page

2007-10-05 Thread William Seiter
We had much more than just English and Japanese on our servers. We also had Chinese, Korean, Tagalog, etc. When a 'bad' piece of data is stored, the browser will try to make assumptions about what to display based on the page encoding. The 'microsoft' quotes were detected as Japanese characters

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
OK, you win, but only this time JEDI! p.s. I know I tried that, but I didn't think it was working... Sure it can. Just don't use CFC:etc for your bind. Use URL instead, and pass queryFormat in the string. ~| Download the

RE: Multi language page

2007-10-05 Thread William Seiter
In another email, I mentioned the other languages, which further detailed our 'grief'. Ultimately, the management decided to not pursue the changes due to our estimate of cost/time involved. But that is the method we were instructed to try by Macromedia. William -- William E. Seiter Have

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
Sorry for the double post. It works like a charm, but I still say it is confusing not to be able to use CFC! Sure it can. Just don't use CFC:etc for your bind. Use URL instead, and pass queryFormat in the string. ~|

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
OK, you win, but only this time JEDI! p.s. I know I tried that, but I didn't think it was working... Sure it can. Just don't use CFC:etc for your bind. Use URL instead, and pass queryFormat in the string. ~| Download the

RE: Case Sensitivity

2007-10-05 Thread Dave Watts
For some reason in QoQ A!=a even though in most other DB's A=a just fine. In most other DBs, you have the choice of how to handle collation, which includes case-sensitivity. Since CF isn't a database, the designers of the embedded query analyzer had to pick some collation, so they chose one

Re: Case Sensitivity

2007-10-05 Thread Adrian Moreno
Yes! Thank you. We implement this little thing called coding standards so that we wouldn't have 20 different interpretations of how to write code throughout all our applications. Even though we run CF on Windows, we pay very close attention to case so that we can scan through thousands of

Re: Rollback db changes in CFCUnit/CFUnit tests

2007-10-05 Thread Janet MacKay
Rich, That would be great. Thanks. Janet ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Re: Update database by moving selection up and down

2007-10-05 Thread erik tom
Here you go, someone apparently asked me a long time ago since the content of my site is probably a good 5 years old. Probably a better way to do this, but like I said I just keep reusing the same custom tag for it here since it works.

RE: SHA Hashing...

2007-10-05 Thread Dave Watts
I have a need to do the following... quote Create an RFC 2104 compliant HMAC-SHA1 hash on the Action+Timestamp string, using the Secret Access Key as the key. /quote Unfortunately is seems like I can use hash() with the SHA algorithm but not provide a key, or I can use encrypt()

Re: Using cfsprydataset with JSON

2007-10-05 Thread Justin T
I do have the direct new Spry.Data.JSONDataSet working. I followed your blog very carefully as soon as you posted it. Those are my comments expressing frustration. You also have to use the Spry option as well. My blog entry shows that.

RE: Multi language page

2007-10-05 Thread Dave Watts
Why use utf-8 for english and shift_JIS for japanese ? (separate encoding) why not just use shift_JIS for japanese and english ? Most English-language users do not have support for Japanese character sets on their computers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

RE: Multi language page

2007-10-05 Thread Dave Watts
so... I believe you must have tried those above method before ? Was there any problem ? .. and is there any script which can automatically convert those database ? There isn't a script that can automatically do this, and it's quite time-consuming and tedious. We had to do this for a (very

Re: two select lists next to each other

2007-10-05 Thread Ron Gowen
They don't show up on your form because the items within a select box must be selected in order to appear in your form dump, simply adding them to the box is not enough. On 10/5/07, Toby King [EMAIL PROTECTED] wrote: Hi there I have two select lists next to each other - I can click on a name

RE: Case Sensitivity

2007-10-05 Thread William Seiter
It used to be that the computer industry (CIS and CS) were as a science program rather than the current zeitgeist of a business program. In science, as someone else studiously pointed out, whether a word was spelled with uppercase letters, lowercase letters, or capitalized words, would determine

RE: Passing a variable from a Span ID to CF

2007-10-05 Thread William Seiter
Cold fusion is pretty much a one-way relationship on the server-side. Coldfusion can help create javascript, but once on the browser, only javascript is available to the resulting code. Javascript CAN call a coldfusion page on the server and return its results, but that isn't exactly the same

Re: Flash forms not doing anything.

2007-10-05 Thread Ian Skinner
Flash Log File? ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive:

RE: Flash forms not doing anything.

2007-10-05 Thread Will Swain
Have you been able to duplicate the error (or lack of it) on another machine/browser? (apologies if this has already been asked - I missed that start of this thread. will -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: 05 October 2007 17:18 To: CF-Talk Subject:

RE: Practical uses for Exchange integration?

2007-10-05 Thread Dawson, Michael
We keep all of our campus events within several Exchange calendars. Each calendar is accessed by certain individuals in different departments. We can then keep the events separate, for example, showing only school calendar events on the registrar's calendar, or we can combine them for a full

Re: Flash forms not doing anything.

2007-10-05 Thread Rob Parkhill
Flash Log File? Sorry that is for CF8. How about under your Debugging Logging - Debugging Settings, there is a Flash Form Compile Errors and Messages that will output and ActionScript errors when developing a Flash Form..? Maybe enabling that will shed some light on what is happening when

Re: Update database by moving selection up and down

2007-10-05 Thread Aaron Rouse
Why do you have Form.requirements in your where clause? You would be looping over a LIST of unique IDs and referencing the loop's index in your where clause. Change the index name for the loop and reference that in the where clause then see what happens. On 10/5/07, erik tom [EMAIL PROTECTED]

Re: Case Sensitivity

2007-10-05 Thread Jochem van Dieten
Claude Schneegans wrote: C'mon, case sensitive languages has been the most stupid thing and worse innovation in whole computer science history. Case sensitivity is not an invention of computer science, it is a property of written language. Jochem

Scary fun with variables scopes.

2007-10-05 Thread Ian Skinner
Give this a try if you have a moment. Put this code in a file test.cfm. Note: no cfapplication tag. cfoutputSession.test: #session.test#/cfoutput cfif session.test EQ true Session Variable evaluated true. /cfif Then call the page with this url:

Re: SHA Hashing...

2007-10-05 Thread Brian Kotek
Unfortunately, you can't do this in CF, even though I think you should. These are all available in the Java API. And they were even listed in the CF8 docs when it was realeased. I had to notify the CF team that several of the algorithms they had listed actually didn't work. So the docs may be up

Re: Coldspring AOP on Transient Business Object, bad combo?

2007-10-05 Thread Brian Kotek
True CF8 object creation is way, way faster (hooray!). But even on CF8, creating per-request objects with ColdSpring is always going to be a tiny bit slower than creating them with your own factory, due to ColdSpring resolving the dependencies. As I mentioned, the overhead is minimal, and unless

RE: Case Sensitivity

2007-10-05 Thread Dave Watts
You don't really think it works like that do you? How else could it work? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern

Re: CF8 Problem with DB2 JDBC driver

2007-10-05 Thread Rick Root
On 10/5/07, Jochem van Dieten [EMAIL PROTECTED] wrote: What happens if you remove the try/catch? After or before the query CF is probably trying to retrieve metadata through additional queries and a different exception handling strategy might prevent that. Same thing... I get a login failed

Re: Using cfsprydataset with JSON

2007-10-05 Thread Raymond Camden
You also have to use the Spry option as well. My blog entry shows that. On 10/5/07, Justin T [EMAIL PROTECTED] wrote: OK, you win, but only this time JEDI! p.s. I know I tried that, but I didn't think it was working... Sure it can. Just don't use CFC:etc for your bind. Use URL instead, and

cftokens that are too short

2007-10-05 Thread Mike Chabot
The ColdFusion manual states that a cftoken value is an eight byte number from 1000 – . I started logging cftokens in one CFMX 7.0.2 site and I am noticing a lot of 6 and 7 digit cftokens. I have even seen some two digit cftokens. Has anyone else who logs these values noticed this? I

Re: Practical uses for Exchange integration?

2007-10-05 Thread Cutter (CFRelated)
Writing a PIM/Contact Management application that is built into your application's interface while using Exchange as the datastore (rather than using Exchange's Outlook webmail client). You can get very creative with your integration. Steve Cutter Blades Adobe Certified Professional Advanced

RE: Case Sensitivity

2007-10-05 Thread Andy Matthews
I think you just did, but don't worry...I won't tell anyone...other than the 500 - 600 people who just read your comment and are already blogging about the incident as they're calling it. :) -Original Message- From: Matt Quackenbush [mailto:[EMAIL PROTECTED] Sent: Friday, October 05,

RE: Scary fun with variables scopes.

2007-10-05 Thread Rich
Ian, ColdFusion is evaluating the line cfif session.test EQ true and is looking through all known scopes and is finding URL['session.text'], treating it as a variable name, which is evaluating to true. Ben Nadel discussed this type of non-assertive scope reference in a recent blog post

Re: two select lists next to each other

2007-10-05 Thread Scott Weikert
Like the other fellow said, the items in your second select box aren't 'selected' so they don't pass through. To do that, you'll need to run a JS function when submitting the form. Here's the one I use: function selectAllOptions(obj) { if (!hasOptions(obj)) { return; } for (var i=0;

Name of uploaded file before cffile

2007-10-05 Thread Matt Williams
Is it possible to get the name of the client's file before doing cffile? I am testing for file size by doing a cfdirectory and filtering on the neoX.tmp file name provided in the form field. If the file size is too large, I would like to tell the user which file (this is a multiple upload

RE: Rollback db changes in CFCUnit/CFUnit tests

2007-10-05 Thread Rich
Rich, That would be great. Thanks. Janet No problem. It should be on its way. Let me know if I can be of any more help. Rich Kroll ~| Get involved in the latest ColdFusion discussions, product development sharing,

Re: Coldspring AOP on Transient Business Object, bad combo?

2007-10-05 Thread Barney Boisvert
If I have a dragster that runs the quarter mile in 10 seconds (really slow), and I improve it to 7 seconds (a 30% decrease), it's still not competitive. I'll grant you that CF8's CFC instantiation is much faster than CF7's, but it's still far from sufficiently performant for a lot of scenarios.

RE: Case Sensitivity

2007-10-05 Thread Andy Matthews
Can I get an amen? That's what I'm saying. There's ZERO good reason for case-sensitivity. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 8:30 AM To: CF-Talk Subject: Re: Case Sensitivity The rest of the world should not be crippled

Re: Scary fun with variables scopes.

2007-10-05 Thread Charlie Griefer
add this: cfoutput#isSimpleValue(session.test)#/cfoutput -- YES cfdump var=#session# -- error which is weird because as of CFMX, creating a variable with a dot in the name will implicitly create a struct (soo cfset foo.bar = 123 / would create a struct named 'foo' with a key named 'bar' and

CFStoredProc out variable

2007-10-05 Thread Richard White
Hi, i have the following code to call a stored procedure which is stored in mysql. cfstoredproc procedure=addOneToOneChildFolder datasource=portdb cfprocparam type=in cfsqltype=cf_sql_varchar value=#url.OneToOneFolder# null=no cfprocparam type=in cfsqltype=cf_sql_bigint value=1 null=no

Re: Coldspring AOP on Transient Business Object, bad combo?

2007-10-05 Thread Brian Kotek
Just curious Barney, have you tested this? The numbers indicate that CF8 is 23 TIMES faster than CF7 creating CFC instances. That is a pretty gigantic increase. It seems to me that unless you're creating huge numbers (thousands+) of instances, the option to create true arrays of objects (instead

RE: two select lists next to each other

2007-10-05 Thread Rich
I'm wondering if anyone has any links and/or javascript for working with two list boxes on a screen. http://www.mattkruse.com/javascript/selectbox/ check out the selectAllOptions() method in the source. HTH, Rich Kroll ~|

Re: Scary fun with variables scopes.

2007-10-05 Thread Janet MacKay
Does this work for anyone if the variable name is something other than session? a href=test.cfm?test.foo=bartest.bar=fooid=2Test/a ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active

Re: Flash forms not doing anything.

2007-10-05 Thread Ian Skinner
Have you been able to duplicate the error (or lack of it) on another machine/browser? will It is across all browsers tried, but it has not been attempted on any other server besides my workstation (it works) and the dev server (it does not work).

Re: Best Instant Messanger to Use With CF 8

2007-10-05 Thread Ben Doom
IIRC, CF uses XMPP. The only one I know of (which is not to say it's the only one out there) is Pidgin (http://pidgin.im) or Adium for Mac (which is basically a mac native version of Pidgin). HTH. --Ben Doom Eron Cohen wrote: Can anyone recommend the best free instant messenger server to

Re: Name of uploaded file before cffile

2007-10-05 Thread Ron Gowen
You could use JS to put the file name in a hidden field before upload. On 10/5/07, Matt Williams [EMAIL PROTECTED] wrote: Is it possible to get the name of the client's file before doing cffile? I am testing for file size by doing a cfdirectory and filtering on the neoX.tmp file name

Re: Coldspring AOP on Transient Business Object, bad combo?

2007-10-05 Thread henry ho
creating and writing the dynamic CFC should be a one-shot deal I really hope so.. This is what I'm not sure of. Because it seems like in order to generate a dynamically generated function, it requires using CFFILE to write the .cfm/.cfc, and if this is required every time, it is going to be

Re: Scary fun with variables scopes.

2007-10-05 Thread Ron Gowen
I tried it, and dumped session: test is not there, you must have created another struct named session, I tried dumping variables it is not there? On 10/5/07, Ian Skinner [EMAIL PROTECTED] wrote: Give this a try if you have a moment. Put this code in a file test.cfm. Note: no cfapplication

  1   2   >