RE: CFSCRIPT-Reference

2001-05-04 Thread Raymond B.
http://www.allaire.com/cfdocs/Developing_Web_Applications_with_ColdFusion/20 _Extending_ColdFusion_Pages_with_CFML_Scripting/dwa20.htm Just read the online docs Allaire has up (or in CFStudio) "Developing Web Applications with ColdFusion" > "Extending ColdFusion Pages with CFML Scripting". Pretty

CFSCRIPT-Reference

2001-05-04 Thread Brad Comer
Can any one recommend a good reference for CFSCRIPT code. I realize it is similar to CF code, but it is different in syntax. Thanks In Advance! Brad Comer [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: connections

2001-05-04 Thread Andrew Tyrone
Becky, You can use a UNC path, it just doesn't SEEM like you can ;) Create a system DSN, go to select, and where the *.mdb is highlighted, type: \\servername\directory\yourdb.mdb I did this before I responded the first time, and it works like a charm. I had never had the need to do it, so I

Re: What's the best way to deal with inexplicable error messages?

2001-05-04 Thread Hubert Earl
Hi, Thanks for the feedback. Having just solved a problem largely due to my taking some time away from it, I'm seeing the value of the recommendation you made in the first paragraph of your email below. I discovered that the problem wasn't at all the kind I'd been thinking it was, and taking 't

ZDNet d e v e l o p e r ColdFusion Server 5

2001-05-04 Thread David Hannum
Look - a fairly decent review of CF 5 http://www.zdnet.com/devhead/stories/articles/0,4413,2714811,00.html Dave ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http:/

Re: [RE: [Object Oriented CFML]]

2001-05-04 Thread Alex
No demand means no go. "Chris Montgomery" <[EMAIL PROTECTED]> wrote: What about Ruby? Anyone used that yet? Chris Montgomery [EMAIL PROTECTED] Web Development & Consulting http://www.astutia.com Allaire Sales & Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 Ins

RE: [cold_fusion] Unusual Results, help

2001-05-04 Thread Jeffry Houser
At 03:55 PM 05/04/2001 -0400, you wrote: > >:huh?: Why would you expect an outer loop control variable to > > increment in the inner loop? It doesn't seem to make any sense to me. > >well, since LOOPING refers to the ability to go through each recordset and >use its data in the code with in

FreeZip added to SimpleMessageBoard

2001-05-04 Thread Tony Schreiber
Thanks to John McGary for creating a freely-available zipcode database, I've added a "Find Near" feature to the freely-available SimpleMessageBoard. The lack of users with zipcodes on the SMB Demo Forum makes it a bit hard to test though. ;p So, if y'all don't mind, can some of you register (wit

Re: ADA Section 508 Accessibility and CF tags

2001-05-04 Thread Bonnie Betts
To add to this, I've received a number of personal emails from persons wanting me to post any findings I get. I would appreciate replys to the list on this subject so folks can see how many are interested in this subject. I saved all those emails tho and I will definitely email you any answe

Re: ADA Section 508 Accessibility and CF tags

2001-05-04 Thread Bonnie Betts
Thanks Jeanne; I've been working with Section 508 a little, but I'm looking for specifics on CF tags like CFGrid mostly. It's an applet and I don't know if the screen readers can read that applet. So I guess my question is, are CF tags Section 508 compliant? Which ones are not? I searched

Re: ADA Section 508 Accessibility and CF tags

2001-05-04 Thread Bonnie Betts
I don't know what a VBA site is but 'skip repetitve navigation links' was handled by USPS by putting a transparent link at the top of the navbar named "Skip Navigation Bar" with a target to the cell with the content of that page. That way when clicked, the screen reader would skip the navigation

RE: Problem with login page

2001-05-04 Thread Peter Tilbrook
You should be able to use rather than INPUT as a hidden field. ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Un

RE: Inexpensive Hosting

2001-05-04 Thread Patrick and Diane Thomlinson
We have been using I-Wiz (www.iwiz.com) for a while and have had great luck with uptime and also incredible support. One domain is 15/month and 2 is 20/month. Patrick Thomlinson Allaire Certified ColdFusion Developer TravelNow.com ~~ Structure y

RE: CF/Java/ASP Comparision

2001-05-04 Thread Patrick and Diane Thomlinson
http://www.zdnetindia.com/techzone/coding/stories/7802.html Patrick Thomlinson Allaire Certified ColdFusion Developer TravelNow.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cf

Re: Has anyone seen this before?

2001-05-04 Thread Sean Renet
Pablo its more than just that, even if you update to that patch you will still get that error if you are sending out a bunch of email at once. I don't think Allaire has thier arms completely around CFMAIL and CFFTP yet. As I have posted before, here is what we do to pre-empt having the problem oc

RE: [Object Oriented CFML]

2001-05-04 Thread Chris Montgomery
What about Ruby? Anyone used that yet? Chris Montgomery [EMAIL PROTECTED] Web Development & Consulting http://www.astutia.com Allaire Sales & Consulting Partner 210-490-3249/888-745-7603Fax 210-490-4692 Instant Messaging: AIM: astutiaweb; ICQ: 7381282; MSN: [EMAIL PROTECTED]

Re: BANNER AD PROGRAM

2001-05-04 Thread William Wheatley
AMEN i hear you it is a piece of shit program =) that i trully have learned to dispise (sp) Would you think i could get around the bottleneck on the local side, becuase the ad server is a screamer, as well as both boxes are on our local network, so i dont think transfer problems could be a proble

