Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Steven Ross
Yeah i follow this same track... easier for me to get it right (epecially since ie 6 will go away at some point) and support the standards then hack backwards to get IE compatibility. On 10/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Yes, when it comes to CSS, IE stinks. You can write

Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Douglas Knudsen
*raises hand* :) we are also officially still on Office 97 too. I'm actually sort of spoiled though, as we officially only support IE 6 on our intranet where I do all my work. So I can sit in the stands and watch the CSS death matches. DKOn 10/4/06, allen [EMAIL PROTECTED] wrote: IE6 won't be

RE: [ACFUG Discuss] Issue with return from cfquery

2006-10-04 Thread Jeff Howard
So I got access to the CF Admin this morning and between that and Profiler I can see what is causing my issue and can resolve. Thanks for everyone's help once again. It was a comination of advice that got me to this point.Now I was wondering if anyone could tell me why this issue is happening

RE: [ACFUG Discuss] Issue with return from cfquery

2006-10-04 Thread axunderwood
You should probably look into using scope_identity() rather than the method you use below...that may help you out a bit... INSERT into blah() values() SELECT ID = SCOPE_IDENTITY() Rowcount can cause some headaches... -Original Message-From: [EMAIL PROTECTED]

[ACFUG Discuss] XML and CF question

2006-10-04 Thread Douglas Knudsen
Ok, been awhile since I did this. The E4X support in ActionScript 3 makes this cake by the way. Say I have a string of XML that I stuff in a var cfsavecontent variable=someXMLxml-root customer-rec namePat Smythe/name phone5551212/phone /customer-rec/xml-root/cfsavecontentI parse it into a XML

Re: [ACFUG Discuss] Issue with return from cfquery

2006-10-04 Thread Douglas Knudsen
I'm no SQL Server master, but I'd think you just use the SELECT SCOPE_IDENTITY() as ID; to fetch the last used id.so, in one cfquery tag you'd havecfquery name=fooINSERT INTO table (col1, col2)VALUES(val1, val2);SELECT SCOPE_IDENTITY() as ID;/cfqueryThen foo.id has your last inserted id. DK On

RE: [ACFUG Discuss] Issue with return from cfquery

2006-10-04 Thread axunderwood
Also, as a follow up - the reason you're having the problem is this - you're doing a set rowcount 1 and cf is holding onto the connection. That means all selects after that point are going to do only one row. If you want to keep the code the way you currently have it, after your ORDER BY id

[ACFUG Discuss] Search functions

2006-10-04 Thread Gerrey . Mary-Catherine
We are looking at either storing files on a server somewhere (and no file server anywhere, so they would have to be synched via PeerSync) or in the database as blobs (Oracle). The fun part of this is that we want to put in a search functionality. We are looking at CF's Verity (potentially

RE: [ACFUG Discuss] XML and CF question

2006-10-04 Thread Kevin Hellriegel
XMLParse turns your xml into a nice structured array. You canget the customer's name using myXML.xml-root.customer-rec.name.xmltext. So your code would look like: name:cfoutput#myXML.xml-root.customer-rec.name.xmltext#/cfoutput HTH Kevin Hellriegel Capital Transportation Solutions

RE: [ACFUG Discuss] Issue with return from cfquery

2006-10-04 Thread Charlie Arehart
Others have already clarified the issue with troubling issues with the approach you used to get the last inserted record. I realize it may have seemed logical to you. Just one of those "patterns" that you learn with time in CFML. We've all been there. But don't leave us in suspense on the

Re: [ACFUG Discuss] Search functions

2006-10-04 Thread Ben Johnson
You might also want to check out the Google Mini, especially if you're going the file-on-server route. I did not have fun with CF's Verity, nor Lindex (CFMX 6). Both had poor admin interfaces, and did not provide results that our users trusted. Also, neither one allowed for spidering, which seems

Re: Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Steven Ross
I didn't mean to insinuate that IE 7 is coming out so eveyone will upgrade... i was just making the point that if you intend to future proof your css build for the standard and work backwards because eventually the non compliant browsers will die off and (hopefully) the compliant ones will take

RE: Re: Re: [ACFUG Discuss] css - a little off topic

2006-10-04 Thread Dan Kaufman
The recent posts on this CSS-a little off topic thread re upgrading browsers was, I think, triggered by my comment/tip to Dusty to use Firefox as a development browser while coding his CSS style sheets. My reasoning for this was based on (sometimes painful) personal experience of having styled

[ACFUG Discuss] Data Aquistion App

2006-10-04 Thread Robert Reil
During Ray Camden's demonstration of Canvas Wiki it occurred to me that that may be a useful app if it was tweaked. Heres what I need to happen. We need to aquire proprietary information. This info will not be for public viewing. I will need lots of year/make/model