RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Try this technique: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html I have tried it and it works very well, but you have to be careful that you get the styles right. ~| Archives:

RE: OT: css, dhtml question

2003-03-25 Thread Hugo Ahlenius
Oh, Another thing: frames might be an alternative. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Re: Request for Review: Variables in CFML

2003-03-25 Thread Jochem van Dieten
Jim Davis wrote: Personally I use the Application scope for session data and roll my own timeout simply to gain the ability for end of session event processing. If you use J2EE sessions you can create a listener in Java that listens for end of session events and acts on them. Although I am

Re: CFMX cannot handle charset for URL variables

2003-03-25 Thread Jochem van Dieten
Murat Demirci wrote: I'm IE 6 with SP 1 and the option Send URL strings as unicode is checked. What do the URLEncoded query_strings look like? Both in the case it works and the case it doesn't work. Jochem ~| Archives:

Macromedia up its own arse over Flash

2003-03-25 Thread Adam Reynolds
Although I can happily download CFMX updater 3 from the MM site, I am absolutely stunned that MM have not enabled people that do not have Flash 6 installed (and many corporate/intranet environments won't) to be able to download the CFMX Updater through the non-flash site. Who do they have in

RE: Macromedia up its own arse over Flash

2003-03-25 Thread Neil Middleton
Although I can happily download CFMX updater 3 from the MM site, I am absolutely stunned that MM have not enabled people that do not have Flash 6 installed (and many corporate/intranet environments won't) to be able to download the CFMX Updater through the non-flash site. True, but they

RE: Problem with Access database connection

2003-03-25 Thread Erika L. Walker-Arnold
Have you checked it? Do you get errors? What's the problem ? | -Original Message- | From: Sangeeta Karmokar [mailto:[EMAIL PROTECTED] | Sent: Tuesday, March 25, 2003 12:29 AM | To: CF-Talk | Subject: Problem with Access database connection | | | CAn anyone check this script | |

Re: Java 1.4.1 CFMXJ2EE for JRun Mac OS X

2003-03-25 Thread Dick Applebaum
Christian I tried several permutations, but I can't access the URL you posted. Dick On Monday, March 24, 2003, at 11:18 PM, Christian Cantrell wrote: On Monday, March 24, 2003, at 11:32 PM, Dick Applebaum wrote: Sean Where does one start to resolve this? Start here:

RE: Problem with Access database connection

2003-03-25 Thread David Collie (itndac)
Elvis has fell oot the building -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 23:45 To: CF-Talk Subject: RE: Problem with Access database connection Try this: http://www.forta.com/cf/tips/index.cfm?age=169 == Peter Tilbrook Internet

RE: Problem with Access database connection

2003-03-25 Thread David Collie (itndac)
ensure proper permissions are on the directory that contains the Access database for the IUSR_MACHINENAME account (assuming IIS) to read and write might solve the problem -Original Message- From: Ruggiero, Kevin D [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 22:55 To: CF-Talk

Re: Macromedia up its own arse over Flash

2003-03-25 Thread Stephen Moretti
Please don't repeat this thread.* This has already been discussed in depth and Sean et al on this list have already notified the Macromedia web team that the download pages need to be changed to plain HTML to allow downloads from servers without installing Flash. One

Re: CF-Talk: Digest every 6 hours

2003-03-25 Thread David Hannum
I know this is a little late since I'm working from the digest, but we've run CF 5 with Oracle for some time now. CF 5 runs great with any version of Oracle, but drivers can be an issue depending on what platform your Oracle runs on. For example, We run CF 5 on Win2K and Oracle 8i on IBM and on

Page break in report

2003-03-25 Thread Kennerly, Rick H CIV
I'm creating a composite summary report from a query and need, if the report is later printed, to ensure a page break between individual reports or items. Any idea how I can accomplish this? Rick ~| Archives:

Re: Page break in report

2003-03-25 Thread Randell B Adkins
You can use page-break-before: always; as a Style. [EMAIL PROTECTED] 03/25/03 09:05AM I'm creating a composite summary report from a query and need, if the report is later printed, to ensure a page break between individual reports or items. Any idea how I can accomplish this? Rick

Re: Page break in report

2003-03-25 Thread Candace Cottrell
Put this at the top of the page in your head STYLE TYPE='text/css' P.pageEnd {page-break-before: always} /STYLE Then where you want the page break: !--- Page Break --- p class=pageEnd/p Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton,

Re: Request for Review: Variables in CFML

2003-03-25 Thread Calvin Ward
Sean, This is great stuff! Which application example provides us a view of utilizing CFCs in this manner? Calvin - Original Message - From: Sean A Corfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, March 24, 2003 11:40 PM Subject: Re: Request for Review: Variables

RE: Page break in report

2003-03-25 Thread Kennerly, Rick H CIV
Just what I needed. Thanks. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March, 2003 09:21 To: CF-Talk Subject: Re: Page break in report Put this at the top of the page in your head STYLE TYPE='text/css' P.pageEnd {page-break-before:

RE: Page break in report

2003-03-25 Thread Kennerly, Rick H CIV
Just what I needed. Thanks. -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March, 2003 09:09 To: CF-Talk Subject: Re: Page break in report You can use page-break-before: always; as a Style. [EMAIL PROTECTED] 03/25/03 09:05AM I'm

Re: Request for Review: Variables in CFML

2003-03-25 Thread jon hall
The CF Pet Store is probably one of the best examples available. -- jon mailto:[EMAIL PROTECTED] Tuesday, March 25, 2003, 8:35:19 AM, you wrote: CW Sean, CW This is great stuff! Which application example provides us a view of CW utilizing CFCs in this manner? CW Calvin CW - Original

netchart vs. ChartFX

2003-03-25 Thread Usouski, Beth
Hi all I was wondering if anyone had any experience they could share with me about netcharts vs. ChartFX??? TIA Beth ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

file extensions and IIS

2003-03-25 Thread Paul Wilson
I am trying to process .htm extensions as cold fusion pages (In CFMX). I have added the mapping in IIS and modified the web.xml file but I get the following error / by zero Any ideas? Thanks ~| Archives:

Re: Page break in report

2003-03-25 Thread Jochem van Dieten
Candace Cottrell wrote: Put this at the top of the page in your head STYLE TYPE='text/css' P.pageEnd {page-break-before: always} /STYLE May I recommend: style type=text/css media=print p.pageEnd {page-break-before: always} /style The default media-type for CSS is screen, so without

RE: Page break in report

2003-03-25 Thread Kennerly, Rick H CIV
Just what I needed. Thanks. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, 25 March, 2003 10:18 To: CF-Talk Subject: Re: Page break in report Candace Cottrell wrote: Put this at the top of the page in your head STYLE TYPE='text/css'

CFMX and CFFORM tag

2003-03-25 Thread Bosky, Dave
Are there any known issues with using the validation that the CFFORM tag provides in CFMX? I've got a cfform that seems to ignore all required fields. Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED] HTC Disclaimer:

RE: CFMX and CFFORM tag

2003-03-25 Thread Ben Doom
Is it ignoring the requirement, or not passing back the field? If it's ignoring the requirement, do you have javascript turned on in your browser? -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Bosky, Dave [mailto:[EMAIL PROTECTED] :

RE: CFMX and CFFORM tag

2003-03-25 Thread Mike Townend
MX doesn't use inline javascript like in version 5 and before... So as a result there needs to be cfide/scripts/ dir coming off the root of the site which contains cfform.js Does this exist on the site? HTH Mikey -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent:

Re: Page break in report

2003-03-25 Thread Candace Cottrell
Jochem, I am always open to recommendations. Thanks a bunch. :) Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED] [EMAIL PROTECTED] 3/25/2003 9:17:33 AM Candace

RE: CFMX and CFFORM tag

2003-03-25 Thread Bosky, Dave
Hmm. not sure. We just upgraded a server from CF5 to CFMX. Does CFMX automatically put the cfform.js in the correct location or do I have to manually move it to a specific location? Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL

RE: Java 1.4.1 CFMXJ2EE for JRun Mac OS X

2003-03-25 Thread Joshua Miller
Dick, Here's the content of the page you can't access: 3/25/2003 Getting JRun and CFMX to Work With Java 1.4.1 on OS X Archive URL: http://markme.com/cantrell/weblog/index.cfm?m=3d=25y=2003 [EMAIL PROTECTED] Thanks to Woojin Choi for posting information on getting JRun to work with Java 1.4.1 on

RE: CFMX and CFFORM tag

2003-03-25 Thread Mike Townend
If you are running off the default website then you *should* be fine... But if you are runnin off any other website then the directories either need creating physically or a virtual directory created pointing to it.. You can specify the Src of this file in the CFFORM tag using the SCRIPTSRC=

Scanning a Drivers License

2003-03-25 Thread Duane Boudreau
Hi All, Has anyone here done anything with interfacing with a drivers license scanner? A client of mine has made request for an application that can read a drivers license mag strip. There doesn't seem to be a lot of info available on the web about this. Duane

Re: Scanning a Drivers License

2003-03-25 Thread Bill Wheatley
Just get a cherry keyboard with a mag strip reader and then you can work with that - Original Message - From: Duane Boudreau [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:56 AM Subject: Scanning a Drivers License Hi All, Has anyone here done anything

login/PW (one more time please)

2003-03-25 Thread Tim Laureska
I have followed threads about this topic during the last couple of months and am now going at it for the first time myself...There are obviously many different approaches. I'm doing this from scratch so I fully understand the process. I have set up a form to submit a username password to a query

Re: Java 1.4.1 CFMXJ2EE for JRun Mac OS X

2003-03-25 Thread David Fafard
Speaking of this... How would CFMX JRUN perform on an Apple XServe? I need to add a ColdFusion server and am interested in knowing the performance metrics compared to say a Win2k box or Linux box. Thanks, Dave - Original Message - From: Joshua Miller [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Scanning a Drivers License

2003-03-25 Thread Duane Boudreau
Does that just send back a stream of text? Duane -Original Message- From: Bill Wheatley [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:01 AM To: CF-Talk Subject: Re: Scanning a Drivers License Just get a cherry keyboard with a mag strip reader and then you can work with

Re: Scanning a Drivers License

2003-03-25 Thread Candace Cottrell
You could use something like this and then just use the input. http://www.hallogram.com/barcodes/scanners/st6920/ Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293 http://www.childrensdayton.org [EMAIL PROTECTED]

RE: Scanning a Drivers License

2003-03-25 Thread webguy
Hi All, Has anyone here done anything with interfacing with a drivers license scanner? A client of mine has made request for an application that can read a drivers license mag strip. There doesn't seem to be a lot of info available on the web about this.

Re: OT: css, dhtml question

2003-03-25 Thread Jason Miller
through css isn't there a getElementByID(YourScrollName.height) or something similiar? I remember bookmarking this page for a great reference to a clip height problem - worth a glance. http://www.experts-exchange.com/Web/Web_Languages/CSS/Q_20548842.html also - that site has quite a bit of

RE: IBM JRE with ColdFusion MX

2003-03-25 Thread Ruggiero, Kevin D
I ended up getting it to work with 1.3.1. The 1.3.1 JRE is available in the WebSphere SDK for Web Services, and I no longer received these error messages once I began using that JRE. The 1.3.0 didn't work for me though- still not sure why. Just a side-note, I've noticed that the NT

RE: Java 1.4.1 CFMXJ2EE for JRun Mac OS X

2003-03-25 Thread Joshua Miller
CFMX is not supported as a Production Server on OSX - only as a Development Server. I'm sure it would run quite well though - it runs beautifully on my iBook and iMac, so I'm sure it would cruise along nicely on an Xserve. Joshua Miller Head Programmer / IT Manager Garrison Enterprises Inc.

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
Not sure if you could use a smartcard reader, which I think reads track 1 and 2, and I am pretty sure that most DL's are on these tracks except the CA drivers license, which is on track 3. Anyway, I have worked with magnetic card readers using Java, and it really was not a hard task to do, with

Parse a CSS file

2003-03-25 Thread Brad Roberts
I need to read a css file and create a drop down box of available classes (or only tag specific classes). Anyone know of a tag that does this already? -Brad ~| Archives:

RE: CFMX cannot handle charset for URL variables

2003-03-25 Thread Murat Demirci
I'm using setEncoding function, this is a new function? setEncoding function should affect the URLEncodedFormat function. -Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 6:25 AM To: CF-Talk Subject: Re: CFMX cannot handle charset for URL

RE: CFMX cannot handle charset for URL variables

2003-03-25 Thread Murat Demirci
If you ask what query_string causes the problem, the answer aþðgý. (Cf-talk list server doesn't allow non-ASCII characters) How can I learn the unicode number of those characters? What is the name of the function similar to ORD() for unicode? -Original Message- From: Jochem van Dieten

RE: css, dhtml question

2003-03-25 Thread David Collie (itndac)
Sorry not been following the thread but I think what you are looking for is elegantly displayed at http://www.glish.com/css/ -Original Message- From: Jason Miller [mailto:[EMAIL PROTECTED] Sent: 25 March 2003 15:16 To: CF-Talk Subject: Re: css, dhtml question through css isn't there

RE: Scanning a Drivers License

2003-03-25 Thread Bosky, Dave
What about encryption? Wouldn't DL information somehow be encrypted? Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED] -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003

RE: Parse a CSS file

2003-03-25 Thread Scott Wilhelm
One way I can think of is to go through, replace the {} everything in between it, and that should give you your styles. HTH. Scott -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:31 AM To: CF-Talk Subject: Parse a CSS file I

Problem with view uploaded files

2003-03-25 Thread Lee, Sima - Workstream
Hi All, I have been struggling with this problem for a while, please help. We have an application which runs on three servers, we decided to let the user to upload attachments to a separate forth server. On each server we created a virtual directory which points to where the file stored in the

RE: Scanning a Drivers License

2003-03-25 Thread webguy
Not sure if you could use a smartcard reader, which I think reads track 1 and 2, and I am pretty sure that most DL's are on these tracks except the CA drivers license, which is on track 3. Well you learn something new everyday! I know _very_ little about card tech. Got any good faqs on cards

CF5 thread monitoring

2003-03-25 Thread Paolo Cesana
Has anyone written or seen a module which allows the display of all process/thread(s) currently running/queued by NAME? Tks/Rgds Paolo Cesana IT Development Mgr. Electricity is not the result of a series of upgrades to the candle Auth. unknown Miami International Forwarders (MIF) Phone:

ColdFusion and ArcIMS

2003-03-25 Thread Joshua Miller
Greetings, Anyone on the list have any experience using CF and ArcIMS? If so, I would appreciate a few comments as to how well it integrates, how you would rate ArcIMS, etc. Before we sink $7500 into a product I'd like to get the opinions of some of my peers using CF and ArcIMS together.

Re: CFMX cannot handle charset for URL variables

2003-03-25 Thread Jochem van Dieten
Murat Demirci wrote: If you ask what query_string causes the problem, the answer a??g?. (Cf-talk list server doesn't allow non-ASCII characters) It does allow them, it just doesn't preserve the charset in the email headers (any progress on that Michael?). But how does the URLEncoded string

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
Good question. I doubt that they are encrypted, though. But I could be completely wrong, as I have never worked with drivers licenses. But here is why I do not think they would be. I am originally from MD, and when I was in MD about a year and a half ago, all the clubs and liqueur stores had card

AbleCommerce

2003-03-25 Thread Neil Middleton
Has anyone here on the list had any experience with AbleCommerce? I have been asked to think about how to put together an e-commerce site (a field I have never needed to look at) and AbleCommerce popped into my head. Anyone have any views/opinions of this software or any alternative

RE: Scanning a Drivers License

2003-03-25 Thread Bosky, Dave
How much information is actually on the DL card? Is only the printed information(name,address,etc.) available from the strip? Regards, Dave Bosky Sr. Multimedia Web Designer Horry Telephone Cooperative, Inc. office: (843)369-8613 [EMAIL PROTECTED] -Original Message- From: Robert

Re: Scanning a Drivers License

2003-03-25 Thread jon hall
This is so incredibly OT, but... One could only wish...many state are in the process of switching over to systems which store just about every piece of information about a person on the strip. For instance last year New Jersey passed a law allowing for the storage of digital versions of a persons

RE: login/PW (one more time please)

2003-03-25 Thread Brad Roberts
Here's some code that might help. I use something similar, however this is pretty basic. I didn't test the code, but it should get you started. There's five files: loginForm.cfm - just the login form login.cfm - the action page that the login form submits to a_protected_page.cfm - just an

RE: Scanning a Drivers License

2003-03-25 Thread Robert Bailey
I would imagine your DL number as well. Thanks! Robert Bailey Famous for nothing -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:58 AM To: CF-Talk Subject: RE: Scanning a Drivers License How much information is actually on the DL card?

Re: Scanning a Drivers License

2003-03-25 Thread Bill Wheatley
its not encrypted - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:51 AM Subject: RE: Scanning a Drivers License Good question. I doubt that they are encrypted, though. But I could be completely wrong, as I have

RE: Scanning a Drivers License

2003-03-25 Thread Duane Boudreau
From what I have been able to find out so far, the majority of DLs simply have plain ASCII character delimited text on them, without any form of encryption. -Original Message- From: Robert Bailey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:51 AM To: CF-Talk Subject: RE:

RE: Parse a CSS file

2003-03-25 Thread Brad Roberts
Not complicated enough! kidding... sometimes you just have to think inside the box. Thanks -Brad -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:36 AM To: CF-Talk Subject: RE: Parse a CSS file One way I can think of is to go

Re: CF 5 Oracle Best Pactices

2003-03-25 Thread Chris Norloff
We've used Oracle with CF 4.5 SP2 for a while - I'd recommend going with Oracle 8i (8.1.7) and native drivers. BTW, one of the 8.1.6 Oracle drivers (8.1.6.2 ?) has a memory leak. Chris Norloff -- Original Message -- From: Robert Shaw [EMAIL PROTECTED]

Re: CF 5 Oracle Best Pactices

2003-03-25 Thread Chris Norloff
We've used Oracle with CF 4.5 SP2 for a while - I'd recommend going with Oracle 8i (8.1.7) and native drivers. BTW, one of the 8.1.6 Oracle drivers (8.1.6.2 ?) has a memory leak. Chris Norloff -- Original Message -- From: Robert Shaw [EMAIL PROTECTED]

RE: login/PW (one more time please)

2003-03-25 Thread Tim Laureska
Brad... thanks this is very helpful... a first question (if I become annoying, shoo me away) Why must you first define the default values for username password? I guess another way of putting it, what harm would it do to not have this section? -Original Message- From: Brad Roberts

http link regex

2003-03-25 Thread Bryan F. Hogan
Does anyone have a regex that checks for properly formatted http links handy they could forward? Don't need it to check all the tld's. Bryan F. Hogan Director of Internet Development Team Macromedia Volunteer Macromedia Certified ColdFusion MX

Re: Macromedia up its own arse over Flash

2003-03-25 Thread Bryan Stevenson
Ummm...they have said they agree that it's an oversight and they are working to resolve the issue. As far as the Flash plugin goesdownload it and install it ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

RE: http link regex

2003-03-25 Thread Ben Doom
Just off the top of my head: (http|ftp)://[[:alpha:]]([[:alnum:]]*\.?)*\.(com|org|net|gov)(/([[:alnum:]]+ (\.[[:alnum:]]+)))*(\?[[:alnum:]_](=[[:alnum:]_]*)([[:alnum:]_](=[[:alnum:] _]*))*)? Not perfect, not tested, but should get you going in the right direction. If you want an explanation of

Re: Scanning a Drivers License

2003-03-25 Thread samcfug
- Original Message - From: Bosky, Dave [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:58 AM Subject: RE: Scanning a Drivers License | How much information is actually on the DL card? | Is only the printed information(name,address,etc.) available from the

Killer App vs. Right App

2003-03-25 Thread qwert12345
Hello all, I've been exploring business intelligence application for a while. I come to think big-name BI products will not be cost-effective solutions for small to medium -sized enterprises (SMEs), however, let me also say this, this is more logical deduction than much-researched metrics,

CF and Universe Database

2003-03-25 Thread Huynh Weiming
A friend told me that he could not get Universe Database to work with Coldfusion. He said that Universe uses ODBC 2.0 but Coldfusion use ODBC 3.0. Is this true? ~| Archives:

RE: http link regex

2003-03-25 Thread Bryan F. Hogan
Thanks, Ben. Bryan F. Hogan Director of Internet Development Team Macromedia Volunteer Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL -Original Message- From:

cfscript help

2003-03-25 Thread Trent Shepherd
I am having a block on rewriting the following in cfscript cfloop list=#form.fieldnames# index=fnames cfif ListFindNoCase(form.roles,fnames,,) cfoutput#fnames#br/cfoutput /cfif /cfloop thanks in advance trent

Re: ColdFusion and ArcIMS

2003-03-25 Thread Paul Hastings
Anyone on the list have any experience using CF and ArcIMS? If so, I - bear to install (bushmill helps ;-) - fairly easy to develop with but if you want full power you'll need to learn its xml flavor, AXL (arcXML). - make sure you do arcIMS 4.01, i've had arcIMS 4.0 working with cfmx but

Re: Killer App vs. Right App

2003-03-25 Thread Bryan Stevenson
Can you elaborate on your definitiona of a business intelligence application? Is it an HR solution, business reports, daily Dilbert? ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: Scanning a Drivers License

2003-03-25 Thread webguy
Really ? So if I have your drivers licence I have a copy of your thumbprint? O.J.Simpson defence number #1003 WG Everything on the face of the card is in the magnetic strip. and for the states that require a thumbprint, it includes the hexidecimal code for the thumbprint. None of the data

RE: cfscript help

2003-03-25 Thread Raymond Camden
for(key in form) { if(listFindNoCase(form.roles,key)) writeOutput(key br); } === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email

RE: cfscript help

2003-03-25 Thread Mike Townend
You could do something like CFSCRIPT for (i=1; I lt ListLen(form.fieldnames); i=i+1) { if (ListFindNoCase(Form.FieldNames, ListGetAt(Form.FieldNames, i))) writeoutput(ListGetAt(Form.FieldNames, i) br); } /CFSCRIPT HTH

RE: OT: css, dhtml question

2003-03-25 Thread Barney Boisvert
Much thanks to the various responses to my footer question. I think I've found my solution at with this demo: http://scott.sauyet.name/CSS/Demo/FooterDemo1.html cheers, barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral (formerly PIER System, Inc.) [EMAIL PROTECTED] voice

RE: Request for Review: Variables in CFML

2003-03-25 Thread Jim Davis
-Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 3:52 AM To: CF-Talk Subject: Re: Request for Review: Variables in CFML Jim Davis wrote: Personally I use the Application scope for session data and roll my own timeout simply

RE: Macromedia up its own arse over Flash

2003-03-25 Thread Jim Davis
-Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:06 AM To: CF-Talk Subject: Macromedia up its own arse over Flash Although I can happily download CFMX updater 3 from the MM site, I am absolutely stunned that MM have not enabled

Re: cfscript help

2003-03-25 Thread Michael Dinowitz
See what happens when you don't sleep the last 22 hours; you forget that form variables can be accessed like a structure and looped through using the for(key in struct) syntax. for(key in form) { if(listFindNoCase(form.roles,key)) writeOutput(key br); }

Re: Macromedia up its own arse over Flash

2003-03-25 Thread Michael Dinowitz
No disrespect to any of the posters, but can we move this thread to the Macromedia-talk list? It's basically a debate about a Macromedia practice (one I got caught in as well) and is basically OT for this tech list. Thanks ~|

RE: cfscript help

2003-03-25 Thread Barney Boisvert
cfscript a = listToArray(form.fieldnames); for (i = 1; i LTE arrayLen(a); i = i + 1) { if (listFindNoCase(form.roles, a[i])) writeoutput(a[i] br /); } /cfscript Not quite a translation, but arrays are nicer than lists. --- Barney Boisvert, Senior Development Engineer AudienceCentral

RE: ColdFusion and ArcIMS

2003-03-25 Thread Joshua Miller
Thanks for the information! I certainly appreciate it. Basically all we need to do is generate a map based off of lat/long points. We'll eventually be laying maps overtop of the standard map, but I would imagine the ability to do layering, etc. would require the paid product. Thanks again!

Killer App vs. Right App

2003-03-25 Thread Don
Good question. One definition -- Business intelligence (BI) is a broad category of applications and technologies for gathering, storing, analyzing, and providing access to data to help enterprise users make better business decisions. BI applications include the activities of decision support

Killer App vs. Right App

2003-03-25 Thread Don
Good question. One defition -- Business intelligence (BI) is a broad category of applications and technologies for gathering, storing, analyzing, and providing access to data to help enterprise users make better business decisions. BI applications include the activities of decision support

Re: cfscript help

2003-03-25 Thread charlie griefer
cfscript for (i=0, i LT #listLen(form.fieldNames)#, i=i+1) { if (listFindNoCase(form.roles, i, ,) { writeOutput(i); } } /cfscript banged out really quickly...but hopefully will do what you need (or at least, get you started on the right track) charlie Trent Shepherd

Verity Exception Error

2003-03-25 Thread Martin, Ryan
Hi. I have just installed coldfusion with the updater 3 on our server running apache 2.44. When I try to create a verity collection I get the following error in the administrator. Server Error The server encountered an internal error and was unable to complete

Cfcontent deletefile = yes --- has this worked for you?

2003-03-25 Thread Melissa Fraher
Hello CFers - Has anyone been successful using the deletefile attribute of cfcontent to delete a file? The following code does not delete the file for me using Cold Fusion 5. !--- Use CFContent to serve up file--- CFLOCK name=servePDF timeout=30 type=EXCLUSIVE CFHEADER

Re: Killer App vs. Right App

2003-03-25 Thread Bryan Stevenson
Well if we're using that definition, then yes the larger the company the more this kind of app can be justified IMHO. Generally as a company gets bigger it's harder to get a true feel for how it's running and where inefficiencies and problems crop up. So in that situation these sets of tools can

Does this Widget exist?

2003-03-25 Thread webmaster
We would rather not build from scratch if it exists...we have a rental company...they want a calendar showing a month and a listing of equipment and if its checked out, it blocks out those days...etc Can't imagine it does as its fairly specific, but you never know. Any pointers welcome. Thanks!

RE: login/PW (one more time please)

2003-03-25 Thread Brad Roberts
Just in case someone types in the url: mydomain.com/login.cfm without submitting the form. It's usually a good practice to at least check for the existence of a variable before trying to access it. Either by using: cfif not isDefined(form.username) OR not isDefined(form.password) Why didn't

Re: Scanning a Drivers License

2003-03-25 Thread samcfug
Not exactly, but you would have the digital equivalent - Since the digital equivalents are not always unique, they do narrow the search considerably. Agencies that use fingerprints use a database that sends a query for the digital equivalent, and then the agency does a physical match against the

Re: ColdFusion and ArcIMS

2003-03-25 Thread Paul Hastings
Basically all we need to do is generate a map based off of lat/long points. We'll eventually be laying maps overtop of the standard map, but I would imagine the ability to do layering, etc. would require the paid product. no, mapserver can handle that plenty fine. do you have an exact list of

OT: SQL stumper

2003-03-25 Thread Dave Jones
Hi, I'm stumped by a SQL sub-query that works stand-alone, but not when assembled into a query. This works: SELECT personid, dob FROM persons And this works: (SELECT personID FROM persons WHERE CAST('2003'+ SUBSTRING(CONVERT(char(8), dob, 112),5,4) as datetime) = '2003-07-21' AND CAST('2003'+

Scanning a Drivers License

2003-03-25 Thread andrew
I have done this in our intranet. It was more of a test than a real world use, but it worked. I use a mag reader that is programmed to format a CA driver license and pass only the info I need. I have a page on the intranet that uses Javascript to capture the keystrokes (Mag readers are

RE: SQL stumper

2003-03-25 Thread Dave Watts
I'm stumped by a SQL sub-query that works stand-alone, but not when assembled into a query. This works: SELECT personid, dob FROM persons And this works: (SELECT personID FROM persons WHERE CAST('2003'+ SUBSTRING(CONVERT(char(8), dob, 112),5,4) as datetime) = '2003-07-21' AND

RE: ColdFusion and ArcIMS

2003-03-25 Thread Joshua Miller
Well, what we're doing is showing maps of a specific area and then allowing someone to enter gps points for a well or septic system or outbuilding, etc. Then we need to be able to lay those points on top of the main property map with an outline of the structure they've entered into the system.

RE: Scanning a Drivers License

2003-03-25 Thread DKM
please do, and provide any details you have regarding the reader you're using as well. Thanks. DM -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 9:22 AM To: CF-Talk Subject: Scanning a Drivers License I have done

Killer App vs. Right App

2003-03-25 Thread Don
Interesting point. However, I think smaller enterprise would also see value of it if they do some calculation, consider this scenario, a portal company with 15 employees of two locations, wants a tool like that, the estimate is if going for internal development it would take one month of 1.5

  1   2   >