Re: Problem with login page

2001-05-04 Thread Hubert Earl
Hi, Thanks for the feedback. Please see my next email for an update on my efforts. Hubert --- Hubert Earl ICQ#: 16199853 AIM: hubertfme My Jamaican Art, Craft & More Online Store: http://www.angelfire.com/ny/hearl/link_page_on_angelfire.html - Original Message - From: "Semrau, Steve

Re: Problem with login page

2001-05-04 Thread Hubert Earl
Hi Jon et al, Thanks for the response. 1. I decided to redo the login form and the application tag, and now I'm getting this error message after entering my username and userpassword: "Form Entries Incomplete or Invalid One or more problems exist with the data you have entered. This field must

RE: client variables

2001-05-04 Thread Peter Tilbrook
Client variables are identified by the users browser. Open a web site in IE and it will give you a different CFID and CFTOKEN than the same site opened in Navigator. It is important that you track the "client" throughout your site when using client variables - usually by appending #URLToken# on th

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Tony Schreiber
Ok, I've been thinking about this. And in the case of returns or credits, I think we could this: On the website as the customer requests a return, they must enter their password. I store this encrypted with the RMA number (or some other associated id) as the key. Once the return is processed, the

RE: connections

2001-05-04 Thread Costas Piliotis
Assuming you're on NT: I don't think you can use the UNC with a file DSN... Try mapping a drive to the folder where the file resides and pointing the ODBC connection to that file. Than just use blah blah blah If not NT, dunno... -Original Message- From: Jones, Becky [mailto:[EMAIL PRO

Re: BANNER AD PROGRAM

2001-05-04 Thread Jim McAtee
William, I've also thought about using CFHTTP to pull ads from a dedicated ad server, but I'd think there would be serious performance problems. First, you're forced to lock CFHTTP until you've output the variable cfhttp.filecontent. Secondly, each page that CF returns doesn't get passed on to t

RE: CF Error on Uploading Large files

2001-05-04 Thread Garza, Jeff
Yeah, plenty of RAM. I was monitoring that while trying the upload process. Actually, inetinfo.exe was taking the hit, not CF. It never seemed to transfer control back to the CF Engine to do the CFFILE part. H? I'm used to CF's memory footprint going up in size to accommodate the uploaded

ultradev STUDIO =)

2001-05-04 Thread William Wheatley
For the love of god dont make Ultradev to be STUDIO all in one, i like CF STUDIO because it lets you have the flat text based editing and you can right click on any tag and edit it..then ultradev is great for GRAPHIC development, though ultradev does butcher some CF code if you drag and drop so

Re: CF Error on Uploading Large files

2001-05-04 Thread Brook Davies
Do you have lots of available ram? Twice as much as the size of the file your uploading? Brook At 04:12 PM 04/05/01 -0700, you wrote: >Has anyone seen an error like this one??? > >"Error","TID=279","05/04/01","15:56:50","Error reading remainder of content >stream (total bytes = 16821955, availa

RE: connections

2001-05-04 Thread Jones, Becky
that's my problem. i want to use a vnc path, but i cant if it is an access database. unless i am missing something...when it comes up to choose the path, it always selects a drive to map the connection to. and that's what i dont want to do. i know u can do what i want to do if the database is S

Re: BANNER AD PROGRAM

2001-05-04 Thread William Wheatley
Yes i know they called me today its called DART its 7K to setup and 1000 a month =) we have a program now but i want CF, and i would not have to worry about mulptiple boxes because i have a dedicated AD box that i iwll use a CFHTTP to grab the ads from and the program on the ad box will decide, ju

Re: BANNER AD PROGRAM

2001-05-04 Thread William Wheatley
let me know what you started with =) cause i will have to do the same thing i guess! Bill Wheatley Director of Development Allaire Certified ColdFusion Developer AEPS INC Allaire ColdFusion Consulting Partner www.aeps.com www.aeps2000.com 954-472-6684 X303 ICQ: 417645 - Original Message -

CF Error on Uploading Large files

2001-05-04 Thread Garza, Jeff
Has anyone seen an error like this one??? "Error","TID=279","05/04/01","15:56:50","Error reading remainder of content stream (total bytes = 16821955, available = 49152) Windows NT error number 10054 occurred." "Error","TID=279","05/04/01","15:56:50","Exception occurred during processing of ISAPI

RE: connections

2001-05-04 Thread Andrew Tyrone
> -Original Message- > From: Jones, Becky [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 04, 2001 6:28 PM > To: CF-Talk > Subject: connections > > > hey > does anyone know how to set up the database connection on the webserver if > your database is not located on your webserver?? i ca

Re: Has anyone seen this before?

2001-05-04 Thread Pablo Varando
Cool, thanks! That did it! :) Pablo http://www.cfm-resources.com - Original Message - From: "Bud" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 10:10 AM Subject: Re: Has anyone seen this before? > On 5/4/01, Pablo Varando penned: > >unknown exception

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Bill Davidson
So what are you doing in those cases, do you have to contact the customer? Curious... By the way, I think you've done a great job of dealing with CC encryption. Good approach. Even though the major on-line vendor site that we've written doesn't do credit card processing, we still prompt for the

Re: What's the best way to deal with inexplicable error messages?

2001-05-04 Thread Bill Davidson
>From someone who has written code the majority of my life (usually for pleasure more than anything), the best thing to do is take some time away from the problem. Not a lot, just enough so you're not seeing red. If you are frustrated, you're not going to be productive. Go back later, and docum

Re: What's the best way to deal with inexplicable error messages?

2001-05-04 Thread Jon Hall
I choose A, which usually ends up leading to C which then ends up with me doing B. ;-) jon - Original Message - From: "Hubert Earl" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 4:56 PM Subject: What's the best way to deal with inexplicable error message

Re: BANNER AD PROGRAM

2001-05-04 Thread Jon Hall
None if you dont need to worry about weighted ads or targeted ads. As long as the program does not need to make decisions based upon how many views an ad has had, or which ad it should show now it does not matter. As soon as you need to know which ad to show next, rather than random ads, you have

connections

2001-05-04 Thread Jones, Becky
hey does anyone know how to set up the database connection on the webserver if your database is not located on your webserver?? i can do this if the database is a SQL server...but i dont see how if the database is Access. right now..i have to always have a specific drive letter mapped to my filer

RE: CF Studio and UltraDev Merging!

2001-05-04 Thread John Dowdell
At 9:15 PM 5/3/1, Michael Kear wrote: > Anyway, unless we have some input to Macromedia, we'll end up > with a Studio that looks like Ultradev. As noted previously, this is understood, but if you'd still like to drive it home, then [EMAIL PROTECTED] would directly reach the in-boxes of the integr

IIS Script Mapping Limit?

2001-05-04 Thread Kevin Miller
Is there a real or practical limit (from a performance standpoint) to the number of IIS script engine mappings in IIS 4.0? Thanks, Kevin ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/

Re: handling 404 errors with CF?

2001-05-04 Thread Bill Davidson
Yeah, actually I wrote a whole functionality-set of CF catching 404's. I wanted a way to handle "virtual directories" - like www.brainbox.tv/clients for instance - there's no folder there, but instead I wanted it to relocate to a point in our main fusebox app. One of our developers suggested an

What's the best way to deal with inexplicable error messages?

2001-05-04 Thread Hubert Earl
Hi, What's the best way to deal with inexplicable error messages? Is it: a. to slog away at the problem until the solution is found? b. to do something else, then come back after a while? c. to redo the code from scratch? I'd appreciate words of wisdom from cooler, more experienced heads, s

Re: BANNER AD PROGRAM

2001-05-04 Thread Jim McAtee
I can understand the potential performance problems, but what kind of concurrency issues do you have if you're storing all ad & campaign data in a central database? Jim - Original Message - From: "Jon Hall" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001

RE: New ColdFusion "logo"

2001-05-04 Thread Andrew Tyrone
The hand with the lightning bolt... Gone... What to do now? It'll cost me THOUSANDS upon THOUSANDS to get skin grafts to remove all the old ColdFusion logo tattoos on my body. How could Macromedia do this? Time to reevaluate the product, I suppose... > -Original Message- > From: Dar

Re: BANNER AD PROGRAM

2001-05-04 Thread Jon Hall
One problem you are going to run into with ANY CF banner program is performance first off, secondly is concurrency issues once you move to more than one server. If all you need is a counter, positions, and a random ad then you are safe with just about anything, however once you move to weighted ad

Re: Dynamic Variable Names

2001-05-04 Thread Jose Alberto Guerra Ugalde
I havent tried this but according to Michael Dinowitz it should be like this: Dynamic Variables The Variable portion of a CFSET can be set dynamically by placing the text portion within double quotes (") and surrounding the dynamic portion with pound signs (#). The Variable part of a CFSET does

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Tony Schreiber
> > 1) The User's password is stored as a one-way HASH. > > 2) The Credit Card info (list of cc number,exp date and > > verification number) is stored as an ENCRYPTED string with the > > User's raw password as the key. > > That's fine as long as the only reason you're storing the > credit card n

RE: Online Docs

2001-05-04 Thread Hoffman, Joe (CIT)
http://www.houseoffusion.com/cfdocs1/dochome.htm "In ColdFusion 4.0.1, the Advanced ColdFusion Development manual has been merged into the Developing Web Applications with ColdFusion manual. In addition, a new online manual has been added to the ColdFusion 4.0.1 documentation, Using ColdFusion St

RE: BANNER AD PROGRAM

2001-05-04 Thread Angél Stewart
Check www.fuseads.com You don't need anything else. -Gel ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubs

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Keith C. Ivey
On 3 May 2001, at 15:52, Tony Schreiber wrote: > 1) The User's password is stored as a one-way HASH. > 2) The Credit Card info (list of cc number,exp date and > verification number) is stored as an ENCRYPTED string with the > User's raw password as the key. That's fine as long as the only reason

Re: BANNER AD PROGRAM

2001-05-04 Thread Dick Applebaum
Have a look at DreamBanner in the tag Gallery HTH Dick At 5:01 PM -0400 5/4/01, William J Wheatley wrote: >ok i want a banner ad program that runs in CF > >what we have now is this > >www.centralad.com > >SELL ME =0) i would prefer the source and i would prefer it to be robust =) >

Client Variable Issues!

2001-05-04 Thread Brook Davies
1. Does SQL7 go into single user mode while executing transaction log backups? And is it necessary to back up the client Var Repository? We do not user the global hit count client vars and I can not think of any other situation where we would need to retrieve clients var data. It also appears tha

BANNER AD PROGRAM

2001-05-04 Thread William J Wheatley
ok i want a banner ad program that runs in CF what we have now is this www.centralad.com SELL ME =0) i would prefer the source and i would prefer it to be robust =) Bill Wheatley Director of Development AEPS INC Allaire ColdFusion Consulting Partner Allaire Certified ColdFusion Developer http

Online Docs

2001-05-04 Thread Steve Pierce
Does anyone have a link to online docs for CF 4.x? Use to be that Allaire had the docs online. Thanks in advance, - Steve Steve Pierce, HDL "Co-Location starting $99 per month, no setup fee" (734) 482-9682 | mailto:[EMAIL PROTECTED] | http://HDL.com ~

RE: cfloop help! -- solved!!

2001-05-04 Thread Diana Nichols
It's no elegant, and I'm sure there's a better way, but I finally go what I wanted by setting another variable: #userID# (#thisuser#,#getm.userID#) Thanks everyone for your help! D * Diana Nichols Webmistress http://www.lavenderthreads.com 770.434.7374 "One man's magic is another

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Tony Schreiber
I'm writing a CF_ManageCC tag as part of my development, so whenever I need to do anything with a card, I just call the tag. I'll post it to the gallery when I'm done. > Yes, I agree your method is much more secure, just harder to snippetize ;-) > > jon > - Original Message - > From: "To

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Jon Hall
Yes, I agree your method is much more secure, just harder to snippetize ;-) jon - Original Message - From: "Tony Schreiber" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 4:25 PM Subject: Re: Credit Card DB Encryption Methodology > That's what I'm doing

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Tony Schreiber
That's what I'm doing, but the problem with that is that you have to store the key, unencrypted, somewhere on the server. And one key decrypts your whole slew of credit cards. This way, there's one key for each credit card and it's not store unencrypted on the server... > I just use encrypt/base

RE: Access ldb files w/a twist

2001-05-04 Thread Zachary S. Bedell
> I did not noticed any performance problem in testing I did a > while back, > besides, using Access is a performance hit in and of itself. > Access cant > have too many simultaneous users without serious performance > problems of > it's own. Point taken... I've gotten spoiled with my SQL Ser

RE: cfloop help!

2001-05-04 Thread Diana Nichols
originally, I was trying to print out info only if the two userID's matchsee the response I posted a few minutes ago. (and thanks for your response!) D -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 3:58 PM To: CF-Talk Subject: Re: cfloop

RE: cfloop help!

2001-05-04 Thread Diana Nichols
That did the trick...the output straitened up...but now I'm back to where I started, which was adding a qualifier #getusers.userID# (#userID#,#getm.userID#) and its still outputting all: 1 (1,1)(4,4)(19,19)(22,22)(23,23) 4 (1,1)(4,4)(19,19)(22,22)(23,23) 19 (1,1)(4,4)(19,19)(22,22)(23,

Re: cfloop help!

2001-05-04 Thread Clint Tredway
The results that you are getting is correct to the code you showed us. Can you tell us what you are 'trying' to get and maybe we can help. Thanks, Clint -- Original Message -- From: "Diana Nichols" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fr

RE: [cold_fusion] Unusual Results, help

2001-05-04 Thread Terry Bader
>:huh?: Why would you expect an outer loop control variable to > increment in the inner loop? It doesn't seem to make any sense to me. well, since LOOPING refers to the ability to go through each recordset and use its data in the code with in the beginning and ending of the loop controls,

RE: cfloop help!

2001-05-04 Thread Semrau, Steven L Mr SRA
Change To Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: Diana Nichols [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 3:34 PM To: CF-Talk Subject

Re: cfloop help!

2001-05-04 Thread Todd Ashworth
get rid of "getusers" in getusers.userID #getusers.userID# (#userID#,#getm.userID#) Todd - Original Message - From: "Diana Nichols" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 3:34 PM Subject: cfloop help! | I must be blind today - I've used cfl

cfloop help!

2001-05-04 Thread Diana Nichols
I must be blind today - I've used cfloops like this many timesbut the output is wrong#@!$@#!^%$ I've reduced the code to see what was happening, and the value of the userID the getusers query is not updating with each iteration of the outputin other words, this code: select user

Re: [Object Oriented CFML]

2001-05-04 Thread Alex
I like easy things easy. Right tool for the right job. You want OO I suggest java or python. "Craig Bowes" <[EMAIL PROTECTED]> wrote: Ok, here is a little poll for you guys. How many of you are using SmartObjects and how many of you are using CFObjects? I know there’s a ton of Fusebox people bu

Re: Object Oriented CFML

2001-05-04 Thread Bryan LaPlante
That's awesome man, I want to take some time and read about it. Do you have a design interface beyond the availability of the vtm editors? don't forget I have a free tool for creating vtm's on line at http://www.netwebapps.com/mytags/main.cfm Bryan LaPlante - Original Message - From: "Cr

Re: Combining two fields In Access SQL.

2001-05-04 Thread jethro1973
Assuming you want a , between them: Select LastName & ", " & FirstName as FullName FROM Chris Nebinger - Original Message - From: "Angél Stewart" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 1:49 PM Subject: Combining two fields In Access SQL.

RE: Delimited text file to database

2001-05-04 Thread Matthew Fusfield
Christine, There are a number of ways to do this. With ColdFusion, you might read in the file in with CFFILE and then use the List functions in CFML to parse out each row and field. If it is a one-time import, you might want to look into using Microsoft Access or Excel to reformat your data and t

RE: Delimited text file to database

2001-05-04 Thread Russ Conway
Does the insert need to be done in Cold Fusion? What about BCP (for SQL Server) or SQL Loader (for Oracle)? We usually load the data into "stage" tables using the load utility from the database and then run stored procedures to clean the data and insert it into the production database. You could a

Object Oriented CFML

2001-05-04 Thread Craig Bowes
Ok, here is a little poll for you guys. How many of you are using SmartObjects and how many of you are using CFObjects? I know there’s a ton of Fusebox people but I’m looking for the people using object oriented CFML. Tell me what you are using, if you like it, and for how long. Thanks! -Crai

RE: Dynamic Variable Names

2001-05-04 Thread Diana Nichols
Or, another solution is to reference #evaluate(qn)#, which will give you the query result. D * Diana Nichols Webmistress http://www.lavenderthreads.com 770.434.7374 "One man's magic is another man's engineering." ---Lazarus Long -Original Message- From: Joshua Meekhof [mailto

Re: CF-Certification

2001-05-04 Thread Todd Ashworth
Yeah .. don't fail ;) Actually, on tip is, don't rush! There is plenty of time to finish the test. When I took mine, I felt really pressured and rushed through it. I didn't need to .. I finished with 25 minutes to spare. Also, make sure you read the instructions for each question. Sometimes

Delimited text file to database

2001-05-04 Thread Christine Kelley
Hi all! Never done this one before... A client would like to send me delimited text files of info for insertion into a database table. Sort of like the Monster.com, http://doc.monster.com/ftpjobs.html. I'm not sure where to start. Is it or to turn the file into a query? My

Re: Access ldb files w/a twist

2001-05-04 Thread Jon Hall
I did not noticed any performance problem in testing I did a while back, besides, using Access is a performance hit in and of itself. Access cant have too many simultaneous users without serious performance problems of it's own. jon - Original Message - From: "Zachary S. Bedell" <[EMAIL P

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Jon Hall
I just use encrypt/base64 to encrypt cards as sop. Here is my snippet, the key I choose randomly for each site. jon - Original Message - From: "Tony Schreiber" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 11:43 AM Subject: Re: Credit Card DB Encrypti

UltraDev Conversion

2001-05-04 Thread Brian Thornton
Anyone got UltraDev info for a CF guy? I need to convert a site .Brian ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@

CF-Certification

2001-05-04 Thread Brad Comer
I am going to take the CF Cert. Exam in about an hourany pointers??? Thanks In Advance! Brad [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http:/

client variables

2001-05-04 Thread Brook Davies
I have a really strange report from a client about some irregularities in an app we built for them. Essentially, there is a long client variable that contains a delimited string of items. This long delimited list is used throughout the app. This string is later stored in the DB. Each record in

Re: handling 404 errors with CF?

2001-05-04 Thread Mary_Baotic
In the administrator there is a setting for a Missing Template Handler. We use this to catch CF 404 errors. It works quite well. Mary "jim

Re: handling 404 errors with CF?

2001-05-04 Thread Tony Schreiber
And your custom page will only work for .cfm pages not found. If cold fusion doesn't process .html files, those that are not found will result in your web servers 404 error page. > Can CF handle 404 errors? > that is, can CF catch a 404 (page not found) error and send back a custom > error page?

Re: CF Server Locking?

2001-05-04 Thread Chris Norloff
-- Original Message -- From: Matt Eschenbaum <[EMAIL PROTECTED]> >. During my research I noticed that they didn't set up the >ColdFusion Administrator Variable Locking. Now, can I just configure the >settings in the ColdFusion Administrator for variable lo

RE:Authentication Users Against LDAP

2001-05-04 Thread Jerre Hale
When I access the SuperGadgets index.cfm template via the browser I am presented with the product listings screen with the Distributor Login link. At login.cfm if I enter a valid username and password for our test LDAP directory or none at all, I am sent back the index.cfm without any error messa

Re: Dynamic Variable Names

2001-05-04 Thread Joshua Meekhof
assuming that once you have retrieved the record the value of qn is no significant, try alias the value in the query: SELECT #qn# as foo FROM database Jenny Anderson wrote: > > I want to dynamically create a variable name based upon a url variable. > First I set up a couple of stri

handling 404 errors with CF?

2001-05-04 Thread jim sullivan
Can CF handle 404 errors? that is, can CF catch a 404 (page not found) error and send back a custom error page? I tried using cferror for this and it doesn't seem to work.. ~~ Structure your ColdFusion code with Fusebox. Get the official book at h

Output

2001-05-04 Thread Chris Badouin
All- Outputting a selection of categories & subcategories and within all categories selections is the subcategory field "other". So, if the output is ordered alphabetically the "other" will show in the middle(of course). What would be the proper way to place "other" at the bottom of the output?

RE: Spell Checking??

2001-05-04 Thread Cameron Childress
As a side note here, our company has adopted a policy of locking CFX tags using named locks which are named after the CFX tag itself IE: NAME="CFX_Spell". Assuming everyone using that machine obeys this rule, this ensures that the lock is present across all applications on the machine, and really

RE: CF Studio and UltraDev Merging!

2001-05-04 Thread Nathan Stanford
I hope that is correct and my reason for worry is no more. I also know that MM reads this list and wanted them to know how important it is to us as developers. Nathan Stanford Senior Programmer/Analyst [EMAIL PROTECTED] > -Original Message- > From: Stephen Collins [SMTP:[EMAIL PROTECT

Re: CFContent and large file transfers

2001-05-04 Thread tom muck
> Can anyone suggest an alternate method? Is there any way I can control where > the CFContent places the temporary file then zip the file prior to download? > > Thank you in advance, > > Will Fadel > ([EMAIL PROTECTED]) You could probably write the file using CFFILE and avoid CFCONTENT altogeth

Re: Credit Card DB Encryption Methodology

2001-05-04 Thread Tony Schreiber
Yes, but that's a physical architecture issue. I'm just trying to address the software side. I'm surprised there haven't been more comments on this, seems to have been a pretty hot topic. Also, I've realized no site I've been to seems to store cc info this way (because I'm not prompted for my pas

RE: CF Using 90-100% of processor time (911!)

2001-05-04 Thread Darren Adams
Where can I get CF 4.0 service packs ? Untill we get the licenses for 4.5 I would like to upgrade our studios a little bit ? Daz -Original Message- From: Mark Woods [mailto:[EMAIL PROTECTED]] Sent: 03 May 2001 15:43 To: CF-Talk Subject: RE: CF Using 90-100% of processor time (911!) an

RE: Spell Checking??

2001-05-04 Thread Dylan Bromby
>> 1. How do you know if a cfx tag is thread safe? More like how do you know when it's not? When it starts crashing your sever. :) Seriously though, some are more thread-safe than others, but there's no way of knowing that unless the author of the tag tells you, or you may or may not see memory

CF Server Locking?

2001-05-04 Thread Matt Eschenbaum
I have a client who has problems with sessions getting corrupt. I've determined that their site does not utilize locking in the code throughout the application. During my research I noticed that they didn't set up the ColdFusion Administrator Variable Locking. Now, can I just configure the sett

RE: Spell Checking??

2001-05-04 Thread mherbene
1) In our case, we figured out that cfx_spell was not thread safe by deploying it and watching CF crash under load :-(. I think you need to have some decent C/C++ knowledge and access to the source to be able to be sure in advance. 2) You need to lock them if you need to lock them; that is, depe

RE: Access ldb files w/a twist

2001-05-04 Thread Zachary S. Bedell
> The cfusion_disable_dbconnections() works fine, however, just > call your > host, and tell them to uncheck the box that says 'Maintain database > connections'. Then curse at them because they are not > following SOP for > Access databases ;-) ldb's will not be a problem if this box > is unche

Oracle stored procedure question.

2001-05-04 Thread Kevin Gilchrist
Hi All, I need another set of eyes on a problem. I have a piece of code that calls an Oracle stored procedure that just refuses to work with either the Oracle or Microsoft ODBC drivers on my personal development Win2K box (CF Pro 4.5.1 SP2). However, it does work with the Oracle native drivers t

RE: Brown Bear's iCal

2001-05-04 Thread C. Hatton Humphrey
Justin, Thanks for the reply. What I'm actually trying to do is grab the output and fit it into a look and feel. Hatton > -Original Message- > From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 6:31 AM > To: CF-Talk > Subject: RE: Brown Bear's iCal > > > ar

Re: One form, two submit buttons...

2001-05-04 Thread Erik Carroll
In addition to the ways already presented you can try something like this Put however many buttons you want on the form. Give them the same name but different values. Imagine a form with two input boxes for two numbers and four buttons as follows. When the form

Re: OT - synch files automatically

2001-05-04 Thread Mark Woods
store all the images on one server and map drives to it from the other servers or use file replication service At 05:28 PM 5/2/2001, you wrote: >I am having problems replicating images across to load balanced servers. We >have users that are upload images to one server and need to have an >au

RE: Spell Checking??

2001-05-04 Thread Kola Oyedeji
2 Questions 1. How do you know if a cfx tag is thread safe 2. Do you need to lock cfx tags? Cheers KOla -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 04 May 2001 14:06 To: CF-Talk Subject: RE: Spell Checking?? > I have a customer who is insisting

  1   2   >